Skip to content

Commit

Permalink
squash: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Mar 5, 2024
1 parent efa1e3d commit 2f8b595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/execute/reboot/reuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ rlJournalStart
provision="provision -h connect -g $guest -P $port -u $user -k $key"
for _ in $(seq 0 1); do
rlRun -s "tmt run --scratch -ai $run -dddvvv $provision"
rlAssertGrep "Reboot during test '/test' with reboot count 1" $rlRun_LOG
rlAssertGrep "Soft reboot during test '/test' with reboot count 1" $rlRun_LOG
rlAssertGrep "After first reboot" $rlRun_LOG
rlAssertGrep "Reboot during test '/test' with reboot count 2" $rlRun_LOG
rlAssertGrep "Soft reboot during test '/test' with reboot count 2" $rlRun_LOG
rlAssertGrep "After second reboot" $rlRun_LOG
rlAssertGrep "Reboot during test '/test' with reboot count 3" $rlRun_LOG
rlAssertGrep "Soft reboot during test '/test' with reboot count 3" $rlRun_LOG
rlAssertGrep "After third reboot" $rlRun_LOG
rlRun "rm $rlRun_LOG"

Expand Down
1 change: 1 addition & 0 deletions tests/test/check/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tier: 2

/watchdog:
test: ./test-watchdog.sh
duration: 15m
tag+:
- provision-only
- provision-container
Expand Down

0 comments on commit 2f8b595

Please sign in to comment.