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