adding the DMM download step
[ci-management.git] / jjb / csit / include-raw-csit-dmm-functional-virl.sh
index f2bef39..43fb025 100644 (file)
 
 set -xeu -o pipefail
 
+# Clone dmm and start tests
+git clone https://gerrit.fd.io/r/dmm
+
+# If the git clone fails, complain clearly and exit
+if [ $? != 0 ]; then
+    echo "Failed to run: git clone https://gerrit.fd.io/r/dmm"
+    exit 1
+fi
+
 # execute DMM bootstrap script if it exists
 if [ -e bootstrap-DMM.sh ]
 then