File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ async def test_TC_PWRTL_2_1(self):
41
41
attributes = Clusters .PowerTopology .Attributes
42
42
43
43
endpoint = 1
44
-
44
+
45
45
powertop_attr_list = Clusters .Objects .PowerTopology .Attributes .AttributeList
46
46
powertop_cluster = Clusters .Objects .PowerTopology
47
47
attribute_list = await self .read_single_attribute_check_success (endpoint = endpoint , cluster = powertop_cluster , attribute = powertop_attr_list )
@@ -59,7 +59,7 @@ async def test_TC_PWRTL_2_1(self):
59
59
else :
60
60
logging .info ("AvailableEndpoints: %s" % (available_endpoints ))
61
61
asserts .assert_less_equal (len (available_endpoints ), 21 ,
62
- "AvailableEndpoints length %d must be less than 21!" % len (available_endpoints ))
62
+ "AvailableEndpoints length %d must be less than 21!" % len (available_endpoints ))
63
63
64
64
self .print_step (3 , "Read ActiveEndpoints attribute" )
65
65
if act_endpoints_attr_id in attribute_list :
You can’t perform that action at this time.
0 commit comments