Skip to content

Commit 126e9b6

Browse files
committed
commit
1 parent d134a4f commit 126e9b6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/checks/mpod_spine_coop_sync_check/test_mpod_spine_coop_sync_check.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
fabricNodes = read_data(dir, "fabricNode.json")
1515

16+
no_fabricNodes = read_data(dir, "fabricNode-Neg.json")
17+
1618
modular_spines = ["N9K-C9408" , "N9K-C9504", "N9K-C9508", "N9K-C9516"]
1719

1820
fabricSetupPs = "fabricSetupP.json"
@@ -52,7 +54,7 @@
5254
{
5355
fabricSetupPs: read_data(dir, "fabricSetupP.json")
5456
},
55-
read_data(dir, "fabricNode-Neg.json"),
57+
no_fabricNodes,
5658
"6.0(5h)",
5759
False,
5860
[],
@@ -76,7 +78,7 @@
7678
{
7779
fabricSetupPs: read_data(dir, "fabricSetupP.json")
7880
},
79-
read_data(dir, "fabricNode-Neg.json"),
81+
no_fabricNodes,
8082
"6.1(4h)",
8183
False,
8284
[],

0 commit comments

Comments
 (0)