Merge pull request #18628 from eriksjolund/quadlet_tests_updates

Quadlet tests: enable device.volume and remove socketactivated.container
This commit is contained in:
OpenShift Merge Robot
2023-05-22 08:02:37 -04:00
committed by GitHub
2 changed files with 2 additions and 10 deletions

View File

@ -1,9 +0,0 @@
## assert-podman-args --preserve-fds=1
## assert-podman-args --env LISTEN_FDS=1
## assert-podman-args --env LISTEN_PID=2
## assert-key-is "Service" "Type" "notify"
## assert-key-is "Service" "NotifyAccess" "all"
[Container]
Image=localhost/imagename
SocketActivated=yes

View File

@ -563,7 +563,8 @@ var _ = Describe("quadlet system generator", func() {
Entry("basic.volume", "basic.volume"),
Entry("label.volume", "label.volume"),
Entry("uid.volume", "uid.volume"),
Entry("device.volume", "device-copy.volume"),
Entry("device-copy.volume", "device-copy.volume"),
Entry("device.volume", "device.volume"),
Entry("Basic kube", "basic.kube"),
Entry("Syslog Identifier", "syslog.identifier.kube"),