enable podman-remote volume prune

allow users to remotely prune volumes.

this is the last volume command for remote enablement.  as such,
the volume commands are being folded back into main because they
are supported for both local and remote clients.

also, enable all volume tests that do not use containers
as containers are not enabled for the remote client yet.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-02-11 15:36:24 -06:00
parent 0cd2243596
commit 5be818e715
14 changed files with 101 additions and 52 deletions

View File

@ -1,5 +1,3 @@
// +build !remoteclient
package integration
import (