summaryrefslogtreecommitdiff
path: root/test/python/docker/__init__.py
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2020-11-23 12:25:29 -0600
committerbaude <bbaude@redhat.com>2020-11-23 15:20:39 -0600
commit1ddb19bc8e5ba036a3539fe63c6b9fb241eea099 (patch)
tree5a1bf405ca0a8281834184f2f66380100f65db9f /test/python/docker/__init__.py
parent44da01f45cd941f44d2025864c91b0d2942d2a20 (diff)
downloadpodman-1ddb19bc8e5ba036a3539fe63c6b9fb241eea099.tar.gz
podman-1ddb19bc8e5ba036a3539fe63c6b9fb241eea099.tar.bz2
podman-1ddb19bc8e5ba036a3539fe63c6b9fb241eea099.zip
update container status with new results
a bug was being caused by the fact that the container network results were not being updated properly. given that jhon is on PTO, this PR will replace #8362 Signed-off-by: baude <bbaude@redhat.com>
Diffstat (limited to 'test/python/docker/__init__.py')
-rw-r--r--test/python/docker/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/docker/__init__.py b/test/python/docker/__init__.py
index a52f0742c..351834316 100644
--- a/test/python/docker/__init__.py
+++ b/test/python/docker/__init__.py
@@ -60,7 +60,7 @@ class Podman(object):
"""
{
"cniVersion": "0.3.0",
- "name": "podman",
+ "name": "default",
"plugins": [{
"type": "bridge",
"bridge": "cni0",