Fix gate-trove-functional-dsvm-{datastore}
Reasons: - not all datastores have full int-test coverage; - int tests should be lauched with specific --group parameters for each datastore except mysql. Changes: - fixing command that lauches int-tests for datastores; Change-Id: If786545e9986145c0ded2a33b1f7acd0efc26bee
This commit is contained in:
parent
351337d5e0
commit
329ec48245
@ -52,7 +52,7 @@
|
|||||||
export BRIDGE_IP=10.1.0.1
|
export BRIDGE_IP=10.1.0.1
|
||||||
cd /opt/stack/new/trove-integration/scripts
|
cd /opt/stack/new/trove-integration/scripts
|
||||||
./redstack kick-start {datastore}
|
./redstack kick-start {datastore}
|
||||||
./redstack int-tests
|
./redstack int-tests --group={datastore}
|
||||||
}}
|
}}
|
||||||
export -f post_test_hook
|
export -f post_test_hook
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user