diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-06-05 18:27:57 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-06-06 18:45:57 +0000 |
commit | 781eec27b52c842fc83c8b1c97fbf825065f3b0c (patch) | |
tree | 8900318f4cad2fa6c71897cdda5c351c3fee34cd /docs/tutorials | |
parent | dedc7cc3296abc4f340d29effb693572ca2b7521 (diff) | |
download | podman-781eec27b52c842fc83c8b1c97fbf825065f3b0c.tar.gz podman-781eec27b52c842fc83c8b1c97fbf825065f3b0c.tar.bz2 podman-781eec27b52c842fc83c8b1c97fbf825065f3b0c.zip |
Add pointers for Integration Tests to docs
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #910
Approved by: rhatdan
Diffstat (limited to 'docs/tutorials')
-rw-r--r-- | docs/tutorials/podman_tutorial.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/tutorials/podman_tutorial.md b/docs/tutorials/podman_tutorial.md index 9ebab5f69..bde11fd53 100644 --- a/docs/tutorials/podman_tutorial.md +++ b/docs/tutorials/podman_tutorial.md @@ -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. |