Skip to content

Commit

Permalink
Test added march 8 (#15957)
Browse files Browse the repository at this point in the history
* Added new manual scripts

* Added Auto generated File
  • Loading branch information
kowsisoundhar12 authored Mar 9, 2022
1 parent 4d18b49 commit 35fad7d
Show file tree
Hide file tree
Showing 42 changed files with 2,498,057 additions and 527 deletions.
52 changes: 52 additions & 0 deletions examples/chip-tool/templates/tests/tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ function getManualTests()
'Test_TC_DD_3_6',
'Test_TC_DD_3_9',
'Test_TC_DD_3_10',
'Test_TC_DD_3_11',
'Test_TC_DD_3_12',
'Test_TC_DD_3_13',
'Test_TC_DD_3_14',
'Test_TC_DD_4_1',
];

Expand Down Expand Up @@ -66,8 +70,11 @@ function getManualTests()

const DeviceManagement = [
'Test_TC_DM_1_2',
'Test_TC_DM_1_4',
'Test_TC_DM_2_3',
'Test_TC_DM_2_4',
'Test_TC_DM_3_2',
'Test_TC_DM_3_4',
];

const DiagnosticsLogs = [
Expand All @@ -93,6 +100,7 @@ function getManualTests()
const GeneralDiagnostics = [
'Test_TC_GENDIAG_1_1',
'Test_TC_GENDIAG_1_2',
'Test_TC_GENDIAG_2_1',
];

const Identify = [
Expand All @@ -102,6 +110,7 @@ function getManualTests()

const IlluminanceMeasurement = [
'Test_TC_ILL_2_1',
'Test_TC_ILL_2_2',
];

const InteractionDataModel = [
Expand All @@ -117,10 +126,13 @@ function getManualTests()
'Test_TC_IDM_5_2',
'Test_TC_IDM_6_1',
'Test_TC_IDM_6_2',
'Test_TC_IDM_6_3',
'Test_TC_IDM_6_4',
];

const MediaControl = [
'Test_TC_MC_3_12',
'Test_TC_MC_3_13',
'Test_TC_MC_4_1',
'Test_TC_MC_8_2',
'Test_TC_MC_9_2',
Expand Down Expand Up @@ -157,12 +169,20 @@ function getManualTests()
'Test_TC_MF_1_22',
'Test_TC_MF_1_23',
'Test_TC_MF_1_24',
'Test_TC_MF_1_25',
'Test_TC_MF_1_26',
'Test_TC_MF_1_27',
'Test_TC_MF_1_28',
];

const ModeSelect = [
'Test_TC_MOD_1_1',
'Test_TC_MOD_1_2',
'Test_TC_MOD_2_1',
'Test_TC_MOD_2_2',
'Test_TC_MOD_3_1',
'Test_TC_MOD_3_2',
'Test_TC_MOD_3_3',
];

const OTASoftwareUpdate = [
Expand All @@ -178,11 +198,14 @@ function getManualTests()
'Test_TC_SU_3_2',
'Test_TC_SU_3_3',
'Test_TC_SU_3_4',
'Test_TC_SU_4_1',
'Test_TC_SU_4_2',
];

const PowerSourceConfiguration = [
'Test_TC_PSCFG_1_1',
'Test_TC_PSCFG_2_1',
'Test_TC_PSCFG_3_1',
];

const SecureChannel = [
Expand All @@ -204,6 +227,30 @@ function getManualTests()

const WindowCovering = [
'Test_TC_WNCV_2_3',
'Test_TC_WNCV_6_1',
];

const FlowMeasurement = [
'Test_TC_FLW_3_1',
];

const OccupancySensing = [
'Test_TC_OCC_2_3',
'Test_TC_OCC_2_4',
'Test_TC_OCC_3_1',
];

const OnOff = [
'Test_TC_OO_2_4',
];

const PressureMeasurement = [
'Test_TC_PRS_2_2',
'Test_TC_PRS_2_3',
];

const PowerSource = [
'Test_TC_PS_2_2',
];

const tests = [
Expand All @@ -230,6 +277,11 @@ function getManualTests()
SoftwareDiagnostics, //
WiFiNetworkDiagnostics, //
WindowCovering, //
FlowMeasurement, //
OccupancySensing, //
OnOff, //
PressureMeasurement, //
PowerSource, //

];
return tests.flat(1);
Expand Down
Loading

0 comments on commit 35fad7d

Please sign in to comment.