summaryrefslogtreecommitdiffstats
path: root/ci/envs/host-config
diff options
context:
space:
mode:
authorJiang, Yunhong <yunhong.jiang@intel.com>2017-03-13 19:22:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-13 19:22:04 +0000
commitaf712826966ee75ba5ac466a6c192580abdf0c29 (patch)
treec032c8979699d2b73865ca87f9e12d2a6d709525 /ci/envs/host-config
parent0666e6b9c92cdba1d90c951423e5ef1fb2736c48 (diff)
parent53bf71ea043426dd23319bd3bd011fd9a8ce0446 (diff)
Merge "This patch includes updated scripts for modifying function names and to optimize the code for executing all the test cases and performing necessary host cleaning operations after executing all the test cases."
Diffstat (limited to 'ci/envs/host-config')
-rwxr-xr-xci/envs/host-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/envs/host-config b/ci/envs/host-config
index 99cbb3773..727ba1574 100755
--- a/ci/envs/host-config
+++ b/ci/envs/host-config
@@ -35,8 +35,8 @@ done
stress_isolcpus=${first}-${last}
echo "Stress tool runs on $stress_isolcpus"
-#Tar the log files generated during testcase execution.
-function err_exit {
+#Tar the log files generated during testcase execution and exit.
+function test_exit {
exitCode=$1
cd $WORKSPACE/build_output/
if [ -d log ];then