Tempest plugin for the Neutron project.
Go to file
Federico Ressi 6f9bb77d98 Fix race condition in test_security_groups
Listing security groups and taking the first one to change
rules doesn't give any warranty listed security group is
exactly the one used to create servers ports.

This avoids this problem by creating a security group and
passing it to server instead of having to search for it
after the server has been created.

Despite a test cases require a general refactory this should
at least fix the CI job intermittent failures related to
this test.

Partial-Bug: #1801306
Change-Id: I5ecb3c8711e7455e7f1588943a2ffd08ce154578
2018-11-10 15:37:21 +00:00
devstack Use advanced image only when it's necessary 2018-10-15 23:03:25 +02:00
doc/source Fix documentation build 2018-03-14 18:16:36 +05:30
neutron_tempest_plugin Fix race condition in test_security_groups 2018-11-10 15:37:21 +00:00
playbooks Migrate dvr multinode scenario to zuulv3 syntax 2018-10-04 16:21:54 +02:00
releasenotes Merge "Add release notes job to zuul template" 2018-09-18 04:41:16 +00:00
roles/multi-node-setup Migrate dvr multinode scenario to zuulv3 syntax 2018-10-04 16:21:54 +02: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 Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
.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 "test for minimum bw ingress direction" 2018-10-24 22:35:43 +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 Update of Openstack Commandments url 2018-02-06 10:40:07 +00:00
LICENSE Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
README.rst Add release notes job to zuul template 2018-09-13 15:26:04 -06:00
requirements.txt Reuse SSH connections for executing multiple commands. 2018-08-27 15:27:07 +00:00
setup.cfg Add release notes job to zuul template 2018-09-13 15:26:04 -06:00
setup.py Updated from global requirements 2018-01-27 20:11:19 +00:00
test-requirements.txt Switch to stestr 2018-05-29 14:34:42 -04:00
tox.ini Fix flake8 E405 errors 2018-10-09 20:00:27 -04:00

Neutron Tempest Plugin

Tempest plugin for Neutron project.

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