diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-10 11:52:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-10 11:52:44 +0200 |
commit | d65cb664379117de527aeb253f1d4230998d2939 (patch) | |
tree | 8f066968a431a093547a3439d171d73bcae91b70 /test/system/README.md | |
parent | b6e2bc3cc99c5819891efe1c77d03686b8707269 (diff) | |
parent | 5c108cdab4888c53fbe7d4cb546544cc5a4929aa (diff) | |
download | podman-d65cb664379117de527aeb253f1d4230998d2939.tar.gz podman-d65cb664379117de527aeb253f1d4230998d2939.tar.bz2 podman-d65cb664379117de527aeb253f1d4230998d2939.zip |
Merge pull request #3758 from edsantiago/bats
implement 'make remotesystem'
Diffstat (limited to 'test/system/README.md')
-rw-r--r-- | test/system/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/system/README.md b/test/system/README.md index d98b1c0fe..fe6d1ed52 100644 --- a/test/system/README.md +++ b/test/system/README.md @@ -28,6 +28,8 @@ on failure. * `skip_if_rootless` - if rootless, skip this test with a helpful message. +* `skip_if_remote` - like the above, but skip if testing `podman-remote` + * `random_string` - returns a pseudorandom alphanumeric string Test files are of the form `NNN-name.bats` where NNN is a three-digit |