summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2017-02-07 12:51:44 +0100
committerselias <samelias@cisco.com>2017-02-13 09:37:51 +0100
commita926f1a70522330e16c6e614fc55e89edd7185ca (patch)
treef21a4d48c040afaba72a063a7cb0ecb742957f4c /jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
parent4d69ab37dd0529708befeda9135f39d1ddb30bf5 (diff)
Add hc2vpp-csit jobs on Ubuntu16.04
- add integration and verify job using Ubuntu16.04 - pass OS parameter to test scripts requires commit https://gerrit.fd.io/r/#/c/5037/ in CSIT Change-Id: Ia7be995c1c78db43503e34f7c0c040a63431eab1 Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh')
-rw-r--r--jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh b/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
index 9cfc2c586..99b8d3fa8 100644
--- a/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
+++ b/jjb/hc2vpp/include-raw-hc2vpp-csit-verify.sh
@@ -23,7 +23,7 @@ else
# make sure that bootstrap.sh is executable
chmod +x bootstrap-hc2vpp-verify.sh
# run the script
- ./bootstrap-hc2vpp-verify.sh
+ ./bootstrap-hc2vpp-verify.sh ${OS}
fi
# vim: ts=4 ts=4 sts=4 et : \ No newline at end of file