neutron-tempest-plugin/neutron_tempest_plugin
Flavio Fernandes 6ffe3c9c02 Add test for checking intra security group isolation
Default security group allows ingress packets of the same
security group (aka intra-sg). However, this may not be
what users want and these rules can be removed at any time.
This new test ensures that even in such cases, servers are
able to receive traffic like metadata and DHCP.

Related-Bug: #1881316
Change-Id: Iceb2abf908fa3c7bb59dec2c0400c8b2ba6fc1a8
Signed-off-by: Flavio Fernandes <flaviof@redhat.com>
2020-06-23 17:57:07 -04:00
..
api Merge "test sort ascending and descending qos policies by name" 2020-06-05 14:43:19 +00:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Check interface is present in the VM 2020-06-11 17:27:47 +00: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 for checking intra security group isolation 2020-06-23 17:57:07 -04: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 Mark VPNaaS scenario tests as unstable 2020-06-05 11:13:03 +02:00
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
__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

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.