Skip to content

Commit

Permalink
Update test cases from upstream Quadlet
Browse files Browse the repository at this point in the history
  • Loading branch information
riyad committed Dec 29, 2022
1 parent d94d061 commit 8584507
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions tests/cases/label.volume
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## assert-podman-args --label org.foo.Arg1=arg1
## assert-podman-args --label org.foo.Arg2=arg2
## assert-podman-args --label org.foo.Arg3=arg3
## assert-key-contains Service ExecStart " --label org.foo.Arg1=arg1 "
## assert-key-contains Service ExecStart " --label org.foo.Arg2=arg2 "
## assert-key-contains Service ExecStart " --label org.foo.Arg3=arg3 "

[Volume]
Image=imagename
Label=org.foo.Arg1=arg1
Label=org.foo.Arg2=arg2 \
org.foo.Arg3=arg3
2 changes: 1 addition & 1 deletion tests/cases/uid.volume
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## assert-podman-args --opt o=uid=0,gid=11
## assert-key-contains Service ExecStart " --opt o=uid=0,gid=11 "

[Volume]
# Test usernames too
Expand Down

0 comments on commit 8584507

Please sign in to comment.