summaryrefslogtreecommitdiff
path: root/test/dockerpy/README.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-09 16:27:24 +0200
committerGitHub <noreply@github.com>2020-06-09 16:27:24 +0200
commita2e0e170f9e9d65c7acd5f4fba84ef20a8be3783 (patch)
tree9e60b4a29ad7be002ebdcfd467c317ed4af2d3d6 /test/dockerpy/README.md
parent79f30af384cf6c74f89c3b44c01707da22d867e5 (diff)
parent37428df4c2ea947a0ae663da5196eb17a8c6c040 (diff)
downloadpodman-a2e0e170f9e9d65c7acd5f4fba84ef20a8be3783.tar.gz
podman-a2e0e170f9e9d65c7acd5f4fba84ef20a8be3783.tar.bz2
podman-a2e0e170f9e9d65c7acd5f4fba84ef20a8be3783.zip
Merge pull request #6532 from sujil02/python-test
Modify py test to start stop system service for each test
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
```