From df8bda8cc0aadbdbd75638e4710eee2c0359bbf9 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Fri, 30 Oct 2020 14:54:40 -0700 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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: -- cgit v1.2.3-54-g00ecf