Files
kuryr-tempest-plugin/kuryr_tempest_plugin/tests/scenario
Itzik Brown 3acaa0062a Fix get subnet name in get_port_pool
Subnet name in the form of ns/{ns_name}-subnet was added
This is the form in 3.11

Change-Id: I1d1e1a5fbc0cfe4de404089110b31c4eebd95e7b
2023-01-12 10:21:42 +02:00
..
2017-10-27 09:28:58 +00:00
2017-10-27 09:28:58 +00:00
2020-02-14 18:07:26 +01:00

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.