-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Kohl's Custom Changes Into Master Branch #10
Conversation
{{ cmp_service | to_yaml }} | ||
=== | ||
{{ got_service | to_yaml }} | ||
<<< |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 56, 58, and 60 look messed up to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seanmalloy I don't believe this is messed up, I believe I had used a different test as an example.
Ref:
ansible-role-openshift-provision/tests/test-cluster_resources-ClusterResourceQuota.yml
Lines 94 to 102 in 6db8c0e
- name: Verify ClusterResourceQuota Update | |
fail: | |
msg: | | |
ClusterResourceQuota not defined as expected | |
>>> | |
{{ cmp_clusterresourcequota | to_yaml }} | |
=== | |
{{ got_clusterresourcequota | to_yaml }} | |
<<< |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vinny-sabatini sounds good
else: | ||
for k, v in default.items(): | ||
if k not in d: | ||
d[k] = v |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This block of code should fix gnuthought#53
It looks like the checks are failing because there is not a |
No description provided.