From ba3b329cdcf9c56f7c4ce3a3b87f4a1daaed1d95 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Sun, 9 Apr 2017 11:25:24 -0400 Subject: TEST-2 first cut a soak test engine runSoak.sh is used to initiate a soak test for a duration in seconds runEteTag.sh is the command invoked by the soak test engine to execute a single tag. Change-Id: I11ee797442cd3baa246e0f4a20bc4dac19c5b89e Signed-off-by: Jerry Flood --- runSoak.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 runSoak.sh (limited to 'runSoak.sh') diff --git a/runSoak.sh b/runSoak.sh new file mode 100644 index 00000000..3b223ae7 --- /dev/null +++ b/runSoak.sh @@ -0,0 +1,7 @@ +#!/bin/bash +INSTALL_DIR=/var/opt/OpenECOMP_ETE +DURATION=$1 + +cd ${INSTALL_DIR} +export PYTHONPATH=${INSTALL_DIR}/robot/library +python -m loadtest.TestMain -d ${DURATION} --logfile /share/logs/soak_$$.log \ No newline at end of file -- cgit 1.2.3-korg