diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-01-27 07:14:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 07:14:16 -0800 |
commit | 094baa5366a3f41df2511ff2d749a773f2eed03f (patch) | |
tree | a24c88ec5804eb42aa9e015a4ab2351cf1584040 /test/apiv2/30-volumes.at | |
parent | 7794fafdadd1c416164d5bca0964ae13b1bb3cc2 (diff) | |
parent | c2f50499c9e344a4bff56719fe66fa846ae3064d (diff) | |
download | podman-094baa5366a3f41df2511ff2d749a773f2eed03f.tar.gz podman-094baa5366a3f41df2511ff2d749a773f2eed03f.tar.bz2 podman-094baa5366a3f41df2511ff2d749a773f2eed03f.zip |
Merge pull request #4894 from edsantiago/test_apiv2
Tests for API v2
Diffstat (limited to 'test/apiv2/30-volumes.at')
-rw-r--r-- | test/apiv2/30-volumes.at | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/apiv2/30-volumes.at b/test/apiv2/30-volumes.at new file mode 100644 index 000000000..b599680e3 --- /dev/null +++ b/test/apiv2/30-volumes.at @@ -0,0 +1,14 @@ +# -*- sh -*- +# +# volume-related tests +# + +# +# FIXME: endpoints seem to be unimplemented, return 404 +# +if false; then +t GET libpod/volumes/json 200 null +t POST libpod/volumes/create name=foo 201 +fi + +# vim: filetype=sh |