diff options
author | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2019-04-16 12:10:40 +0000 |
---|---|---|
committer | BjornMagnussonXA <bjorn.magnusson@est.tech> | 2019-04-16 12:10:40 +0000 |
commit | 90b09746e5f7692065a2775ada0a3cec529395ed (patch) | |
tree | 16f8379409ab56b1a627647fe0739689744fc87e /plans/dcaegen2-collectors-datafile | |
parent | 636b397b71bf1da63f635c6aea28392857b3f74f (diff) |
Updates to DFC CSIT test
Adaptation of Functional tests due to updated dfc simulators
Adaptation of Management tests due to changes in DFC app
Removed test for FTPS due to issue with ftps sim cert
Issue-ID: DCAEGEN2-1434
Change-Id: Ic92ac4901586cb55164177a8640ba23b60c02f0d
Signed-off-by: BjornMagnussonXA <bjorn.magnusson@est.tech>
Diffstat (limited to 'plans/dcaegen2-collectors-datafile')
-rw-r--r-- | plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh index e4940280..e2a0c126 100644 --- a/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh +++ b/plans/dcaegen2-collectors-datafile/Functional-suite/setup.sh @@ -4,10 +4,10 @@ docker kill "$(docker ps -q -a)" docker rm "$(docker ps -q -a)" -# Clone Simulators for DFC from integration repo. +# 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 #How to make this version controlled for Dublin, El Alto etc etc +git clone --depth 1 https://gerrit.onap.org/r/integration -b master #Location of all individual simulators for DFC SIM_ROOT=$WORKSPACE/archives/dfc/integration/test/mocks/datafilecollector-testharness |