Skip to content

Commit

Permalink
Adding YAML Test Cases - Nov 8th (#11525)
Browse files Browse the repository at this point in the history
* Adding test scripts
1.TC-CC-9.1
2.TC-OO-2.3
3.TC-WNCV-2.2

* Addign script generated files
  • Loading branch information
kvikrambhat authored and pull[bot] committed Oct 17, 2023
1 parent cb0d3dd commit 1203820
Show file tree
Hide file tree
Showing 7 changed files with 10,698 additions and 4,570 deletions.
3 changes: 3 additions & 0 deletions examples/chip-tool/templates/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ function getTests()
'Test_TC_CC_7_3',
'Test_TC_CC_7_4',
'Test_TC_CC_8_1',
'Test_TC_CC_9_1',
'Test_TC_CC_9_2',
'Test_TC_CC_9_3',
];
Expand Down Expand Up @@ -102,6 +103,7 @@ function getTests()
'Test_TC_OO_1_1',
'Test_TC_OO_2_1',
'Test_TC_OO_2_2',
'Test_TC_OO_2_3',
];

const PressureMeasurement = [
Expand Down Expand Up @@ -145,6 +147,7 @@ function getTests()
const WindowCovering = [
'Test_TC_WNCV_1_1',
'Test_TC_WNCV_2_1',
'Test_TC_WNCV_2_2',
'Test_TC_WNCV_2_5',
'Test_TC_WNCV_3_1',
'Test_TC_WNCV_3_2',
Expand Down
Loading

0 comments on commit 1203820

Please sign in to comment.