- Dockerfile file is intended for running test cases
without using tox
- infrared_plugin/Dockerfile file is intended to run
Tobiko IR plugin
- docker-compose file is intended to emulate the tox
experience by using docker
All images are build staring from official CentOS 8
image.
Change-Id: I2f57f6e1c9c6161cef9448d25027d784ebd37e2c
Design and implement the podman client module
These changes introduce:
- the podman module
- the podman requirement setup to python-podman version 1.6.0
- related unit tests
- related functional tests
Change-Id: I9f81d086d66812ff3e7c2493d68e6cedb7f7d9bd
Co-authored-by: pkomarov <pkomarov@redhat.com>
- Add docs CI job and Tox environment
- Create RST documentation sckeleton
- Use OpenStack theme for releasenotes job.
- Move docs/ code to doc/ folder to conform to OpenStack standards.
Change-Id: I8b917abe46125fec32076637a041a728257fa96a
Moving other requirements from extra-requirements.txt wasn't possible
because those requirements are not uficially considered an OpenStack
requirements and would be refused by openstack check-requirements
upstream job. We should thereofre thread those requirements as
still extras.
Change-Id: Idd3c7daf38cbcac4d3c0253f13034529aaeb5167
Added:
* Faults manager - a compnent for managing faults (load them,
connect os-faults to cloud, exdcute faults, etc.).
* Faults for test_floatingip test class
Also, modified test_floatingip tests to run faults
if faults manager set up properly (loaded configuration file,
managed to connect the nodes of the cloud, etc.).
Change-Id: I1dd48bc9a7cc385a46d9b3b2382000581a614b42
- add py36 environment
- separate unit tests requirements from neturon test cases
- rename zuul project file
- remote tempest from unit tests requirements
Change-Id: I7b054f679c44cde70d00d1f030853b0c6f528d4d
Let separate test cases (tobiko.tests package) from framework
(the rest of tobiko).
- Move test case dependencies to test-requirements.txt file.
- Keep only requirements.txt as framework requirements file.
- Add python-networkclient dependency to tobiko framework
- update tox.ini to use it for checking code before committing it
Change-Id: I0bc433153e00a1c83dbf691bfe058a1ccb1a49dd