mirror of
https://github.com/containers/podman.git
synced 2025-12-05 04:40:47 +08:00
Merge pull request #20714 from deuill/quadlet-notify-healthy
quadlet: Support `healthy` for `Notify` directives
This commit is contained in:
5
test/e2e/quadlet/notify-healthy.container
Normal file
5
test/e2e/quadlet/notify-healthy.container
Normal file
@@ -0,0 +1,5 @@
|
||||
## assert-podman-args "--sdnotify=healthy"
|
||||
|
||||
[Container]
|
||||
Image=localhost/imagename
|
||||
Notify=healthy
|
||||
@@ -712,6 +712,7 @@ BOGUS=foo
|
||||
Entry("network.quadlet.container", "network.quadlet.container", 0, ""),
|
||||
Entry("noimage.container", "noimage.container", 1, "converting \"noimage.container\": no Image or Rootfs key specified"),
|
||||
Entry("notify.container", "notify.container", 0, ""),
|
||||
Entry("notify-healthy.container", "notify-healthy.container", 0, ""),
|
||||
Entry("oneshot.container", "oneshot.container", 0, ""),
|
||||
Entry("other-sections.container", "other-sections.container", 0, ""),
|
||||
Entry("podmanargs.container", "podmanargs.container", 0, ""),
|
||||
|
||||
Reference in New Issue
Block a user