Merge "[CI] Run scenario tests in the cephfs-nfs job"
This commit is contained in:
commit
302a142b63
@ -67,8 +67,14 @@
|
|||||||
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
export DEVSTACK_PROJECT_FROM_GIT="python-manilaclient"
|
||||||
export KEEP_LOCALRC=1
|
export KEEP_LOCALRC=1
|
||||||
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
|
export PROJECTS="openstack/manila-tempest-plugin $PROJECTS"
|
||||||
|
|
||||||
OVERRIDE_ENABLED_SERVICES=key,mysql,rabbit,tempest
|
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
|
export DEVSTACK_GATE_USE_PYTHON3=True
|
||||||
|
|
||||||
@ -87,7 +93,7 @@
|
|||||||
# Refer to job-template post_test_hook for more details on the
|
# Refer to job-template post_test_hook for more details on the
|
||||||
# arguments.
|
# arguments.
|
||||||
source $BASE/new/devstack-plugin-ceph/manila/post_test_hook.sh \
|
source $BASE/new/devstack-plugin-ceph/manila/post_test_hook.sh \
|
||||||
singlebackend cephfsnfs api
|
singlebackend cephfsnfs api_with_scenario
|
||||||
}
|
}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user