diff options
author | Jhon Honce <jhonce@redhat.com> | 2020-10-30 14:54:40 -0700 |
---|---|---|
committer | Jhon Honce <jhonce@redhat.com> | 2020-11-02 08:36:22 -0700 |
commit | df8bda8cc0aadbdbd75638e4710eee2c0359bbf9 (patch) | |
tree | 35c63972e14d8183ee14fd12c0e0c2d51f02c71f /Makefile | |
parent | 7375a55757fe7615f133db5b097bb4db9a244888 (diff) | |
download | podman-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |