Skip to content

Commit 9524592

Browse files
committed
tests: adjust to new CD daemon log msg
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent bf5c6e3 commit 9524592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bats/test_cd_misc.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ bats::on_failure() {
6969
cat "$LOGPATH" | tail -n 50
7070

7171
# Explicitly confirm cleanup-on-shutdown behavior by inspecting CD log.
72-
cat "$LOGPATH" | grep -e "Successfully updated node .* status to NotReady"
72+
cat "$LOGPATH" | tail -n 50 | grep -e "updated node status in CD (new nodeinfo: .* NotReady"
7373
cat "$LOGPATH" | grep "Successfully removed node" | \
7474
grep "from ComputeDomain default/imex-channel-injection"
7575

0 commit comments

Comments
 (0)