Skip to content

Commit 1f8470f

Browse files
committed
Aligned verification step 2 on TC_DEM_2.3 to actual code and syncd test plan.
1 parent 47d35cb commit 1f8470f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DEM_2_3.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def steps_TC_DEM_2_3(self) -> list[TestStep]:
5656
steps = [
5757
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)"),
5858
TestStep("2", "TH reads from the DUT the _FeatureMap_ attribute",
59-
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify StartTimeAdjustment is supported."),
59+
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify StartTimeAdjustment feature is supported on the cluster. Verify PowerForecastReporting or StateForecastReporting feature is supported on the cluster."),
6060
TestStep("3", "TH reads TestEventTriggersEnabled attribute from General Diagnostics Cluster",
6161
"Value has to be 1 (True)"),
6262
TestStep("4", "TH sends TestEventTrigger command to General Diagnostics Cluster on Endpoint 0 with EnableKey field set to PIXIT.DEM.TEST_EVENT_TRIGGER_KEY and EventTrigger field set to PIXIT.DEM.TEST_EVENT_TRIGGER for Start Time Adjustment Test Event",

0 commit comments

Comments
 (0)