Tempest plugin for the Neutron project.
Go to file
Slawek Kaplonski fd4141f201 Fix how nc is called in qos test
We have already nc_listen method in base scenario tests class.
It was since now used only in port_forwarding tests but we can
reuse it in QoS tests also.

There was also problem with spawning ncat process, that sometimes,
without any clear reason for me, process wasn't spawned at all.
That caused failure of test.

So this patch adds new method ensure_nc_listen() which spawns ncat
process on remote host and checkes if process is really spawned. That
way we can avoid problems with not spawned ncat process.

This patch also makes "server" attribute to be optional in nc_listen
method. It is used only to log console output in case when ssh to the
server wouldn't work as expected. And if server is not given,
_log_console_output() method will list all servers which belongs to
tenant and log console for each of them.

Closes-Bug: #1868100

Change-Id: I54c9f041f2f971219c32005b3fa573c06f0110ef
2020-03-19 15:33:08 +01:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08:00
doc/source Bump the openstackdocstheme extension to 1.20 2019-07-26 11:34:09 +08:00
neutron_tempest_plugin Fix how nc is called in qos test 2020-03-19 15:33:08 +01:00
playbooks Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2020-02-26 15:35:20 +00:00
roles Move neutron-dynamic-routing BGP tests from stadium 2019-09-24 08:56:13 -05:00
tools Add guest image customization to DevStack plugin. 2018-10-02 16:23:19 +00:00
.coveragerc Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
.gitignore Switch to stestr 2018-05-29 14:34:42 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:58 +00:00
.mailmap Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
.stestr.conf Switch to stestr 2018-05-29 14:34:42 -04:00
.zuul.yaml Merge "Add tagging of ports during bulk creation" 2020-03-10 03:31:15 +00:00
babel.cfg Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
CONTRIBUTING.rst Fix the old or invalid doc links 2018-03-15 08:45:25 +00:00
HACKING.rst Sync Sphinx requirement 2019-06-19 22:58:47 +08:00
LICENSE Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-26 15:35:20 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-26 15:35:20 +00:00
setup.py Updated from global requirements 2018-01-27 20:11:19 +00:00
test-requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-26 15:35:20 +00:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-26 15:35:20 +00:00

Neutron Tempest Plugin

Tempest plugin for Neutron project.

It contains the tempest plugin for the functional testing of Neutron Project.