Skip to content

Commit 14d4cdd

Browse files
committed
[ignore] fix task names in test file
1 parent 47f2002 commit 14d4cdd

File tree

1 file changed

+16
-16
lines changed
  • tests/integration/targets/aci_access_span_dst_group/tasks

1 file changed

+16
-16
lines changed

tests/integration/targets/aci_access_span_dst_group/tasks/main.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# CLEAN TEST ENVIRONMENT
2323

24-
- name: Query all span ansible_group
24+
- name: Query all access span destination groups
2525
cisco.aci.aci_access_span_dst_group:
2626
<<: *aci_info
2727
state: query
@@ -56,7 +56,7 @@
5656
<<: *add_ansible_group_1
5757
register: nm_add_ansible_group_1
5858

59-
- name: Add span ansible_group again
59+
- name: Add access span destination group type epg again
6060
cisco.aci.aci_access_span_dst_group:
6161
<<: *add_ansible_group_1
6262
register: nm_add_ansible_group_1_again
@@ -101,7 +101,7 @@
101101
- nm_add_ansible_group_1_again.current.0.spanDestGrp.children.0.spanDest.children.0.spanRsDestEpg.attributes.ver == "ver2"
102102
- nm_add_ansible_group_1_again.current.0.spanDestGrp.children.0.spanDest.children.0.spanRsDestEpg.attributes.verEnforced == "no"
103103

104-
- name: Change span ansible_group
104+
- name: Change access span destination group type epg
105105
cisco.aci.aci_access_span_dst_group: &change_ansible_group_1
106106
<<: *aci_info
107107
destination_group: ansible_group_1
@@ -120,7 +120,7 @@
120120
dscp: "VA"
121121
register: change_ansible_group_1
122122

123-
- name: Apply same changes to span ansible_group
123+
- name: Apply same changes to access span destination group type epg
124124
cisco.aci.aci_access_span_dst_group:
125125
<<: *change_ansible_group_1
126126
register: change_ansible_group_1_again
@@ -179,7 +179,7 @@
179179
- change_ansible_group_1_again.current.0.spanDestGrp.children.0.spanDest.children.0.spanRsDestEpg.attributes.ver == "ver1"
180180
- change_ansible_group_1_again.current.0.spanDestGrp.children.0.spanDest.children.0.spanRsDestEpg.attributes.verEnforced == "yes"
181181

182-
- name: Change span ansible_group path information (error)
182+
- name: Change access span destination group type epg path information (error)
183183
cisco.aci.aci_access_span_dst_group:
184184
<<: *add_ansible_group_1
185185
destination_epg:
@@ -191,7 +191,7 @@
191191
register: error_on_path_change_ansible_group_1
192192
ignore_errors: true
193193

194-
- name: Verify change access span destination group type epg
194+
- name: Verify change access span destination group type epg path information (error)
195195
ansible.builtin.assert:
196196
that:
197197
- error_on_path_change_ansible_group_1.msg == "APIC Error 105{{':'}} Span source or destination relation target configuration cannot be dynamically modified"
@@ -221,7 +221,7 @@
221221
state: present
222222
register: add_ansible_group_3
223223

224-
- name: Verify change access span destination group type epg
224+
- name: Verify add access span destination groups type access interface port and direct port channel
225225
ansible.builtin.assert:
226226
that:
227227
- add_ansible_group_2 is changed
@@ -239,13 +239,13 @@
239239

240240
# TEST QUERY DESTINATION GROUPS
241241

242-
- name: Query span ansible_group
242+
- name: Query one access span destination group
243243
cisco.aci.aci_access_span_dst_group:
244244
<<: *add_ansible_group_1
245245
state: query
246246
register: query_one
247247

248-
- name: Query all span ansible_group
248+
- name: Query all access span destination group
249249
cisco.aci.aci_access_span_dst_group:
250250
<<: *aci_info
251251
state: query
@@ -262,30 +262,30 @@
262262

263263
# TEST REMOVAL DESTINATION GROUPS
264264

265-
- name: Remove span ansible_group ( check mode )
265+
- name: Remove access span destination group type epg ( check mode )
266266
cisco.aci.aci_access_span_dst_group: &remove_ansible_group_1
267267
<<: *add_ansible_group_1
268268
state: absent
269269
check_mode: true
270270
register: cm_remove_ansible_group_1
271271

272-
- name: Remove span ansible_group
272+
- name: Remove access span destination group type epg
273273
cisco.aci.aci_access_span_dst_group:
274274
<<: *remove_ansible_group_1
275275
register: nm_remove_ansible_group_1
276276

277-
- name: Remove span ansible_group again
277+
- name: Remove access span destination group type epg again
278278
cisco.aci.aci_access_span_dst_group:
279279
<<: *remove_ansible_group_1
280280
register: nm_remove_ansible_group_1_again
281281

282-
- name: Remove span ansible_group_2
282+
- name: Remove access span destination group type access interface port
283283
cisco.aci.aci_access_span_dst_group:
284284
<<: *add_ansible_group_2
285285
state: absent
286286
register: nm_remove_ansible_group_2
287287

288-
- name: Remove span ansible_group_3
288+
- name: Remove access span destination group type access interface direct port channel
289289
cisco.aci.aci_access_span_dst_group:
290290
<<: *add_ansible_group_3
291291
state: absent
@@ -313,7 +313,7 @@
313313

314314
# TEST INCORRECT MODULE INPUT
315315

316-
- name: Mutually exclusive paramters provided together (error)
316+
- name: Mutually exclusive parameters provided together (error)
317317
cisco.aci.aci_access_span_dst_group:
318318
<<: *aci_info
319319
destination_group: ansible_group_1
@@ -332,7 +332,7 @@
332332
register: incorrect_input_both_types
333333
ignore_errors: true
334334

335-
- name: Missing input paramters for state is present (error)
335+
- name: Missing input parameters for state is present (error)
336336
cisco.aci.aci_access_span_dst_group:
337337
<<: *aci_info
338338
destination_group: ansible_group_1

0 commit comments

Comments
 (0)