Add pointers for Integration Tests to docs

Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #910
Approved by: rhatdan
This commit is contained in:
TomSweeneyRedHat
2018-06-05 18:27:57 -04:00
committed by Atomic Bot
parent dedc7cc329
commit 781eec27b5
3 changed files with 19 additions and 2 deletions

View File

@ -163,7 +163,11 @@ To remove the httpd container:
$ sudo podman rm --latest
```
You can verify the deletion of the container by running *podman ps -a*.
## Integration Tests
For more information on how to setup and run the integration tests in your environment, checkout the Integration Tests [README.md](../../test/README.md)
## More information
For more information on Podman and its subcommands, checkout the asciiart demos on the [README](https://github.com/projectatomic/libpod#commands)
For more information on Podman and its subcommands, checkout the asciiart demos on the [README.md](../../README.md#commands)
page.