aboutsummaryrefslogtreecommitdiffstats
path: root/k6-tests/teardown.sh
diff options
context:
space:
mode:
authorhalil.cakal <halil.cakal@est.tech>2024-05-27 16:06:59 +0100
committerhalil.cakal <halil.cakal@est.tech>2024-05-27 16:06:59 +0100
commit0613fbd654bacb9324e07bb2f9f4244302c48aaa (patch)
tree8fd4f5b3cfdac8f1baf59794395ac6bc9e2f6674 /k6-tests/teardown.sh
parentc628542edebf7b000bc8646455378ae076bdc9c5 (diff)
Print summary report for K6 tests
- add a generic template to print summary of k6 test results - remove container logs since its around 50 mb Issue-ID: CPS-2215 Change-Id: I8971fc30b9dc8be2ed16eda6755d17a91f608b48 Signed-off-by: halil.cakal <halil.cakal@est.tech> Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Signed-off-by: halil.cakal <halil.cakal@est.tech>
Diffstat (limited to 'k6-tests/teardown.sh')
-rwxr-xr-xk6-tests/teardown.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/k6-tests/teardown.sh b/k6-tests/teardown.sh
index 87cca7252..45422f9d1 100755
--- a/k6-tests/teardown.sh
+++ b/k6-tests/teardown.sh
@@ -18,9 +18,6 @@
echo '================================== docker info =========================='
docker ps -a
-echo '================================== CPS-NCMP Logs ========================'
-docker logs cps-and-ncmp
-
echo 'Stopping, Removing all running containers...'
docker stop $(docker ps -aq) && docker rm $(docker ps -aq)