diff options
author | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-20 10:23:53 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dt5972@att.com> | 2018-03-20 16:55:03 -0400 |
commit | 09cb034920097e2b65f500029df76c8ff7f398dc (patch) | |
tree | d70390b81d4610168b0381e301570fa4db7707f6 /test/csit/plans/ccsdk/healthcheck/teardown.sh | |
parent | 4445f34706a02bc549c9e8f6f390e008bbecc7b4 (diff) |
Fix SDNC and CCSDK CSIT issues
Fixed CCSDK and SDNC setup.sh scripts to use karaf client without
-u arg (change for karaf 4), and to fix versions of containers
used by SDNC CSIT script.
Change-Id: I292e25d04b54d3e12696dab09ca007c97e632555
Issue-ID: SDNC-277
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'test/csit/plans/ccsdk/healthcheck/teardown.sh')
-rw-r--r-- | test/csit/plans/ccsdk/healthcheck/teardown.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/csit/plans/ccsdk/healthcheck/teardown.sh b/test/csit/plans/ccsdk/healthcheck/teardown.sh index fbc0dfa42..56820786a 100644 --- a/test/csit/plans/ccsdk/healthcheck/teardown.sh +++ b/test/csit/plans/ccsdk/healthcheck/teardown.sh @@ -19,7 +19,6 @@ kill-instance.sh ccsdk_db_container kill-instance.sh ccsdk_dgbuilder_container -kill-instance.sh ccsdk_bareodl_container kill-instance.sh ccsdk_odlsli_container # $WORKSPACE/archives/appc deleted with archives folder when tests starts so we keep it at the end for debugging |