Skip to content

Commit

Permalink
MF test added Apr 22 (#17667)
Browse files Browse the repository at this point in the history
* Added MF tests
TC-MF-1.3
TC-MF-1.5
TC-MF-1.6
TC-MF-1.15

* Added auto generated files
  • Loading branch information
manjunath-grl authored and dbahrdt committed Jan 26, 2024
1 parent b0b53bf commit 59b3068
Show file tree
Hide file tree
Showing 6 changed files with 1,789 additions and 1,385 deletions.
6 changes: 3 additions & 3 deletions examples/chip-tool/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ function getManualTests()
const MultipleFabrics = [
'Test_TC_MF_1_1',
'Test_TC_MF_1_2',
'Test_TC_MF_1_3',
'Test_TC_MF_1_5',
'Test_TC_MF_1_7',
'Test_TC_MF_1_8',
'Test_TC_MF_1_9',
Expand All @@ -153,7 +151,6 @@ function getManualTests()
'Test_TC_MF_1_12',
'Test_TC_MF_1_13',
'Test_TC_MF_1_14',
'Test_TC_MF_1_15',
'Test_TC_MF_1_16',
'Test_TC_MF_1_17',
'Test_TC_MF_1_18',
Expand Down Expand Up @@ -420,8 +417,11 @@ function getTests()
];

const MultipleFabrics = [
'Test_TC_MF_1_3',
'Test_TC_MF_1_4',
'Test_TC_MF_1_5',
'Test_TC_MF_1_6',
'Test_TC_MF_1_15',
];

const OnOff = [
Expand Down
Loading

0 comments on commit 59b3068

Please sign in to comment.