diff options
| author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-09-01 20:48:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-01 20:48:25 +0200 |
| commit | d0d1af338a500f2ad00d5ce0638901465602817d (patch) | |
| tree | 327a081bd2243ffcbdf786a940b1dc82d041bea5 /test/apiv2/python/rest_api | |
| parent | 0085fbb488eec30e71e6cced6a06dbdb134e32a6 (diff) | |
| parent | 050f3291b9ef8788510b78c543055638275eb20f (diff) | |
| download | podman-d0d1af338a500f2ad00d5ce0638901465602817d.tar.gz podman-d0d1af338a500f2ad00d5ce0638901465602817d.tar.bz2 podman-d0d1af338a500f2ad00d5ce0638901465602817d.zip | |
Merge pull request #15276 from cdoern/update
implement podman update
Diffstat (limited to 'test/apiv2/python/rest_api')
| -rw-r--r-- | test/apiv2/python/rest_api/test_v2_0_0_container.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/apiv2/python/rest_api/test_v2_0_0_container.py b/test/apiv2/python/rest_api/test_v2_0_0_container.py index a6cd93a1a..25596a9b7 100644 --- a/test/apiv2/python/rest_api/test_v2_0_0_container.py +++ b/test/apiv2/python/rest_api/test_v2_0_0_container.py @@ -359,8 +359,6 @@ class ContainerTestCase(APITestCase): self.assertEqual(2000, out["HostConfig"]["MemorySwap"]) self.assertEqual(1000, out["HostConfig"]["Memory"]) - - def execute_process(cmd): return subprocess.run( cmd, |
