Skip to content

Commit

Permalink
test(systemd) add some verbosity to the systemd tests so we know why …
Browse files Browse the repository at this point in the history
…it fails
  • Loading branch information
hutchic authored and gszr committed Jun 15, 2021
1 parent 4b8e8f0 commit 1136e6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/tests/01-package/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,16 @@ EOD"
sleep 5
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl start kong"
sleep 5
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl status kong"
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl reload kong"
sleep 5
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl status kong"
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl restart kong"
sleep 5
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl status kong"
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl stop kong"
sleep 5
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "systemctl status kong"
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "dpkg --remove $KONG_PACKAGE_NAME"
docker exec ${USE_TTY} systemd-ubuntu /bin/bash -c "! test -f /lib/systemd/system/kong.service"
docker stop systemd-ubuntu
Expand Down

0 comments on commit 1136e6f

Please sign in to comment.