Skip to content

Commit dceaa55

Browse files
committed
commit
1 parent 126e9b6 commit dceaa55

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

tests/checks/mpod_spine_coop_sync_check/test_mpod_spine_coop_sync_check.py

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

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

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

2018
fabricSetupPs = "fabricSetupP.json"
@@ -42,7 +40,7 @@
4240
{
4341
fabricSetupPs: read_data(dir, "fabricSetupP.json")
4442
},
45-
read_data(dir, "fabricNode-Neg.json"),
43+
read_data(dir, "fabricNode-neg.json"),
4644
None,
4745
False,
4846
[],
@@ -54,7 +52,7 @@
5452
{
5553
fabricSetupPs: read_data(dir, "fabricSetupP.json")
5654
},
57-
no_fabricNodes,
55+
read_data(dir, "fabricNode-neg.json"),
5856
"6.0(5h)",
5957
False,
6058
[],
@@ -78,7 +76,7 @@
7876
{
7977
fabricSetupPs: read_data(dir, "fabricSetupP.json")
8078
},
81-
no_fabricNodes,
79+
read_data(dir, "fabricNode-Neg.json"),
8280
"6.1(4h)",
8381
False,
8482
[],

0 commit comments

Comments
 (0)