Skip to content

Commit c44b9d7

Browse files
committed
Updated test steps comments.
1 parent 46567d8 commit c44b9d7

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

src/python_testing/TC_BINFO_3_1.py

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)