Tempest plugin for the Neutron project.
Go to file
Brian Haley 8d2557c632 Change legacy security group rule check
A neutron change, https://review.opendev.org/#/c/453346/
is standardizing the protocol name for IPv6 ICMP in security
group rules to be 'ipv6-icmp', even if 'icmp' or 'icmpv6'
was passed during creation.  Change the API test to check
against a list of possible values so it covers both old and
new behaviors.

Change-Id: I0ca8d743ca56f7d67ef8c1ae45ca518bd6e6dc35
Partial-Bug: #1582500
2019-05-21 09:14:38 -04:00
devstack Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08:00
doc/source Fix documentation build 2018-03-14 18:16:36 +05:30
neutron_tempest_plugin Change legacy security group rule check 2019-05-21 09:14:38 -04: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 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 Migrate networking-sfc tests to neutron-tempest-plugin 2019-05-17 12:21:57 +02: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08:00
requirements.txt Add tempest api tests for security groups RBAC 2019-03-05 22:12:16 -07:00
setup.cfg Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08: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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 17:31:20 +08:00

Neutron Tempest Plugin

Tempest plugin for Neutron project.

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