File tree 9 files changed +23
-23
lines changed
app/tests/suites/certification
9 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -3638,7 +3638,7 @@ PICS:
3638
3638
- label :
3639
3639
" Does the device implement the General Commissioning cluster's terms
3640
3640
and conditions feature?"
3641
- id : CGEN.S.F00(TC)
3641
+ id : CGEN.S.F00
3642
3642
3643
3643
- label : " The device's failsafe expiration limit."
3644
3644
id : PIXIT.CGEN.FailsafeExpiryLengthSeconds
Original file line number Diff line number Diff line change @@ -744,7 +744,7 @@ CGEN.S.C04.Rsp=1
744
744
CGEN.S.C05.Tx=1
745
745
746
746
#Feature
747
- CGEN.S.F00(TC) =1
747
+ CGEN.S.F00=1
748
748
749
749
#PIXIT
750
750
PIXIT.CGEN.FailsafeExpiryLengthSeconds=0
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def desc_TC_CGEN_2_10(self) -> str:
48
48
49
49
def pics_TC_CGEN_2_10 (self ) -> list [str ]:
50
50
""" This function returns a list of PICS for this test case that must be True for the test to be run"""
51
- return ["CGEN.S" , "CGEN.S.F00(TC) " ]
51
+ return ["CGEN.S" , "CGEN.S.F00" ]
52
52
53
53
def steps_TC_CGEN_2_10 (self ) -> list [TestStep ]:
54
54
return [
@@ -68,8 +68,8 @@ async def test_TC_CGEN_2_10(self):
68
68
commissioner : ChipDeviceCtrl .ChipDeviceController = self .default_controller
69
69
70
70
self .step (0 )
71
- if not self .pics_guard ( self . check_pics ("CGEN.S.F00(TC)" ) ):
72
- self . skip_all_remaining_steps ( 1 )
71
+ if not self .check_pics ("CGEN.S.F00" ):
72
+ asserts . skip ( 'Root endpoint does not support the [commissioning] feature under test' )
73
73
return
74
74
75
75
# Step 1: Begin commissioning with PASE and failsafe
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def desc_TC_CGEN_2_11(self) -> str:
49
49
50
50
def pics_TC_CGEN_2_11 (self ) -> list [str ]:
51
51
""" This function returns a list of PICS for this test case that must be True for the test to be run"""
52
- return ["CGEN.S" , "CGEN.S.F00(TC) " ]
52
+ return ["CGEN.S" , "CGEN.S.F00" ]
53
53
54
54
def steps_TC_CGEN_2_11 (self ) -> list [TestStep ]:
55
55
return [
@@ -71,8 +71,8 @@ async def test_TC_CGEN_2_11(self):
71
71
tc_user_response_to_simulate = self .matter_test_config .global_test_params ['PIXIT.CGEN.RequiredTCAcknowledgements' ]
72
72
73
73
self .step (0 )
74
- if not self .pics_guard ( self . check_pics ("CGEN.S.F00(TC)" ) ):
75
- self . skip_all_remaining_steps ( 1 )
74
+ if not self .check_pics ("CGEN.S.F00" ):
75
+ asserts . skip ( 'Root endpoint does not support the [commissioning] feature under test' )
76
76
return
77
77
78
78
# Step 1: Begin commissioning with PASE and failsafe
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ def desc_TC_CGEN_2_5(self) -> str:
51
51
52
52
def pics_TC_CGEN_2_5 (self ) -> list [str ]:
53
53
""" This function returns a list of PICS for this test case that must be True for the test to be run"""
54
- return ["CGEN.S" , "CGEN.S.F00(TC) " ]
54
+ return ["CGEN.S" , "CGEN.S.F00" ]
55
55
56
56
def steps_TC_CGEN_2_5 (self ) -> list [TestStep ]:
57
57
return [
@@ -79,8 +79,8 @@ async def test_TC_CGEN_2_5(self):
79
79
tc_user_response_to_simulate = self .matter_test_config .global_test_params ['PIXIT.CGEN.RequiredTCAcknowledgements' ]
80
80
81
81
self .step (0 )
82
- if not self .pics_guard ( self . check_pics ("CGEN.S.F00(TC)" ) ):
83
- self . skip_all_remaining_steps ( 1 )
82
+ if not self .check_pics ("CGEN.S.F00" ):
83
+ asserts . skip ( 'Root endpoint does not support the [commissioning] feature under test' )
84
84
return
85
85
86
86
# Step 1: Begin commissioning with PASE and failsafe
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def desc_TC_CGEN_2_6(self) -> str:
46
46
47
47
def pics_TC_CGEN_2_6 (self ) -> list [str ]:
48
48
""" This function returns a list of PICS for this test case that must be True for the test to be run"""
49
- return ["CGEN.S" , "CGEN.S.F00(TC) " ]
49
+ return ["CGEN.S" , "CGEN.S.F00" ]
50
50
51
51
def steps_TC_CGEN_2_6 (self ) -> list [TestStep ]:
52
52
return [
@@ -60,8 +60,8 @@ async def test_TC_CGEN_2_6(self):
60
60
commissioner : ChipDeviceCtrl .ChipDeviceController = self .default_controller
61
61
62
62
self .step (0 )
63
- if not self .pics_guard ( self . check_pics ("CGEN.S.F00(TC)" ) ):
64
- self . skip_all_remaining_steps ( 1 )
63
+ if not self .check_pics ("CGEN.S.F00" ):
64
+ asserts . skip ( 'Root endpoint does not support the [commissioning] feature under test' )
65
65
return
66
66
67
67
# Step 1: Commission device without setting TC acknowledgements
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def desc_TC_CGEN_2_7(self) -> str:
49
49
50
50
def pics_TC_CGEN_2_7 (self ) -> list [str ]:
51
51
""" This function returns a list of PICS for this test case that must be True for the test to be run"""
52
- return ["CGEN.S" , "CGEN.S.F00(TC) " ]
52
+ return ["CGEN.S" , "CGEN.S.F00" ]
53
53
54
54
def steps_TC_CGEN_2_7 (self ) -> list [TestStep ]:
55
55
return [
@@ -71,8 +71,8 @@ async def test_TC_CGEN_2_7(self):
71
71
tc_user_response_to_simulate = self .matter_test_config .global_test_params ['PIXIT.CGEN.RequiredTCAcknowledgements' ]
72
72
73
73
self .step (0 )
74
- if not self .pics_guard ( self . check_pics ("CGEN.S.F00(TC)" ) ):
75
- self . skip_all_remaining_steps ( 1 )
74
+ if not self .check_pics ("CGEN.S.F00" ):
75
+ asserts . skip ( 'Root endpoint does not support the [commissioning] feature under test' )
76
76
return
77
77
78
78
# Step 1: Begin commissioning with PASE and failsafe
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def desc_TC_CGEN_2_8(self) -> str:
49
49
50
50
def pics_TC_CGEN_2_8 (self ) -> list [str ]:
51
51
""" This function returns a list of PICS for this test case that must be True for the test to be run"""
52
- return ["CGEN.S" , "CGEN.S.F00(TC) " ]
52
+ return ["CGEN.S" , "CGEN.S.F00" ]
53
53
54
54
def steps_TC_CGEN_2_8 (self ) -> list [TestStep ]:
55
55
return [
@@ -72,8 +72,8 @@ async def test_TC_CGEN_2_8(self):
72
72
tc_user_response_to_simulate = self .matter_test_config .global_test_params ['PIXIT.CGEN.RequiredTCAcknowledgements' ]
73
73
74
74
self .step (0 )
75
- if not self .pics_guard ( self . check_pics ("CGEN.S.F00(TC)" ) ):
76
- self . skip_all_remaining_steps ( 1 )
75
+ if not self .check_pics ("CGEN.S.F00" ):
76
+ asserts . skip ( 'Root endpoint does not support the [commissioning] feature under test' )
77
77
return
78
78
79
79
# Step 1: Begin commissioning with PASE and failsafe
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def desc_TC_CGEN_2_9(self) -> str:
72
72
73
73
def pics_TC_CGEN_2_9 (self ) -> list [str ]:
74
74
""" This function returns a list of PICS for this test case that must be True for the test to be run"""
75
- return ["CGEN.S" , "CGEN.S.F00(TC) " ]
75
+ return ["CGEN.S" , "CGEN.S.F00" ]
76
76
77
77
def steps_TC_CGEN_2_9 (self ) -> list [TestStep ]:
78
78
return [
@@ -95,8 +95,8 @@ async def test_TC_CGEN_2_9(self):
95
95
tc_user_response_to_simulate = self .matter_test_config .global_test_params ['PIXIT.CGEN.RequiredTCAcknowledgements' ]
96
96
97
97
self .step (0 )
98
- if not self .pics_guard ( self . check_pics ("CGEN.S.F00(TC)" ) ):
99
- self . skip_all_remaining_steps ( 1 )
98
+ if not self .check_pics ("CGEN.S.F00" ):
99
+ asserts . skip ( 'Root endpoint does not support the [commissioning] feature under test' )
100
100
return
101
101
102
102
# Step 1: Begin commissioning with PASE and failsafe
You can’t perform that action at this time.
0 commit comments