From 086cec19cbd0f0a4a122d4cfa6f099dbaa2ef21d Mon Sep 17 00:00:00 2001 From: Henrik Ingo Date: Thu, 18 Jan 2018 17:20:28 +0200 Subject: [PATCH] SERVER-32260 Call workload_setup.py from system_perf.yml and longevity.yml --- etc/longevity.yml | 1 + etc/system_perf.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/longevity.yml b/etc/longevity.yml index d286c49ea49..655ffb116af 100644 --- a/etc/longevity.yml +++ b/etc/longevity.yml @@ -133,6 +133,7 @@ functions: source ./venv/bin/activate infrastructure_provisioning.py mongodb_setup.py + workload_setup.py "run test": - command: shell.exec diff --git a/etc/system_perf.yml b/etc/system_perf.yml index 03193f36dcf..b296f8276c6 100644 --- a/etc/system_perf.yml +++ b/etc/system_perf.yml @@ -157,6 +157,7 @@ functions: source ./venv/bin/activate infrastructure_provisioning.py mongodb_setup.py + workload_setup.py "run test": - command: shell.exec