Skip to content

Commit

Permalink
Fix TestClusterMultiFabric to run on chip-repl based yamltest (#24925)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson authored and pull[bot] committed Dec 20, 2023
1 parent 329e0b9 commit 1102757
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
1 change: 0 additions & 1 deletion scripts/tests/chiptest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def _GetInDevelopmentTests() -> Set[str]:
"Test_TC_ACL_2_9.yaml",
"TestEvents.yaml",

"TestClusterMultiFabric.yaml", # Enum mismatch
"TestGroupMessaging.yaml", # Needs group support in repl
"TestMultiAdmin.yaml", # chip-repl hang on command expeted to fail
}
Expand Down
20 changes: 10 additions & 10 deletions src/app/tests/suites/TestClusterMultiFabric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ tests:
{
a: 0,
b: true,
c: 12,
c: 2,
d: "",
e: "",
f: 11,
Expand All @@ -155,7 +155,7 @@ tests:
{
a: 0,
b: true,
c: 13,
c: 1,
d: "",
e: "",
f: 12,
Expand Down Expand Up @@ -235,7 +235,7 @@ tests:
{
a: 0,
b: true,
c: 12,
c: 2,
d: "",
e: "",
f: 11,
Expand All @@ -255,7 +255,7 @@ tests:
{
a: 0,
b: true,
c: 13,
c: 1,
d: "",
e: "",
f: 12,
Expand Down Expand Up @@ -420,7 +420,7 @@ tests:
{
a: 0,
b: true,
c: 12,
c: 2,
d: "",
e: "",
f: 11,
Expand All @@ -440,7 +440,7 @@ tests:
{
a: 0,
b: true,
c: 13,
c: 1,
d: "",
e: "",
f: 12,
Expand Down Expand Up @@ -470,7 +470,7 @@ tests:
{
a: 0,
b: true,
c: 52,
c: 2,
d: "",
e: "",
f: 51,
Expand Down Expand Up @@ -500,7 +500,7 @@ tests:
{
a: 0,
b: true,
c: 12,
c: 2,
d: "",
e: "",
f: 11,
Expand All @@ -520,7 +520,7 @@ tests:
{
a: 0,
b: true,
c: 13,
c: 1,
d: "",
e: "",
f: 12,
Expand Down Expand Up @@ -550,7 +550,7 @@ tests:
{
a: 0,
b: true,
c: 52,
c: 2,
d: "",
e: "",
f: 51,
Expand Down

0 comments on commit 1102757

Please sign in to comment.