neutron-tempest-plugin/neutron_tempest_plugin
Brian Haley 8d2557c632 Change legacy security group rule check
A neutron change, https://review.opendev.org/#/c/453346/
is standardizing the protocol name for IPv6 ICMP in security
group rules to be 'ipv6-icmp', even if 'icmp' or 'icmpv6'
was passed during creation.  Change the API test to check
against a list of possible values so it covers both old and
new behaviors.

Change-Id: I0ca8d743ca56f7d67ef8c1ae45ca518bd6e6dc35
Partial-Bug: #1582500
2019-05-21 09:14:38 -04:00
..
api Change legacy security group rule check 2019-05-21 09:14:38 -04:00
common Add ip command tool for manually manage devices on VM. 2018-12-17 15:45:54 +00:00
scenario Add additional config option "default_image_is_advanced" 2019-04-15 07:47:12 +00:00
services Remove unnecessary entries in resource prefix map 2018-12-12 22:41:53 +00:00
sfc Migrate networking-sfc tests to neutron-tempest-plugin 2019-05-17 12:21:57 +02:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Add additional config option "default_image_is_advanced" 2019-04-15 07:47:12 +00:00
exceptions.py Create wrapper tool for both local and remote shell command execution. 2018-11-14 14:51:40 +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.