neutron-tempest-plugin/neutron_tempest_plugin
Roman Safronov 367e118802 Add test_ping_global_ip_from_vm_with_fip
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
2020-05-17 11:20:58 +03:00
..
api Merge "Test security group creation with insufficient rules quota" 2020-05-05 15:43:03 +00:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Fix how nc is called in qos test 2020-03-19 15:33:08 +01:00
fwaas Fix issue when disassociating resources from firewall group 2020-04-23 16:30:26 +08:00
neutron_dynamic_routing bgp_speaker_extensions: Don't execute the negative tests under smoke 2019-11-05 12:38:12 +00:00
scenario Add test_ping_global_ip_from_vm_with_fip 2020-05-17 11:20:58 +03:00
services Merge "Add test_reuse_ip_address_with_other_fip..." 2020-04-16 06:34:12 +00:00
sfc Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
vpnaas Migrate neutron-vpnaas tests to neutron-tempest-plugin 2019-12-09 15:13:28 -06:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Add test_ping_global_ip_from_vm_with_fip 2020-05-17 11:20:58 +03:00
exceptions.py Stop using not existing ShellCommandError exception class 2020-02-06 10:44:16 +01:00
plugin.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30

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.