File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
skip_list:
2
2
- name[missing]
3
- - var-naming[no-reserved]
4
3
- var-naming[no-role-prefix]
5
4
- yaml[line-length]
6
5
- galaxy[no-changelog]
Original file line number Diff line number Diff line change 49
49
method : GET
50
50
status_code : 200
51
51
force_basic_auth : true
52
- register : tags
52
+ register : container_tags
53
53
54
54
- name : Assert that tags have been added
55
55
assert :
56
56
that :
57
- - tags .json.results | map(attribute='name') | sort | list == ['manifest_a', 'manifest_b']
57
+ - container_tags .json.results | map(attribute='name') | sort | list == ['manifest_a', 'manifest_b']
58
58
59
59
# Test idempotence and not waiting
60
60
- include_role :
96
96
method : GET
97
97
status_code : 200
98
98
force_basic_auth : true
99
- register : tags
99
+ register : container_tags
100
100
101
101
- name : Assert that manifest_b tag has been removed
102
102
assert :
103
103
that :
104
- - tags .json.results | map(attribute='name') | list == ['manifest_a']
104
+ - container_tags .json.results | map(attribute='name') | list == ['manifest_a']
105
105
106
106
# Test idempotence
107
107
- include_role :
141
141
method : GET
142
142
status_code : 200
143
143
force_basic_auth : true
144
- register : tags
144
+ register : container_tags
145
145
146
146
- name : Assert that all tags have been removed
147
147
assert :
148
148
that :
149
- - tags .json.results == []
149
+ - container_tags .json.results == []
150
150
151
151
- include_role :
152
152
name : pulp_container_content
You can’t perform that action at this time.
0 commit comments