summaryrefslogtreecommitdiff
path: root/test/system/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-03 15:37:19 -0500
committerGitHub <noreply@github.com>2022-02-03 15:37:19 -0500
commit608b6142edb7a4e179ce6d2ae69707be28f29359 (patch)
tree1ea61cd58e852d849fc5941c0827e6f1ad34727f /test/system/README.md
parente1ed5a9d9c8181075011634191cde183d07ae99a (diff)
parent642a691cbba407edbbcdfb287a47224bad779ec4 (diff)
downloadpodman-608b6142edb7a4e179ce6d2ae69707be28f29359.tar.gz
podman-608b6142edb7a4e179ce6d2ae69707be28f29359.tar.bz2
podman-608b6142edb7a4e179ce6d2ae69707be28f29359.zip
Merge pull request #13024 from cevich/netavark_system
Cirrus: Add netavark/aardvark system test task
Diffstat (limited to 'test/system/README.md')
-rw-r--r--test/system/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/system/README.md b/test/system/README.md
index fe6d1ed52..76626b6dd 100644
--- a/test/system/README.md
+++ b/test/system/README.md
@@ -49,6 +49,7 @@ Running tests
To run the tests locally in your sandbox, you can use one of these methods:
* make;PODMAN=./bin/podman bats ./test/system/070-build.bats # runs just the specified test
* make;PODMAN=./bin/podman bats ./test/system # runs all
+* make;PODMAN=./bin/podman NETWORK_BACKEND=netavark bats ./test/system # Assert & enable netavark testing
To test as root:
* $ PODMAN=./bin/podman sudo --preserve-env=PODMAN bats test/system