aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2020-10-30 14:54:40 -0700
committerJhon Honce <jhonce@redhat.com>2020-11-02 08:36:22 -0700
commitdf8bda8cc0aadbdbd75638e4710eee2c0359bbf9 (patch)
tree35c63972e14d8183ee14fd12c0e0c2d51f02c71f /Makefile
parent7375a55757fe7615f133db5b097bb4db9a244888 (diff)
downloadpodman-df8bda8cc0aadbdbd75638e4710eee2c0359bbf9.tar.gz
podman-df8bda8cc0aadbdbd75638e4710eee2c0359bbf9.tar.bz2
podman-df8bda8cc0aadbdbd75638e4710eee2c0359bbf9.zip
Add test/apiv2/rest_api tests to make target
* renamed old API tests to not be discovered, they do not pass * Updated the API tests to use a pristine storage configuration * Skipped attach test, it needs to be re-written Signed-off-by: Jhon Honce <jhonce@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 89bf8707e..5cfed666a 100644
--- a/Makefile
+++ b/Makefile
@@ -357,6 +357,7 @@ remotesystem:
.PHONY: localapiv2
localapiv2:
env PODMAN=./bin/podman ./test/apiv2/test-apiv2
+ env PODMAN=./bin/podman ${PYTHON} -m unittest discover -v ./test/apiv2/rest_api/
.PHONY: remoteapiv2
remoteapiv2: