Files
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
..

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.