neutron-tempest-plugin/neutron_tempest_plugin
Slawek Kaplonski 13903aae40 Scenario test for port forwarding
This patch adds new scenario test for port forwarding functionality.
It creates 1 floating IP, and 1 router, then spawns 2 VMs and configure
2 port forwardings using created floating IP and VMs.
Those 2 port forwardings allows to SSH with 2 different ports to 2
different VMs using same floating IP.

Change-Id: Ie5475c797113cfc5c9bfaf4bbd58c211ed30bc89
2019-06-06 09:29:43 +02:00
..
api Merge "Add base API tests for port forwarding" 2019-05-29 22:04:34 +00:00
bgpvpn Rehome tempest tests from networking-bgpvpn repo 2019-05-23 16:59:23 +02:00
common Normalize url without port with schema default port 2019-05-27 13:14:14 +08:00
scenario Scenario test for port forwarding 2019-06-06 09:29:43 +02:00
services Add base API tests for port forwarding 2019-05-27 06:33:01 +02: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 Rehome tempest tests from networking-bgpvpn repo 2019-05-23 16:59:23 +02: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.