minor fix in dmm functional job 15/13815/1
authorsharath <[email protected]>
Mon, 30 Jul 2018 17:30:58 +0000 (23:00 +0530)
committersharath <[email protected]>
Mon, 30 Jul 2018 17:31:46 +0000 (23:01 +0530)
Change-Id: Ic865b9c0f14d8db1b3ebc300f4c123c59b83a981
Signed-off-by: sharath <[email protected]>
jjb/dmm/include-raw-dmm-csit-functional-virl.sh

index 1e28e10..5571bd5 100644 (file)
@@ -1,5 +1,4 @@
-#########################################################################
-#
+#!/bin/bash
 # Copyright (c) 2018 Huawei Technologies Co.,Ltd.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-#########################################################################
-#!/bin/bash
 
 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
+cd ../
 
 # Clone csit and start tests
 git clone https://gerrit.fd.io/r/csit