systemd: systemd.tmpfiles.settings test
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
parent
91323fb350
commit
79cd7d93e6
2 changed files with 9 additions and 0 deletions
|
|
@ -175,6 +175,10 @@ forEachUbuntuImage "example" {
|
|||
vm.fail("grep -F 'launch_the_rockets = false' /etc/foo.conf")
|
||||
|
||||
vm.succeed("test -d /var/tmp/system-manager")
|
||||
vm.succeed("test -d /var/tmp/sample")
|
||||
|
||||
vm.succeed("test -f /etc/tmpfiles.d/sample.conf")
|
||||
vm.succeed("test -f /etc/tmpfiles.d/00-system-manager.conf")
|
||||
|
||||
${system-manager.lib.activateProfileSnippet {
|
||||
node = "vm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue