From 9665fde6182b75d0e42bff0d768b2734f24bbd5c Mon Sep 17 00:00:00 2001 From: yanhuanwang Date: Mon, 9 Sep 2019 21:01:31 +0200 Subject: update dfc source to offical product Change-Id: I6b75de2b4c5e1c4c9cdf6b5d5f116eba81c6505a Signed-off-by: Martin Yan Issue-ID: DCAEGEN2-1702 --- plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plans/dcaegen2-collectors-datafile/Functional-suite') diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh index 2d276e51..bdee34ee 100644 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh @@ -12,8 +12,7 @@ cd $WORKSPACE/archives/dfc if [ -z "$SIM_ROOT" ] then - #git clone --depth 1 https://gerrit.onap.org/r/integration -b master - git clone https://github.com/yanhuanwang/integration.git + git clone --depth 1 https://gerrit.onap.org/r/integration -b master #Location of all individual simulators for DFC echo "Determine SIM_ROOT based on the WORKSPACE" SIM_ROOT=$WORKSPACE/archives/dfc/integration/test/mocks/datafilecollector-testharness -- cgit 1.2.3-korg