Tempest plugin for the Neutron project.
Go to file
Yariv Rachmani fa1081ad9f Add additional config option "default_image_is_advanced"
In patch [1] we added new config option to configure "advanced" image
which we are using in some tests which require it and can't run using
default Cirros image.
Unfortunatelly this made life of some downstream users harder as they
have CI systems which don't use devstack and don't have easy way to
load another "advanced" image and use it for those tests.

So now this patch adds one ore config option "default_image_is_advanced"
which has boolean value and defaults to False.
If this is set to True, tests which require advanced image will not be
skipped and default image will be used for those tests.

[1] https://review.openstack.org/#/c/609762/16/neutron_tempest_plugin/config.py

Co-Authored-By: Slawek Kaplonski <skaplons@redhat.com>

Change-Id: Ic78ee64a9350863ff5bd4b4baa4b20770e1b9d47
2019-04-15 07:47:12 +00:00
devstack Don't customize image before upload it to Glance by default 2019-03-23 16:02:24 +01:00
doc/source Fix documentation build 2018-03-14 18:16:36 +05:30
neutron_tempest_plugin Add additional config option "default_image_is_advanced" 2019-04-15 07:47:12 +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 Add definition of jobs running on stable/stein branch 2019-04-01 17:21:30 +02:00
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
babel.cfg Apply cookiecutter to newly split project 2017-09-07 22:23:55 +05:30
requirements.txt Add tempest api tests for security groups RBAC 2019-03-05 22:12:16 -07:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 17:59:14 +00: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 neutron-tempest-plugin tox pep8 setup 2019-03-01 10:23:57 -07:00

README.rst

Neutron Tempest Plugin

Tempest plugin for Neutron project.

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