Tempest plugin for the Neutron project.
Go to file
Rodolfo Alonso Hernandez aa65dfb526 Add retry decorator to SSH "execute" method
In case of SSH timeout (TimeoutException, TimeoutError), the
tenacity.retry decorator retries the execution of the SSH
"execute" method up to 10 times.

Some SSH execute calls, related to QoS scenario tests, have been
enhanced by setting a relatively small timeout value. The commands
executed should be quick enough to be executed in this amount of time.
In case of timeout (due to communication problems), the retry decorator
will send again the command to be executed.

Change-Id: Idc0d55b776f499a4bc5d8c9d9a549f0af8f3fac0
Closes-Bug: #1844516
2019-09-20 10:13:29 +00: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 Add retry decorator to SSH "execute" method 2019-09-20 10:13:29 +00:00
playbooks Migrate dvr multinode scenario to zuulv3 syntax 2018-10-04 16:21:54 +02:00
releasenotes Bump the openstackdocstheme extension to 1.20 2019-07-26 11:34:09 +08:00
roles/multi-node-setup Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08: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 tempest tests for DVR router state management" 2019-07-27 04:04:31 +00:00
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
babel.cfg Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
requirements.txt Add retry decorator to SSH "execute" method 2019-09-20 10:13:29 +00:00
setup.cfg Dropping support for py35 2019-05-21 07:14:43 +00:00
setup.py Updated from global requirements 2018-01-27 20:11:19 +00:00
test-requirements.txt Merge "Bump the openstackdocstheme extension to 1.20" 2019-07-27 02:43:09 +00:00
tox.ini Update flake8 style enforcement 2019-06-27 11:31:55 -04:00

README.rst

Neutron Tempest Plugin

Tempest plugin for Neutron project.

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