kuryr-tempest-plugin/kuryr_tempest_plugin/tests/scenario
Zuul f510c8411d Merge "Create service with UDP protocol" 2018-08-17 19:41:17 +00:00
..
README.rst Add scenario test manager 2017-10-27 09:28:58 +00:00
__init__.py Add scenario test manager 2017-10-27 09:28:58 +00:00
base.py Create service with UDP protocol 2018-08-16 14:15:16 +00:00
consts.py Use expected pod output as a constant 2018-08-08 13:17:47 +00:00
test_cross_ping.py Testing VM to loadBalancer service connectivity 2018-08-12 10:06:13 +03:00
test_kuryr_restart.py Use class-level skips when necessary 2018-07-17 14:29:55 +02:00
test_namespace.py Namespace tests: use requests instead of subprocess 2018-08-16 15:27:37 +03:00
test_port_pool.py Use class-level skips when necessary 2018-07-17 14:29:55 +02:00
test_service.py Create service with UDP protocol 2018-08-16 14:15:16 +00:00

README.rst

What are these tests?

As stated in the tempest developer guide, scenario tests are meant to be used to test the interaction between several OpenStack services to perform a real-life use case.

In the case of the Kuryr Tempest Plugin it also involves interaction with Kubernetes pods, so its manager class includes handlers to its python bindings.

A developer using this manager would be able to perform, among others, CRUD operations with pods, alongside Kuryr-K8s added funcionality.