Merge "[CI] Run scenario tests in the cephfs-nfs job"

This commit is contained in:
Zuul 2019-06-18 22:12:07 +00:00 committed by Gerrit Code Review
commit 302a142b63
1 changed files with 8 additions and 2 deletions

View File

@ -67,8 +67,14 @@
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
export KEEP_LOCALRC=1
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
export OVERRIDE_ENABLED_SERVICES
# Enable glance for scenario tests
OVERRIDE_ENABLED_SERVICES+=,g-api,g-reg
# Enable nova for scenario tests
OVERRIDE_ENABLED_SERVICES+=,n-api,n-cpu,n-cond,n-sch,n-crt,n-cauth,n-obj
# Enable neutron for scenario tests
OVERRIDE_ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-l3,q-agt
export DEVSTACK_GATE_USE_PYTHON3=True
@ -87,7 +93,7 @@
# Refer to job-template post_test_hook for more details on the
# arguments.
source $BASE/new/devstack-plugin-ceph/manila/post_test_hook.sh \
singlebackend cephfsnfs api
singlebackend cephfsnfs api_with_scenario
}
export -f post_test_hook