mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
Merge pull request #27203 from nothiaki/quadlets-api-resource
pkg/api: api list quadlets resource
This commit is contained in:
15
test/apiv2/36-quadlets.at
Normal file
15
test/apiv2/36-quadlets.at
Normal file
@ -0,0 +1,15 @@
|
||||
# -*- sh -*-
|
||||
#
|
||||
# quadlet-related tests
|
||||
#
|
||||
|
||||
# NOTE: Once podman-remote quadlet support is added we can enable the podman quadlet tests in
|
||||
# test/system/253-podman-quadlet.bats which should cover it in more detail then.
|
||||
|
||||
## list volume
|
||||
t GET libpod/quadlets/json 200
|
||||
|
||||
# Example with filter applied (uncomment once needed)
|
||||
# t GET libpod/quadlets/json?filters='{"name":["name.*"]}' 200
|
||||
|
||||
# vim: filetype=sh
|
Reference in New Issue
Block a user