kuryr-tempest-plugin/kuryr_tempest_plugin/tests/scenario
Itzik Brown 66958972da Add subnet_per_namespace config option
Change-Id: I0e2f3834bde465560b8d4c4ae375c38b41118000
Depends-on: I49e0f59008894078f9e40198873caa78767ef0b3
2019-10-22 15:30:17 +03: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 Make the label of kuryr-controller customizable 2019-09-26 08:54:42 +00:00
consts.py Make the label of kuryr-controller customizable 2019-09-26 08:54:42 +00:00
test_cross_ping.py Testing VM to loadBalancer service connectivity 2018-08-12 10:06:13 +03:00
test_cross_ping_multi_worker.py Multi worker tests 2018-12-13 09:03:49 +02:00
test_daemon.py Do not rely on ps to check the daemon 2018-09-17 18:41:56 +02:00
test_ha.py Check connectivity to an existing pod in test_ha 2019-08-07 15:23:12 +03:00
test_kuryr_restart.py Use assertTrue in checking pod connectivity 2019-01-08 13:51:45 +02:00
test_namespace.py Merge "Test recreate namespace and pod" 2019-09-09 13:45:39 +00:00
test_network_policy.py Ensure CRD validation is only checked if enabled 2019-07-07 21:46:53 +00:00
test_npwg_multi_vif.py NPWG multi-vif driver tempest tests 2018-08-17 20:20:24 +08:00
test_ocp_route.py OCP-Router - add support for OCP routes 2018-09-06 07:48:04 +03:00
test_port_pool.py Add subnet_per_namespace config option 2019-10-22 15:30:17 +03:00
test_service.py Fixing service connectivity testing 2019-07-08 14:55:42 +02: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.