File tree Expand file tree Collapse file tree 3 files changed +18
-6
lines changed
tests/integration/targets Expand file tree Collapse file tree 3 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 184184 register : output
185185 - ansible.builtin.assert :
186186 that :
187- - " 'No records from endpoint /rest/v1/VirDomainSnapshotSchedule' in output.msg"
187+ - >
188+ ('No records from endpoint /rest/v1/VirDomainSnapshotSchedule' in output.msg) or
189+ ('No records from endpoint /rest/v2/VirDomainSnapshotSchedule' in output.msg)
188190
189191 - name : Check VMs snapshot schedule isn't changed
190192 scale_computing.hypercore.vm_info :
Original file line number Diff line number Diff line change 199199 register : output
200200 - ansible.builtin.assert :
201201 that :
202- - " 'No records from endpoint /rest/v1/VirDomainSnapshotSchedule' in output.msg"
202+ - >
203+ ('No records from endpoint /rest/v1/VirDomainSnapshotSchedule' in output.msg) or
204+ ('No records from endpoint /rest/v2/VirDomainSnapshotSchedule' in output.msg)
203205
204206 - name : Check VMs snapshot schedule isn't changed
205207 scale_computing.hypercore.vm_info :
Original file line number Diff line number Diff line change 278278 that :
279279 - output is failed
280280 - output is not changed
281- - " 'No records from endpoint /rest/v1/Node' in output.msg"
281+ - >
282+ ('No records from endpoint /rest/v1/Node' in output.msg) or
283+ ('No records from endpoint /rest/v2/Node' in output.msg)
282284
283285 - name : Check that affinity is not changed
284286 scale_computing.hypercore.vm_info :
304306 that :
305307 - output is failed
306308 - output is not changed
307- - " 'No records from endpoint /rest/v1/Node' in output.msg"
309+ - >
310+ ('No records from endpoint /rest/v1/Node' in output.msg) or
311+ ('No records from endpoint /rest/v2/Node' in output.msg)
308312
309313 - name : Check that affinity is not changed
310314 scale_computing.hypercore.vm_info :
330334 that :
331335 - output is failed
332336 - output is not changed
333- - " 'No records from endpoint /rest/v1/Node' in output.msg"
337+ - >
338+ ('No records from endpoint /rest/v1/Node' in output.msg) or
339+ ('No records from endpoint /rest/v2/Node' in output.msg)
334340
335341 - name : Check that affinity is not changed
336342 scale_computing.hypercore.vm_info :
356362 that :
357363 - output is failed
358364 - output is not changed
359- - " 'No records from endpoint /rest/v1/Node' in output.msg"
365+ - >
366+ ('No records from endpoint /rest/v1/Node' in output.msg) or
367+ ('No records from endpoint /rest/v2/Node' in output.msg)
360368
361369 - name : Check that affinity is not changed
362370 scale_computing.hypercore.vm_info :
You can’t perform that action at this time.
0 commit comments