File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
tests/integration/targets/aci_node_mgmt_epg_to_contract/tasks Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 370
370
- query_oob_provide_contract.current.0.mgmtOoB.children.0.mgmtRsOoBProv.attributes.prio == "level4"
371
371
- query_inb_all is not changed
372
372
- query_inb_all.current | length > 1
373
+ - query_inb_all.current.0.fvRsProv.attributes.tnVzBrCPName == "aci_inb_http"
374
+ - query_inb_all.current.0.fvRsProv.attributes.prio == "level4"
375
+ - query_inb_all.current.0.fvRsProv.attributes.matchT == "AtleastOne"
376
+ - query_inb_all.current.1.fvRsProv.attributes.tnVzBrCPName == "aci_inb_https"
377
+ - query_inb_all.current.1.fvRsProv.attributes.prio == "unspecified"
378
+ - query_inb_all.current.1.fvRsProv.attributes.matchT == "AtleastOne"
373
379
- query_oob_all is not changed
374
380
- query_oob_all.current | length > 1
381
+ - query_oob_all.current.0.mgmtRsOoBProv.attributes.tnVzOOBBrCPName == "aci_oob_http"
382
+ - query_oob_all.current.0.mgmtRsOoBProv.attributes.prio == "level4"
383
+ - query_oob_all.current.1.mgmtRsOoBProv.attributes.tnVzOOBBrCPName == "aci_oob_https"
384
+ - query_oob_all.current.1.mgmtRsOoBProv.attributes.prio == "unspecified"
375
385
- missing_required_query is failed
376
386
- ' missing_required_query.msg == "missing required arguments: epg_type"'
377
387
You can’t perform that action at this time.
0 commit comments