diff options
author | Chris Evich <cevich@redhat.com> | 2022-01-26 13:05:50 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-02-03 13:07:56 -0500 |
commit | 642a691cbba407edbbcdfb287a47224bad779ec4 (patch) | |
tree | 90994b4ed3d96757ae87505fce0eb1becfe7fbbe /test/system/README.md | |
parent | ebbf10ae8cdaeddbc8d997679940adfa82fcdbb3 (diff) | |
download | podman-642a691cbba407edbbcdfb287a47224bad779ec4.tar.gz podman-642a691cbba407edbbcdfb287a47224bad779ec4.tar.bz2 podman-642a691cbba407edbbcdfb287a47224bad779ec4.zip |
Cirrus: Add netavark/aardvark system test task
Also add a system-test that verifies netavark driver is in use when
magic env. var. is set.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'test/system/README.md')
-rw-r--r-- | test/system/README.md | 1 |
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 |