diff options
author | Daniel Rose <dr695h@att.com> | 2019-09-10 15:15:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-10 15:15:52 +0000 |
commit | 09bb9100e5ad7da234283984ed9ec4d7d049953b (patch) | |
tree | 3b55a127637a1ed28b77cefa38a39ea3102f3ee5 /plans | |
parent | 8cfb9aed2aff1102e2ce75438f2b47b0fb063096 (diff) | |
parent | 9665fde6182b75d0e42bff0d768b2734f24bbd5c (diff) |
Merge "update dfc source to offical product"
Diffstat (limited to 'plans')
-rw-r--r-- | plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |