diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2018-08-30 12:27:00 +0200 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2018-08-31 07:08:13 +0200 |
commit | f15077f640d033c1eb50d5496b27b6d6739d7e76 (patch) | |
tree | a2891aecfa28c83eb7f78edd7f4768cd7f8f067e /test/csit/plans/dcaegen2/hv-ves-testsuites/teardown.sh | |
parent | c3a8defbdc6192c6a8164d2cb1d2c75ae54f7cfd (diff) |
Move HV-VES CSIT testsuites
This is hopefully temporary alignment with other projects made to
prevent jenkins job builder from creating unnecessary jobs for
dcaegen2-prh-testsuites and dcaegen2-ves-collector-testsuites.
Change-Id: I57a9e63fc93bce398c614ffb5ed9a2c2f939b501
Issue-ID: DCAEGEN2-687
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'test/csit/plans/dcaegen2/hv-ves-testsuites/teardown.sh')
-rwxr-xr-x | test/csit/plans/dcaegen2/hv-ves-testsuites/teardown.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/csit/plans/dcaegen2/hv-ves-testsuites/teardown.sh b/test/csit/plans/dcaegen2/hv-ves-testsuites/teardown.sh deleted file mode 100755 index 91ad90305..000000000 --- a/test/csit/plans/dcaegen2/hv-ves-testsuites/teardown.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env bash - -cd ssl -make clean -cd .. - -docker-compose logs > ${WORKSPACE}/archives/docker-compose.log -docker-compose down -docker-compose rm -f - -docker network rm ${CONTAINERS_NETWORK}
\ No newline at end of file |