aboutsummaryrefslogtreecommitdiff
path: root/test/apiv2/30-volumes.at
blob: b599680e31d5f7d7282dc4db3632a7c9ff95e716 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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