From 4df46b7185b23e294c98704bd72e4cbe671ad17c Mon Sep 17 00:00:00 2001 From: Fangyin Hu Date: Fri, 23 Jun 2017 02:34:23 -0700 Subject: Separate the NSH SFC CI-management configuration to the CSIT. Fix some syntax errors. Change-Id: I46be907dd24676c7fb2bfd380c1c35eb3ccec738 Signed-off-by: Fangyin Hu --- jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh (limited to 'jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh') diff --git a/jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh b/jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh new file mode 100644 index 000000000..e79020460 --- /dev/null +++ b/jjb/csit/include-raw-csit-nsh_sfc-perf-hw.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +# execute nsh_sfc bootstrap script if it exists +if [ ! -e bootstrap-verify-perf-nsh_sfc.sh ] +then + echo 'ERROR: No bootstrap-verify-perf-nsh_sfc.sh found' + exit 1 +fi + +# make sure that bootstrap-verify-perf.sh is executable +chmod +x bootstrap-verify-perf-nsh_sfc.sh +# run the script +./bootstrap-verify-perf-nsh_sfc.sh + +# vim: ts=4 ts=4 sts=4 et : -- cgit 1.2.3-korg