Abhijeet Kasurde
bc4ff8aed9
Modify flask_control for vmware_host test suites ( #26175 )
...
Fix adds additional helper methods to get information about
host system from vcsim
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Alexander Braverman
038e090bc1
Add sshpass to Dockerfile for Ansbile integration tests
7 years ago
Abhijeet Kasurde
e7e091d154
Update Flask controller for latest testsuites ( #26125 )
...
Fix adds GPL Licence and few improvements to accommodate
new testsuites.
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
7 years ago
Matt Clay
4530eea7f8
Docker image updates for integration tests. ( #26054 )
...
* Sort packages to install.
* Add python-argparse to centos6 docker image.
* Add gcc and python dev lib to docker images.
* Add python cryptography to docker images.
* Add coverage using pip instead of OS packages.
* Update old pip versions in docker images.
* Exclude */pyshared/* from coverage reporting.
7 years ago
jctanner
33c61d1cdf
Vcsim container ( #25236 )
...
* Add container files for vcenter simulator
* Add controller file to spin up the container during tests
7 years ago
Toshio Kuratomi
3f9d1ab024
Add deps for cryptography to the Docker images ( #25580 )
8 years ago
Dag Wieers
4307733e6e
Revert the accidental addition of python-lxml ( #25432 )
...
I inadvertedly added python-lxml to the cloudstack-simulator Dockerfile.
This PR reverts this specific change.
This relates to PR #25324
8 years ago
John R Barker
a6c078c7fb
Add tzdata back ( #25433 )
...
It appears that the base Docker images have removed tzdata.
We use tzdata in the debconf tests, so add it back.
8 years ago
Dag Wieers
966b5fd1a0
Add python-lxml to docker images ( #25324 )
8 years ago
René Moser
d96195131f
cloudstack: test: improve startup time, fix network dependency on run ( #24876 )
8 years ago
René Moser
aaf4f04574
automated integration tests for cloudstack ( #20552 )
8 years ago
John R Barker
ecbf8e933a
Docs how to test (2nd) ( #24094 )
...
* Big testing doc refactor
* Combine all the testing documentation in to one place to make it easier to find
* Convert everything to RST
* Create testing_network guide
* Create testing landing page
* For each section detail "how to run" and "how to extend testing"
* More examples
* Lots more detail
8 years ago
Matt Clay
9e1bf1c6f2
Update fedora24 Dockerfile to resolve dnf issue.
8 years ago
Matt Clay
34bca6fb55
Use distro packaged jinja2 instead of pip version.
8 years ago
Matt Martz
9048cf2758
Changes to the httptester docker image to support new client cert functionality in tests ( #19912 )
...
* Fix Dockerfile
* Add changes to docker image to support new client cert functionality
* Update repo:tag for docker
8 years ago
Robin Roth
61897fa4b7
Add Dockerfile for opensuse 42.2 ( #19805 )
8 years ago
Matt Clay
68346b128f
Update Fedora tests to use releases 24 and 25.
8 years ago
Matt Clay
165e7c4e61
Add Dockerfile for fedora24 and fedora25.
8 years ago
Matt Martz
b79bf14607
Add playbook and packer file for building httptester ( #18107 )
8 years ago
Matt Clay
7b3cbafbe9
Add python 3 awareness to apt module tests. ( #17574 )
...
Also remove unnecessary dependency from ubuntu1604py3 Dockerfile.
8 years ago
Matt Clay
eb26616b09
Add python3-apt to ubuntu1604py3 Dockerfile.
8 years ago
Matt Clay
e2e7390adc
Add Python 3 CI support. ( #17209 )
8 years ago
Matt Clay
9497a814a8
Add apache2 to improve test speed and reliability. ( #16819 )
8 years ago
Matt Clay
4cc4dc6793
Add postgresql dependencies to opensuseleap.
8 years ago
Matt Clay
8a55a446bf
Fix fedora23 Dockerfile after fedora:23 updates.
9 years ago
Pilou
7ffbbd34f4
Add python-passlib to docker images. ( #16376 )
...
Related to #16361
9 years ago
Matt Clay
7de23a1c5b
Update opensuseleap Dockerfile.
...
- Do not update base image packages unnecessarily.
- Fix incorrect package names.
- Remove commented out RUN statements.
- Sort list of packages to install.
9 years ago
Matt Clay
cabbafb650
Update Fedora and CentOS docker images.
...
- Reduce image size by skipping weak package references.
- Consolidate and sort packages to install.
- Improve consistency between versions.
- Combine yum/dnf install and clean to avoid unwanted caching.
- Don't update existing packages from base image unnecessarily.
9 years ago
Matt Clay
82b978e186
Add curl to Ubuntu docker images.
9 years ago
Matt Clay
349b06974e
Update Ubuntu docker images.
...
- Reduce image size by skipping recommended packages.
- Consolidate and sort packages to install.
- Improve consistency between Ubuntu versions.
- Combine apt-get update and install to avoid caching stale updates.
9 years ago
Matt Clay
62e6f6b885
Add junit-xml to docker images.
9 years ago
Matt Martz
164f247ec8
Add httptester docker container files and update run_tests.sh to use ansible/httptester
9 years ago
Robin Roth
0edec45c3d
install packages for tests ( #15979 )
...
* curl is needed for test_binary_modules
* glibc-i18ndata is needed for postgresql (localedef)
9 years ago
John R Barker
1861151fa4
[WIP] Extra test and build dependencies in Docker images ( #15692 )
...
* Merge conflicts:
* [skip ci] Revert changes to run_tests.sh
gundalow will update this in a different PR
* [skip ci] Add in ubuntu1604 and opensuseleap
NOTE: We are not configuring anything to use these new images yet.
Therefore no impact on Travis performance
* python-mysql for opensuse
* It's mysql-server on centos6
9 years ago
James Cammarata
395ff361d4
Adding acl package to all docker images
9 years ago
Matt Clay
4224c11b5f
Combine new RUN commands into one RUN command.
9 years ago
Matt Clay
da99e4e0aa
Add ssh client and server to docker containers.
...
This will allow for future integration tests using ssh to localhost
from within docker containers running on Travis.
9 years ago
James Cammarata
88310a7f28
Adding iproute to certain RH-based docker images
9 years ago
James Cammarata
2fa1936ff9
Adding python-dev to the list of packages for ubuntu1204 docker
...
[ci skip]
9 years ago
James Cammarata
9d459386ce
Also adding an upgrade of pycrypto to ubuntu1204 config
9 years ago
James Cammarata
90afc5e7d2
Adding rubygems to the ubuntu1204 docker config
...
[no ci]
9 years ago
James Cammarata
af282eb979
Fixing typo in ubuntu1204 docker config
9 years ago
James Cammarata
ff5584a349
Updating jinja2 in ubuntu1204 docker image
9 years ago
James Cammarata
1222830155
Initial commit for Ubuntu 12.04 docker config for testing
9 years ago
James Cammarata
8cfdaa16f4
Fixing error in localedef usage for f23 docker image
9 years ago
James Cammarata
0e17a6f036
Another attempt at fixing random f23 locale failures in docker image
9 years ago
James Cammarata
2ee0c1b175
Fixing centos6 docker image for pycrytpo too
9 years ago
James Cammarata
762c99f77c
Fixing centos6 docker image to upgrade jinja2
9 years ago
James Cammarata
56670bd150
More tweaks for fedora on docker
9 years ago
James Cammarata
b97a98f69e
Trying to fix up the fedora23 docker image
9 years ago