Merge "Remove image_pull_policy field"

This commit is contained in:
Zuul
2019-04-09 02:29:02 +00:00
committed by Gerrit Code Review
2 changed files with 0 additions and 3 deletions

View File

@@ -59,7 +59,6 @@ def container_data(default_data=None, **kwargs):
'environment': {},
'labels': {},
'image_driver': 'docker',
'image_pull_policy': 'always',
'restart_policy': {'Name': 'no'},
'workdir': '/',
'interactive': False,
@@ -83,7 +82,6 @@ def container_data_legacy(default_data=None, **kwargs):
'environment': {},
'labels': {},
'image_driver': 'docker',
'image_pull_policy': 'always',
'restart_policy': {'Name': 'no'},
'workdir': '/',
'interactive': False,

View File

@@ -87,7 +87,6 @@ class TestCapsule(base.BaseZunTest):
"ENV2": "/usr/bin"
},
"image": "ubuntu",
"imagePullPolicy": "ifnotpresent",
"ports": [
{
"containerPort": 80,