Skip to content

Commit ac9efe2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DEM_2_4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def steps_TC_DEM_2_4(self) -> list[TestStep]:
5757
steps = [
5858
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)"),
5959
TestStep("2", "TH reads from the DUT the _FeatureMap_ attribute",
60-
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify Pausable is supported."),
60+
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify Pausable feature is supported on the cluster. Verify PowerForecastReporting or StateForecastReporting feature is supported on the cluster."),
6161
TestStep("3", "Set up a subscription to all DeviceEnergyManagement cluster events"),
6262
TestStep("4", "TH reads TestEventTriggersEnabled attribute from General Diagnostics Cluster",
6363
"Value has to be 1 (True)"),

0 commit comments

Comments
 (0)