Skip to content

Commit

Permalink
Coverage for logicalDownlink
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvirani committed May 6, 2021
1 parent da74e16 commit 7e7f2ff
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions test/test_oneview_logical_interconnect_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@
uplinkSets=[],
enclosureType='C7000',
interconnectMapTemplate=dict(
interconnectMapEntryTemplates=[]
interconnectMapEntryTemplates=[dict(
logicalDownlinkUri=None
)]
)
)

DEFAULT_LIG_TEMPLATE_WITH_UPLINKSETS = dict(
config='config.json',
state='present',
Expand Down Expand Up @@ -68,7 +71,9 @@
)],
enclosureType='C7000',
interconnectMapTemplate=dict(
interconnectMapEntryTemplates=[]
interconnectMapEntryTemplates=[dict(
logicalDownlinkUri=None
)]
)
)
)
Expand Down Expand Up @@ -105,10 +110,13 @@
)],
enclosureType='C7000',
interconnectMapTemplate=dict(
interconnectMapEntryTemplates=[]
interconnectMapEntryTemplates=[dict(
logicalDownlinkUri=None
)]
)
)
)

DEFAULT_LIG_TEMPLATE_WITH_NEW_UPLINKSETS = dict(
config='config.json',
state='present',
Expand Down Expand Up @@ -140,7 +148,9 @@
)],
enclosureType='C7000',
interconnectMapTemplate=dict(
interconnectMapEntryTemplates=[]
interconnectMapEntryTemplates=[dict(
logicalDownlinkUri=None
)]
)
)
)
Expand Down

0 comments on commit 7e7f2ff

Please sign in to comment.