Fix test plugin issues in dsvm-lvm-centos job

Require running the job with neutron-tempest-plugin
since neutron-dynamic-routing relies on it,
and does not specify it in its requirements.

Change-Id: Ic8e8033b77f82c3264270ba042a44177babaff9b
Closes-Bug: #1772077
This commit is contained in:
Goutham Pacha Ravi 2018-05-18 11:03:55 -07:00
parent 227709ba9b
commit f983b91181
2 changed files with 7 additions and 2 deletions

View File

@ -319,6 +319,9 @@
- openstack/manila
- openstack/manila-tempest-plugin
- openstack/neutron-dynamic-routing
# TODO(gouthamr): Remove the line below when neutron-dynamic-routing
# separates its tempest plugin from its tree
- openstack/neutron-tempest-plugin
- openstack/python-manilaclient
- openstack/tempest

View File

@ -40,7 +40,7 @@
SKIP_EPEL_INSTALL=True
enable_plugin manila git://git.openstack.org/openstack/manila
enable_plugin neutron-dynamic-routing git://git.openstack.org/openstack/neutron-dynamic-routing
enable_plugin neutron-tempest-plugin git://git.openstack.org/openstack/neutron-tempest-plugin
EOF
executable: /bin/bash
chdir: '{{ ansible_user_dir }}/workspace'
@ -102,7 +102,9 @@
# Keep localrc to be able to set some vars in pre_test_hook
export KEEP_LOCALRC=1
export PROJECTS="openstack/manila-tempest-plugin openstack/neutron-dynamic-routing $PROJECTS"
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
export PROJECTS="openstack/neutron-tempest-plugin $PROJECTS"
function pre_test_hook {
# 'dhss' - acronym for 'Driver Handles Share Servers',