summaryrefslogtreecommitdiff
path: root/test/dockerpy/README.md
diff options
context:
space:
mode:
authorSujil02 <sushah@redhat.com>2020-06-07 22:25:31 -0400
committerSujil02 <sushah@redhat.com>2020-06-07 22:27:01 -0400
commit37428df4c2ea947a0ae663da5196eb17a8c6c040 (patch)
tree6d67cf6c02233068b9128faa1ad817491517df62 /test/dockerpy/README.md
parent1fcb6788a5d7471a7ca6215a40e36e21812a0f6e (diff)
downloadpodman-37428df4c2ea947a0ae663da5196eb17a8c6c040.tar.gz
podman-37428df4c2ea947a0ae663da5196eb17a8c6c040.tar.bz2
podman-37428df4c2ea947a0ae663da5196eb17a8c6c040.zip
Modify py test to start stop system service for each test
Start stop system service for each test class to make it east to integrate to CI Adds more tests Add some common methods shared between images and containers test. Signed-off-by: Sujil02 <sushah@redhat.com>
Diffstat (limited to 'test/dockerpy/README.md')
-rw-r--r--test/dockerpy/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/dockerpy/README.md b/test/dockerpy/README.md
index 2894fc8ab..32e426d58 100644
--- a/test/dockerpy/README.md
+++ b/test/dockerpy/README.md
@@ -6,11 +6,6 @@ Running tests
=============
To run the tests locally in your sandbox:
-#### Make sure that the Podman system service is running to do so
-
-```
-sudo podman --log-level=debug system service -t0 unix:/run/podman/podman.sock
-```
#### Run the entire test
```