[Grenade] Do not run tempest tests
Since tempest is not used in manila grenade logic skip run of its tests. Change-Id: I6c45448ec286fe6c365b4e9edcce56501e5c87bd Closes-Bug: #1650482
This commit is contained in:
parent
f9705f8509
commit
3ede2d1c48
@ -3,8 +3,9 @@
|
||||
register_project_for_upgrade manila
|
||||
register_db_to_save manila
|
||||
|
||||
BASE_RUN_SMOKE=False
|
||||
TARGET_RUN_SMOKE=False
|
||||
export BASE_RUN_SMOKE=False
|
||||
export TARGET_RUN_SMOKE=False
|
||||
export ENABLE_TEMPEST=False
|
||||
|
||||
devstack_localrc base enable_service manila m-api m-shr m-sch m-dat
|
||||
devstack_localrc base enable_plugin manila git://git.openstack.org/openstack/manila stable/newton
|
||||
|
Loading…
Reference in New Issue
Block a user