summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/longevity.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index aa49584c11b..8a27cc34588 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -174,7 +174,7 @@ functions:
set -e
set -o verbose
source ./dsienv.sh
- $DSI_PATH/bin/setup-cluster.sh ${cluster} false
+ $DSI_PATH/bin/setup-cluster.sh ${cluster} false --skip-fio
"configure mongodb cluster":
- command: shell.exec
@@ -195,10 +195,10 @@ functions:
script: |
set -e
set -v
- echo "Run test for ${test}-${storageEngine} with setup ${setup}"
source ./dsienv.sh
source ./venv/bin/activate
- $DSI_PATH/bin/run-${test}.sh ${storageEngine} ${setup} ${cluster}
+ echo "Run test for ${test}-${storageEngine} with setup ${setup}"
+ $DSI_PATH/bin/run_test.py ${storageEngine} ${test} ${cluster}
echo "Complete test for ${test} with setup ${setup}!"
- command: "json.send"
params: