@@ -63,21 +63,16 @@ def desc_TC_BINFO_3_1(self) -> str:
6363 def steps_TC_BINFO_3_1 (self ) -> list [TestStep ]:
6464 steps = [
6565 TestStep (1 , "TH reads ProductAppearance from the DUT." ,
66- ("Verify that TH reads ProductAppearance attribute from the DUT successfully "
67- "and the value is in ProductAppearanceStruct. "
68- "Finish value is in range 0-5." )),
66+ ("ProductAppearance.Finish Value has to be between a range of [min=Other(0), "
67+ "max=Fabric(5)]" )),
6968 TestStep (2 , "TH reads ProductAppearance from the DUT." ,
70- ("Verify that TH reads ProductAppearance attribute from the DUT successfully "
71- "and the value is in ProductAppearanceStruct. "
72- "PrimaryColor is in range 0-20." )),
69+ ("ProductAppearance.PrimaryColor Value has to be between a range of [min=Black(0), "
70+ "max=Gold(20) ]" )),
7371 TestStep (3 , "TH reads ProductAppearance from the DUT." ,
74- ("Vendor specific test-step. "
75- "Verify that TH reads ProductAppearance attribute "
76- "from the DUT successfully." )),
72+ ("ProductAppearance.Finish Value has to be equal to PIXIT.BINFO.Finish" )),
7773 TestStep (4 , "TH reads ProductAppearance from the DUT." ,
78- ("Vendor specific test-step. "
79- "Verify that TH reads ProductAppearance attribute "
80- "from the DUT successfully." )),
74+ ("ProductAppearance.PrimaryColor Value has to be equal to "
75+ "PIXIT.BINFO.PrimaryColor" )),
8176 ]
8277 return steps
8378
0 commit comments