adding the DMM download step 23/12923/1
authorsharath <sharathkumarboyanapally@gmail.com>
Wed, 6 Jun 2018 16:15:16 +0000 (21:45 +0530)
committersharath <sharathkumarboyanapally@gmail.com>
Wed, 6 Jun 2018 16:15:16 +0000 (21:45 +0530)
Change-Id: I707afff64be5457233bfa87d47d13dc8df4e3a6a
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
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