diff options
author | Chris Evich <cevich@redhat.com> | 2019-02-01 11:23:55 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-03-06 12:14:49 -0500 |
commit | 53cd9bed95d7fdfc7712ed34071083042c81d5c1 (patch) | |
tree | 845c58569d9f206eb32178f29bb93c7b3bf27875 /test/README.md | |
parent | ac690126f8db7016a8de6f988a10a2a4a39b7301 (diff) | |
download | podman-53cd9bed95d7fdfc7712ed34071083042c81d5c1.tar.gz podman-53cd9bed95d7fdfc7712ed34071083042c81d5c1.tar.bz2 podman-53cd9bed95d7fdfc7712ed34071083042c81d5c1.zip |
System-test: Documentation and TODO list
Signed-off-by: Chris Evich <cevich@redhat.com>
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). |