From d3f5129c656b813b80161dcefbf14e032dadcadd Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Mon, 1 Jul 2019 11:05:20 +0000 Subject: DFC - Adapt CSIT to dublin branch Changed dependency to integration repo to the dublin branch. Change-Id: I09b2c7ceb0b6fe82a51091d2d0f8251affeaed66 Issue-ID: DCAEGEN2-1453 Signed-off-by: elinuxhenrik --- plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh index e2a0c126..50e7bbcf 100644 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh @@ -7,7 +7,7 @@ docker rm "$(docker ps -q -a)" # Clone Simulators for DFC from integration repo. mkdir -p $WORKSPACE/archives/dfc cd $WORKSPACE/archives/dfc -git clone --depth 1 https://gerrit.onap.org/r/integration -b master +git clone --depth 1 https://gerrit.onap.org/r/integration -b dublin #Location of all individual simulators for DFC SIM_ROOT=$WORKSPACE/archives/dfc/integration/test/mocks/datafilecollector-testharness -- cgit 1.2.3-korg