Skip to content

Commit

Permalink
Test added Mar 10 (#16073)
Browse files Browse the repository at this point in the history
* Added Secure channel test
TC-SC-4.2

* Added auto generated files
  • Loading branch information
ManjunathRA authored Mar 25, 2022
1 parent eb310c7 commit 0fe4757
Show file tree
Hide file tree
Showing 3 changed files with 976 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/chip-tool/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,10 @@ function getTests()
'Test_TC_RH_2_2',
];

const SecureChannel = [
'Test_TC_SC_4_2',
];

const Switch = [
'Test_TC_SWTCH_2_1',
'Test_TC_SWTCH_2_2',
Expand Down Expand Up @@ -578,6 +582,7 @@ function getTests()
PressureMeasurement, //
PumpConfigurationControl, //
RelativeHumidityMeasurement, //
SecureChannel, //
Switch, //
TemperatureMeasurement, //
Thermostat, //
Expand Down
Loading

0 comments on commit 0fe4757

Please sign in to comment.