From 97c56eef6ff29656e9421946f2fac741b0e79f2e Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Wed, 7 Dec 2022 09:25:32 +0100 Subject: [PATCH] [CI:DOCS] test/README.md: run tests with podman-remote Drop a note on how to run single tests with the remote client. Signed-off-by: Valentin Rothberg --- test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/README.md b/test/README.md index 149f002e41..e2e8c85a09 100644 --- a/test/README.md +++ b/test/README.md @@ -77,6 +77,8 @@ You can run a single file of integration tests using the go test command: GOPATH=~/go go test -v test/e2e/libpod_suite_test.go test/e2e/common_test.go test/e2e/config.go test/e2e/config_amd64.go test/e2e/your_test.go ``` +If you want to run the tests with the podman-remote client, make sure to replace `test/e2e/libpod_suite_test.go` with `test/e2e/libpod_suite_remote_test.go`. + ### Running a single integration test Before running the test suite, you have to declare which test you want run in the test file itself. Consider the following actual test: