diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-01-17 13:34:16 +0800 |
---|---|---|
committer | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-01-17 13:34:16 +0800 |
commit | f4b75e4a071c5a29268aec9799116e3eef56b920 (patch) | |
tree | a4397363f49b018c8361f02ee81e66936cc78b96 /tests | |
parent | cd43e1188a918cbf94738c08012a21152bd535d2 (diff) |
change the test suite for experimental job
The experimental job is executed on zte-virtual6.
And zte-virtual6 is deployed by mcp(fuel), storage
test doesn't support mcp, so I change the test suite
from "storage" to "compute".
Change-Id: Id11dcc3344a0d06fdb3be2f058a519d1407736ac
Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ci/experimental.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/experimental.sh b/tests/ci/experimental.sh index 7fa18f2f..e4bcc577 100755 --- a/tests/ci/experimental.sh +++ b/tests/ci/experimental.sh @@ -17,7 +17,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export DEPLOY_SCENARIO='generic' export DOCKER_TAG='latest' export CI_DEBUG='false' -export TEST_SUITE='storage' +export TEST_SUITE='compute' export TESTAPI_URL='' export SSH_CREDENTIALS='/root/.ssh' |