neutron-tempest-plugin/neutron_tempest_plugin
Slawek Kaplonski 6bf840f0a7 Fix bash cmd used in scenario trunk tests
In scenario trunk test test_subport_connectivity there
is bash command used to check name of base interface on
spawned vm (e.g. ens3 or eth0), configure vlan interface
with vlan_id used on trunk port (e.g. ens3.10),
make this vlan device up and run dhclient on this interface
if it's not running yet.

This command was broken and that cause failure of this test.

Change-Id: I4c0207f79cd6df2594f976b9509697209011edf2
Closes-Bug: #1766701
2018-09-12 06:21:18 +02:00
..
api Merge "Add tests to assert filter validation" 2018-09-07 19:55:35 +00:00
common Reuse SSH connections for executing multiple commands. 2018-08-27 15:27:07 +00:00
scenario Fix bash cmd used in scenario trunk tests 2018-09-12 06:21:18 +02:00
services Merge "Add delete_agent to NetworkClientJSON" 2018-09-14 05:27:05 +00: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 Allow to connect to SSH server using an intermediate SSH server 2018-07-10 06:24:13 +00:00
exceptions.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
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.