summaryrefslogtreecommitdiff
path: root/contrib/python/test/test_images.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/python/test/test_images.py')
-rw-r--r--contrib/python/test/test_images.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/python/test/test_images.py b/contrib/python/test/test_images.py
index c5695b722..14bf90992 100644
--- a/contrib/python/test/test_images.py
+++ b/contrib/python/test/test_images.py
@@ -62,6 +62,7 @@ class TestImages(PodmanTestCase):
actual = self.alpine_image.container()
self.assertIsNotNone(actual)
self.assertEqual(actual.status, 'configured')
+
ctnr = actual.start()
self.assertIn(ctnr.status, ['running', 'exited'])