diff options
author | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-20 10:42:19 +0100 |
---|---|---|
committer | Filip Krzywka <filip.krzywka@nokia.com> | 2019-03-21 14:07:49 +0100 |
commit | d2da2cc4bd18fe33124dd105608443c10f981a2d (patch) | |
tree | 141bc46ed11bda03b08b6b536d8321c06cb1e9a9 /plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh | |
parent | 4a3c1a1b963427febece0ca6235595041a3b9a99 (diff) |
Update HV-VES testsuites
This commit follows related changes made in DCAEGEN2-1340 and overall
DCAEGEN2-1151 story.
- use configuration files instead of command line parameters
- organize collector volumes for ease of use
- move environment variables to .env file for reuse
- removed redundant aliases in ves-hv-network
Change-Id: I782db9d0996308810834c322906ab861be183193
Issue-ID: DCAEGEN2-1340
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
Diffstat (limited to 'plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh')
-rwxr-xr-x | plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh b/plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh index fe922ed0..28f10334 100755 --- a/plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh +++ b/plans/dcaegen2-collectors-hv-ves/testsuites/teardown.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash -cd ssl +cd collector/ssl ./gen-certs.sh clean -cd .. +cd ../.. COMPOSE_LOGS_FILE=${WORKSPACE}/archives/containers_logs/docker-compose.log docker-compose logs > ${COMPOSE_LOGS_FILE} |