summaryrefslogtreecommitdiffstats
path: root/jjb/scripts
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2022-08-11 13:11:37 +0200
committerMauro Sardara <msardara@cisco.com>2022-08-11 13:15:06 +0200
commit1ef12fa4fc9435f9518b5278c5ab179522a4ae8d (patch)
tree0f0b148448cb16c50ba4a5e0634c83d77ef65365 /jjb/scripts
parent2ac685f154ae75ac0377cec312cd65d57240abbc (diff)
feat(hicn.yaml): add functional tests jobs
The approach to trigger the functional test job is the same adopted for triggering the build after the checkstyle. A comment "build_successful" will be added in gerrit by the build job, and this comment will in turn trigger the functional test job. Change-Id: I140160dfdd6fe80fdbe64848b9dc2c7a2b75cac4 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'jjb/scripts')
-rw-r--r--jjb/scripts/hicn/functest.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/jjb/scripts/hicn/functest.sh b/jjb/scripts/hicn/functest.sh
new file mode 100644
index 000000000..e520c78ce
--- /dev/null
+++ b/jjb/scripts/hicn/functest.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+# basic build script example
+set -euxo pipefail
+
+echo "---> jjb/scripts/hicn/functest.sh"
+
+pushd scripts
+bash ./functional-tests.sh
+popd