mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
Merge pull request #25452 from ygalblum/quadlet-warning-messages
Quadlet warning messages
This commit is contained in:
5
test/e2e/quadlet/label-unsupported-escape.container
Normal file
5
test/e2e/quadlet/label-unsupported-escape.container
Normal file
@ -0,0 +1,5 @@
|
||||
## assert-podman-final-args localhost/imagename
|
||||
|
||||
[Container]
|
||||
Image=localhost/imagename
|
||||
Label=regex=^foo(\?.*)?$
|
@ -1048,6 +1048,7 @@ BOGUS=foo
|
||||
|
||||
DescribeTable("Running expected warning quadlet test case",
|
||||
runWarningQuadletTestCase,
|
||||
Entry("label-unsupported-escape.container", "label-unsupported-escape.container", "unsupported escape char"),
|
||||
Entry("shortname.container", "shortname.container", "Warning: shortname.container specifies the image \"shortname\" which not a fully qualified image name. This is not ideal for performance and security reasons. See the podman-pull manpage discussion of short-name-aliases.conf for details."),
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user