summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2017-03-31 13:29:30 +0300
committerHenrik Ingo <henrik.ingo@mongodb.com>2017-03-31 13:30:20 +0300
commit46933aa071eb0aa6614bfe26c56cc9b75270038b (patch)
tree0636513002fd59188d9f2baedfdf9c842c43c98c
parented80d2d3c5735c424e5c1cd58169077327976d2e (diff)
downloadmongo-46933aa071eb0aa6614bfe26c56cc9b75270038b.tar.gz
SERVER-28426 Update etc/longevity.yml to use run_test.py
-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: