Skip to content

Commit 4039642

Browse files
committed
all tests pass. module completely ready
1 parent 0d36e15 commit 4039642

File tree

1 file changed

+10
-0
lines changed
  • tests/integration/targets/aci_node_mgmt_epg_to_contract/tasks

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,18 @@
370370
- query_oob_provide_contract.current.0.mgmtOoB.children.0.mgmtRsOoBProv.attributes.prio == "level4"
371371
- query_inb_all is not changed
372372
- 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"
373379
- query_oob_all is not changed
374380
- 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"
375385
- missing_required_query is failed
376386
- 'missing_required_query.msg == "missing required arguments: epg_type"'
377387

0 commit comments

Comments
 (0)