@@ -61,14 +61,20 @@ def steps_TC_CNET_4_1(self) -> list[TestStep]:
61
61
The connected field is of type bool \n \
62
62
Verify that only one entry has connected status as TRUE \n \
63
63
Verify that the number of entries in the Networks attribute is less than or equal to 'MaxNetworksValue'" ),
64
- TestStep (5 , "TH reads InterfaceEnabled attribute from the DUT" , "Verify that InterfaceEnabled attribute value is true" ),
65
- TestStep (6 , "TH reads LastNetworkingStatus attribute from the DUT" ,
64
+ TestStep (5 , "TH reads ScanMaxTimeSeconds attribute from the DUT" ,
65
+ "Verify that ScanMaxTimeSeconds attribute value is within the range of 1 to 255 seconds" ),
66
+ TestStep (6 , "TH reads ConnectMaxTimeSeconds Attribute from the DUT" ,
67
+ "Verify that ConnectMaxTimeSeconds attribute value is within the range of 1 to 255 seconds" ),
68
+ TestStep (7 , "TH reads InterfaceEnabled attribute from the DUT" , "Verify that InterfaceEnabled attribute value is true" ),
69
+ TestStep (8 , "TH reads LastNetworkingStatus attribute from the DUT" ,
66
70
"LastNetworkingStatus attribute value will be within any one of the following values \
67
71
Success, NetworkNotFound, OutOfRange, RegulatoryError, UnknownError, null" ),
68
- TestStep (7 , "TH reads the LastNetworkID attribute from the DUT" ,
72
+ TestStep (9 , "TH reads the LastNetworkID attribute from the DUT" ,
69
73
"Verify that LastNetworkID attribute matches the NetworkID value of one of the entries in the Networks attribute list" ),
70
- TestStep (8 , "TH reads the LastConnectErrorValue attribute from the DUT" ,
71
- "Verify that LastConnectErrorValue attribute value is null" )
74
+ TestStep (10 , "TH reads the LastConnectErrorValue attribute from the DUT" ,
75
+ "Verify that LastConnectErrorValue attribute value is null" ),
76
+ TestStep (11 , "TH reads the SupportedWiFiBands attribute from the DUT" ,
77
+ "Verify that SupportedWiFiBands attribute value has 1 or more entries, all of which are in the range of WiFiBandEnum." )
72
78
]
73
79
return steps
74
80
0 commit comments