367e118802
We need such a test in order to be able to catch issues like [1]. The test creates network and server, then launches a VM with a FIP. Then connects to the FIP and pings a global ip address. The test requires global_ip_address variable in tempest.conf. By default the value is not set and the test will be skipped. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1834433 Change-Id: Ibb3db814ed9b42f28ced8378368a3d5c2e43d7b3 |
||
---|---|---|
.. | ||
api | ||
bgpvpn | ||
common | ||
fwaas | ||
neutron_dynamic_routing | ||
scenario | ||
services | ||
sfc | ||
vpnaas | ||
__init__.py | ||
config.py | ||
exceptions.py | ||
plugin.py | ||
README.rst |
WARNING
Some files under this path were copied from tempest as part of the move of the api tests, and they will be removed as required over time to minimize the dependency on the tempest testing framework. While it exists, only neutron_tempest_plugin.* should be importing files from this path. neutron_tempest_plugin.config uses the global cfg.CONF instance and importing it outside of the api tests has the potential to break Neutron's use of cfg.CONF.