neutron-tempest-plugin/neutron_tempest_plugin
Harald Jensås c9782faa9a Add tests for L3 conntrack helper
API tests for L3 Conntrack Helper plugin.

Related-Bug: #1823633
Depends-On: https://review.opendev.org/670837
Change-Id: Ie085100f508f7a1cdb0fd4efbcffa1e2b485fbba
2019-09-25 09:20:11 +00:00
..
api Add tests for L3 conntrack helper 2019-09-25 09:20:11 +00:00
bgpvpn Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +02:00
common Add retry decorator to SSH "execute" method 2019-09-20 10:13:29 +00:00
fwaas Start enforcing E125 flake8 directive 2019-08-13 12:09:57 -04:00
scenario Merge "Add retry decorator to SSH "execute" method" 2019-09-23 12:39:13 +00:00
services Add tests for L3 conntrack helper 2019-09-25 09:20:11 +00:00
sfc Add possibility to disable running stadium projects tests 2019-07-18 14:26:08 +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 Merge "Test multi-cast messaging between VMs." 2019-07-25 22:10:09 +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

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.