podman/test/apiv2/30-volumes.at
Ed Santiago c2f50499c9 Tests for API v2
Initial framework for testing the version 2 (HTTP) API.
Includes a collection of tests for some of the existing
endpoints. Not all tests are currently passing.

Signed-off-by: Ed Santiago <santiago@redhat.com>
2020-01-17 09:59:22 -07:00

15 lines
228 B
Bash

# -*- 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