ttcn3-pgw: Parallel docker container stop

Stopping all the containers takes quite a lot of time. Let's stop them
all in parallel to gain some time.

Change-Id: Iabf63ebdee9d1bf13a364ea3eb530ed9dae9b2a5
This commit is contained in:
Pau Espin 2022-04-11 13:31:01 +02:00
parent e9a25e2b25
commit 043f436fcb
1 changed files with 5 additions and 4 deletions

View File

@ -84,10 +84,11 @@ docker run --rm \
$REPO_USER/ttcn3-pgw-test
# stop uecups + PGW after test has completed
docker container stop ${BUILD_TAG}-uecups
docker container stop ${BUILD_TAG}-smf
docker container stop ${BUILD_TAG}-upf
docker container stop ${BUILD_TAG}-nrf
docker container stop \
${BUILD_TAG}-uecups \
${BUILD_TAG}-smf \
${BUILD_TAG}-upf \
${BUILD_TAG}-nrf
network_remove
collect_logs