We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8768d70 commit c76001aCopy full SHA for c76001a
tmt/tests/booted/test-image-pushpull-upgrade.nu
@@ -69,7 +69,10 @@ RUN echo test content > /usr/share/blah.txt
69
let rr_meta = (ls /run/reboot-required | first)
70
assert equal $rr_meta.size 0b
71
72
- # Also test that the mtime changes on modification
+ # Verify that we logged to the journal
73
+ journalctl _MESSAGE_ID=3e2f1a0b9c8d7e6f5a4b3c2d1e0f9a8b7
74
+
75
+ # The mtime should change on modification
76
let new_root_mtime = ls -Dl /ostree/bootc | get modified
77
assert ($new_root_mtime > $orig_root_mtime)
78
0 commit comments