Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12776699
D3876.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
573 B
Referenced Files
None
Subscribers
None
D3876.diff
View Options
diff --git a/_tests/pillar/paas/test_docker.py b/_tests/pillar/paas/test_docker.py
--- a/_tests/pillar/paas/test_docker.py
+++ b/_tests/pillar/paas/test_docker.py
@@ -21,7 +21,7 @@
with open(pillar_file, "r") as fd:
self.pillar = yaml.safe_load(fd)
- for service, containers in self.pillar["docker_containers"].items():
+ for service, containers in self.pillar.get("docker_containers", {}).items():
for instance, container in containers.items():
if "host" not in container:
continue
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 15, 21:30 (22 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3163592
Default Alt Text
D3876.diff (573 B)
Attached To
Mode
D3876: Make docker_containers pillar entry optional for tests
Attached
Detach File
Event Timeline
Log In to Comment