diff --git a/src/app/tests/suites/certification/Test_TC_CNET_4_4.yaml b/src/app/tests/suites/certification/Test_TC_CNET_4_4.yaml deleted file mode 100644 index f020b75bee18dd..00000000000000 --- a/src/app/tests/suites/certification/Test_TC_CNET_4_4.yaml +++ /dev/null @@ -1,147 +0,0 @@ -# Copyright (c) 2023 Project CHIP Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License atour sweet -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -name: - 12.4.4. [TC-CNET-4.4] [WiFi] Verification for ScanNetworks command - [DUT-Server] - -PICS: - - CNET.S.F00 - -config: - nodeId: 0x12344321 - cluster: "Network Commissioning" - #PIXIT.CNET.ENDPOINT_WIFI - endpoint: 0 - PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID: - type: octet_string - defaultValue: "hex:47524C50726976617465" - -tests: - - label: "Precondition: TH reads FeatureMap attribute from the DUT" - command: "readAttribute" - attribute: "FeatureMap" - response: - value: 1 - constraints: - type: bitmap32 - - - label: - "Step 1a: TH sends ScanNetworks command to the DUT with the SSID field - set to 'null' and Breadcrumb field set to 1" - PICS: CNET.S.C00.Rsp && CNET.S.C01.Tx - command: "ScanNetworks" - arguments: - values: - - name: "SSID" - value: null - - name: "Breadcrumb" - value: 1 - response: - values: - - name: "NetworkingStatus" - constraints: - anyOf: [0, 1, 5, 6, 12] - - name: "DebugText" - constraints: - maxLength: 512 - - name: "WiFiScanResults" - constraints: - type: list - - - label: - "Step 1a: Verify each element in the WiFiScanResults list will have - the following fields:" - verification: | - Via the TH (chip-tool), verify: - -the Security value is in the type of map8 with length range 0 to 254. - -the SSID value is in the ype of octstr with length range 1 to 32. - -the BSSID value is in the type of octstr with length range of 6. - -the Channel is in the type of uint16 with range 0 to 65,535. - -the WiFi Band is in the of type enum8 with a range of -128 to 127. - -the RSSI is in the of type int8 with a range of -120 to 0. - cluster: "LogCommands" - command: "UserPrompt" - PICS: PICS_USER_PROMPT && CNET.S.C00.Rsp && CNET.S.C01.Tx - arguments: - values: - - name: "message" - value: "Please enter 'y' for success" - - name: "expectedValue" - value: "y" - - - label: - "Step 1b: TH reads Breadcrumb attribute from the General Commissioning - Cluster" - cluster: "General Commissioning" - command: "readAttribute" - attribute: "Breadcrumb" - response: - value: 1 - constraints: - type: int64u - - - label: - "Step 2a: TH sends ScanNetworks Command to the DUT with SSID field set - to PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID and Breadcrumb field set to 2" - PICS: CNET.S.C00.Rsp && CNET.S.C01.Tx - command: "ScanNetworks" - arguments: - values: - - name: "SSID" - value: PIXIT.CNET.WIFI_1ST_ACCESSPOINT_SSID - - name: "Breadcrumb" - value: 2 - response: - values: - - name: "NetworkingStatus" - value: 0 - - name: "DebugText" - constraints: - maxLength: 512 - - name: "WiFiScanResults" - constraints: - type: list - - - label: - "Step 2a: Verify each element in the WiFiScanResults list will have - the following fields: " - verification: | - Via the TH (chip-tool), verify: - -the Security value is in the type of map8 with length range 0 to 254. - -the SSID value is in the ype of octstr with length range 1 to 32. - -the BSSID value is in the type of octstr with length range of 6. - -the Channel is in the type of uint16 with range 0 to 65,535. - -the WiFi Band is in the of type enum8 with a range of -128 to 127. - -the RSSI is in the of type int8 with a range of -120 to 0. - cluster: "LogCommands" - command: "UserPrompt" - PICS: PICS_USER_PROMPT && CNET.S.C00.Rsp && CNET.S.C01.Tx - arguments: - values: - - name: "message" - value: "Please enter 'y' for success" - - name: "expectedValue" - value: "y" - - - label: - "Step 2b: TH reads Breadcrumb attribute from the General Commissioning - Cluster" - cluster: "General Commissioning" - command: "readAttribute" - attribute: "Breadcrumb" - response: - value: 2 - constraints: - type: int64u diff --git a/src/app/tests/suites/manualTests.json b/src/app/tests/suites/manualTests.json index 01d98213b3e279..e14054355e949c 100644 --- a/src/app/tests/suites/manualTests.json +++ b/src/app/tests/suites/manualTests.json @@ -55,7 +55,12 @@ "Test_TC_BDX_2_4", "Test_TC_BDX_2_5" ], - "bridge": ["Test_TC_BR_1", "Test_TC_BR_2", "Test_TC_BR_3", "Test_TC_BR_4"], + "bridge": [ + "Test_TC_BR_1", + "Test_TC_BR_2", + "Test_TC_BR_3", + "Test_TC_BR_4" + ], "DeviceAttestation": [ "Test_TC_DA_1_1", "Test_TC_DA_1_3", @@ -90,7 +95,6 @@ "Test_TC_CNET_4_1", "Test_TC_CNET_4_2", "Test_TC_CNET_4_3", - "Test_TC_CNET_4_4", "Test_TC_CNET_4_5", "Test_TC_CNET_4_6", "Test_TC_CNET_4_9", @@ -110,13 +114,25 @@ "Test_TC_DLOG_2_2", "Test_TC_DLOG_3_1" ], - "Descriptor": ["Test_TC_DESC_2_1"], - "DeviceEnergyManagementMode": ["Test_TC_DEMM_1_2"], - "EnergyEVSEMode": ["Test_TC_EEVSEM_1_2"], + "Descriptor": [ + "Test_TC_DESC_2_1" + ], + "DeviceEnergyManagementMode": [ + "Test_TC_DEMM_1_2" + ], + "EnergyEVSEMode": [ + "Test_TC_EEVSEM_1_2" + ], "FanControl": [], - "GeneralCommissioning": ["Test_TC_CGEN_2_2"], - "GeneralDiagnostics": ["Test_TC_DGGEN_2_2"], - "Identify": ["Test_TC_I_3_2"], + "GeneralCommissioning": [ + "Test_TC_CGEN_2_2" + ], + "GeneralDiagnostics": [ + "Test_TC_DGGEN_2_2" + ], + "Identify": [ + "Test_TC_I_3_2" + ], "IcdManagement": [], "IlluminanceMeasurement": [], "InteractionDataModel": [ @@ -193,7 +209,11 @@ "Test_TC_CADMIN_1_25", "Test_TC_CADMIN_1_26" ], - "ModeSelect": ["Test_TC_MOD_1_2", "Test_TC_MOD_1_3", "Test_TC_MOD_2_2"], + "ModeSelect": [ + "Test_TC_MOD_1_2", + "Test_TC_MOD_1_3", + "Test_TC_MOD_2_2" + ], "OTASoftwareUpdate": [ "Test_TC_SU_1_1", "Test_TC_SU_2_1", @@ -211,7 +231,9 @@ "Test_TC_SU_4_1", "Test_TC_SU_4_2" ], - "PowerSourceConfiguration": ["Test_TC_PSCFG_2_2"], + "PowerSourceConfiguration": [ + "Test_TC_PSCFG_2_2" + ], "PressureMeasurement": [], "SecureChannel": [ "Test_TC_SC_1_1", @@ -245,13 +267,25 @@ "Test_TC_DGSW_2_3" ], "EthernetNetworkDiagnostics": [], - "WiFiNetworkDiagnostics": ["Test_TC_DGWIFI_2_2"], + "WiFiNetworkDiagnostics": [ + "Test_TC_DGWIFI_2_2" + ], "WindowCovering": [], - "FlowMeasurement": ["Test_TC_FLW_2_2"], - "GroupKeyManagement": ["Test_TC_GRPKEY_5_4"], - "OccupancySensing": ["Test_TC_OCC_3_1"], - "PowerSource": ["Test_TC_PS_2_2"], - "BooleanState": ["Test_TC_BOOL_2_2"], + "FlowMeasurement": [ + "Test_TC_FLW_2_2" + ], + "GroupKeyManagement": [ + "Test_TC_GRPKEY_5_4" + ], + "OccupancySensing": [ + "Test_TC_OCC_3_1" + ], + "PowerSource": [ + "Test_TC_PS_2_2" + ], + "BooleanState": [ + "Test_TC_BOOL_2_2" + ], "ColorControl": [ "Test_TC_CC_3_1", "Test_TC_CC_7_1", @@ -259,34 +293,74 @@ "Test_TC_CC_9_2", "Test_TC_CC_9_3" ], - "DoorLock": ["Test_TC_DRLK_2_10", "Test_TC_DRLK_3_2"], - "DeviceEnergyManagement": ["Test_TC_DEM_1_1"], + "DoorLock": [ + "Test_TC_DRLK_2_10", + "Test_TC_DRLK_3_2" + ], + "DeviceEnergyManagement": [ + "Test_TC_DEM_1_1" + ], "LocalizationConfiguration": [], "LevelControl": [], - "LaundryWasherMode": ["Test_TC_LWM_1_2"], - "OnOff": ["Test_TC_OO_2_3"], - "RelativeHumidityMeasurement": ["Test_TC_RH_2_2"], + "LaundryWasherMode": [ + "Test_TC_LWM_1_2" + ], + "OnOff": [ + "Test_TC_OO_2_3" + ], + "RelativeHumidityMeasurement": [ + "Test_TC_RH_2_2" + ], "SmokeCOAlarm": [], - "RefrigeratorAlarm": ["Test_TC_REFALM_2_2", "Test_TC_REFALM_2_3"], - "RVCCleanMode": ["Test_TC_RVCCLEANM_3_3"], - "RVCOperationalState": ["Test_TC_RVCOPSTATE_2_2"], - "RVCRunMode": ["Test_TC_RVCRUNM_3_3"], + "RefrigeratorAlarm": [ + "Test_TC_REFALM_2_2", + "Test_TC_REFALM_2_3" + ], + "RVCCleanMode": [ + "Test_TC_RVCCLEANM_3_3" + ], + "RVCOperationalState": [ + "Test_TC_RVCOPSTATE_2_2" + ], + "RVCRunMode": [ + "Test_TC_RVCRUNM_3_3" + ], "TemperatureControlledCabinetMode": [ "Test_TC_TCCM_1_2", "Test_TC_TCCM_2_1" ], - "Switch": ["Test_TC_SWTCH_3_2"], + "Switch": [ + "Test_TC_SWTCH_3_2" + ], "TemperatureControl": [], - "TemperatureMeasurement": ["Test_TC_TMP_2_2"], - "Thermostat": ["Test_TC_TSTAT_3_2"], + "TemperatureMeasurement": [ + "Test_TC_TMP_2_2" + ], + "Thermostat": [ + "Test_TC_TSTAT_3_2" + ], "ThermostatUserConfiguration": [], - "ThreadNetworkDiagnostics": ["Test_TC_DGTHREAD_2_5"], - "Actions": ["Test_TC_ACT_2_1", "Test_TC_ACT_2_2", "Test_TC_ACT_3_2"], + "ThreadNetworkDiagnostics": [ + "Test_TC_DGTHREAD_2_5" + ], + "Actions": [ + "Test_TC_ACT_2_1", + "Test_TC_ACT_2_2", + "Test_TC_ACT_3_2" + ], "TimeFormatLocalization": [], "TimeSynchronization": [], "UnitLocalization": [], - "Binding": ["Test_TC_BIND_2_1", "Test_TC_BIND_2_2", "Test_TC_BIND_2_3"], - "ScenesManagement": ["Test_TC_S_2_5", "Test_TC_S_2_6", "Test_TC_S_3_1"], + "Binding": [ + "Test_TC_BIND_2_1", + "Test_TC_BIND_2_2", + "Test_TC_BIND_2_3" + ], + "ScenesManagement": [ + "Test_TC_S_2_5", + "Test_TC_S_2_6", + "Test_TC_S_3_1" + ], "PumpConfigurationControl": [], "AccessControl": [], "UserLabel": [], @@ -295,11 +369,23 @@ "Test_TC_BRBINFO_3_1" ], "LaundryWasherControl": [], - "OvenMode": ["Test_TC_OTCCM_1_2", "Test_TC_OTCCM_3_2", "Test_TC_OTCCM_3_3"], + "OvenMode": [ + "Test_TC_OTCCM_1_2", + "Test_TC_OTCCM_3_2", + "Test_TC_OTCCM_3_3" + ], "AccessControlEnforcement": [], - "OvenMode": ["Test_TC_OTCCM_1_1", "Test_TC_OTCCM_1_2"], - "EnergyEVSE": ["Test_TC_EEVSE_1_1", "Test_TC_EEVSE_2_1"], - "PowerTopology": ["Test_TC_PWRTL_1_1"], + "OvenMode": [ + "Test_TC_OTCCM_1_1", + "Test_TC_OTCCM_1_2" + ], + "EnergyEVSE": [ + "Test_TC_EEVSE_1_1", + "Test_TC_EEVSE_2_1" + ], + "PowerTopology": [ + "Test_TC_PWRTL_1_1" + ], "collection": [ "DeviceDiscovery", "Groups", @@ -374,4 +460,4 @@ "AccessControlEnforcement", "LaundryWasherControl" ] -} +} \ No newline at end of file