Use export OS_TEST_TIMEOUT in grenade_localrc

Add export to OS_TEST_TIMEOUT in grenade_localrc to apply
timeout when running base smoke tests.

Change-Id: I2326afbc11805f330bb2eb06c865575ab6709afa
This commit is contained in:
Vasyl Saienko 2017-03-06 14:06:11 +02:00
parent cca0d3d0ca
commit 34d6f586dd
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ TARGET_DEVSTACK_BRANCH=$GRENADE_NEW_BRANCH
TARGET_RUN_SMOKE=False
SAVE_DIR=\$BASE_RELEASE_DIR/save
TEMPEST_CONCURRENCY=$TEMPEST_CONCURRENCY
OS_TEST_TIMEOUT=$DEVSTACK_GATE_OS_TEST_TIMEOUT
export OS_TEST_TIMEOUT=$DEVSTACK_GATE_OS_TEST_TIMEOUT
VERBOSE=False
PLUGIN_DIR=\$TARGET_RELEASE_DIR
EOF