diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-03-08 09:13:07 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 09:13:07 -0800 |
commit | 5fdb8bfcb346f41029b0876bd11477282811642c (patch) | |
tree | 4463ec7644ce74a8c6e8491153d1404011a2406a /test/README.md | |
parent | c4815e8a618cb7824f0a8e8c84771c69ed2a8943 (diff) | |
parent | 53cd9bed95d7fdfc7712ed34071083042c81d5c1 (diff) | |
download | podman-5fdb8bfcb346f41029b0876bd11477282811642c.tar.gz podman-5fdb8bfcb346f41029b0876bd11477282811642c.tar.bz2 podman-5fdb8bfcb346f41029b0876bd11477282811642c.zip |
Merge pull request #2257 from cevich/system_test_beginning
[ci skip] System-test: Begin list of needed high-level tests
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md index ef3bfbcf9..5e5a7da61 100644 --- a/test/README.md +++ b/test/README.md @@ -105,3 +105,7 @@ You can run the test with following command: ``` make localsystem ``` + +## Contributing to system tests + +Please see [the TODO list of needed workflows/tests](system/TODO.md). |