Add podman system events alias to podman events

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-11-09 15:45:01 -05:00
parent ae9a2d26df
commit bc77c034f8
8 changed files with 34 additions and 8 deletions

View File

@ -17,7 +17,7 @@ load helpers
is "$output" "$expect" "filtering by container name and label"
# Same thing, but without the container-name filter
run_podman events -f type=container --filter label=${labelname}=${labelvalue} --filter event=start --stream=false
run_podman system events -f type=container --filter label=${labelname}=${labelvalue} --filter event=start --stream=false
is "$output" "$expect" "filtering just by label"
# Now filter just by container name, no label

View File

@ -37,6 +37,7 @@ search | $IMAGE
pod inspect | mypod
events | --stream=false --events-backend=file
system events | --stream=false --events-backend=file
"
# podman machine is finicky. Assume we can't run it, but see below for more.