Skip to content

Commit 5349094

Browse files
committed
TC_DEM_2.6,2.7,2.8 step 2 alignment with tweaked test plan
1 parent fd96e7d commit 5349094

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/python_testing/TC_DEM_2_6.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def steps_TC_DEM_2_6(self) -> list[TestStep]:
6161
steps = [
6262
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)"),
6363
TestStep("2", "TH reads from the DUT the _FeatureMap_ attribute",
64-
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify ForecastAdjustment and StateForecastReporting is supported. Verify PowerForecastReporting is not supported."),
64+
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify ForecastAdjustment feature is supported on the cluster. Verify StateForecastReporting feature is supported on the cluster. Verify PowerForecastReporting feature is not supported on the cluster."),
6565
TestStep("3", "TH reads TestEventTriggersEnabled attribute from General Diagnostics Cluster",
6666
"Value has to be 1 (True)"),
6767
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 Forecast Adjustment Test Event",

src/python_testing/TC_DEM_2_7.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def steps_TC_DEM_2_7(self) -> list[TestStep]:
6161
steps = [
6262
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)"),
6363
TestStep("2", "TH reads from the DUT the _FeatureMap_ attribute",
64-
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify ConstraintBasedAdjustment and PowerForecastReporting is supported. Verify StateForecastReporting is not supported."),
64+
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify ConstraintBasedAdjustment feature is supported on the cluster. Verify PowerForecastReporting feature is supported on the cluster. Verify StateForecastReporting feature is not supported on the cluster."),
6565
TestStep("3", "TH reads TestEventTriggersEnabled attribute from General Diagnostics Cluster",
6666
"Value has to be 1 (True)"),
6767
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 Constraints-based Adjustment Test Event",

src/python_testing/TC_DEM_2_8.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def steps_TC_DEM_2_8(self) -> list[TestStep]:
6161
steps = [
6262
TestStep("1", "Commission DUT to TH (can be skipped if done in a preceding test)"),
6363
TestStep("2", "TH reads from the DUT the _FeatureMap_ attribute",
64-
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify ConstraintBasedAdjustment and StateForecastReporting is supported. Verify PowerForecastReporting is not supported."),
64+
"Verify that the DUT response contains the _FeatureMap_ attribute. Verify ConstraintBasedAdjustment feature is supported on the cluster. Verify StateForecastReporting feature is supported on the cluster. Verify PowerForecastReporting feature is not supported on the cluster."),
6565
TestStep("3", "TH reads TestEventTriggersEnabled attribute from General Diagnostics Cluster",
6666
"Value has to be 1 (True)"),
6767
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 Constraints-based Adjustment Test Event",

0 commit comments

Comments
 (0)