You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/java/org/opensmartgridplatform/cucumber/platform/smartmetering/PlatformSmartmeteringDefaults.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,8 @@ public class PlatformSmartmeteringDefaults
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/bundle/BundledFindEvents.feature
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
-
@SmartMetering@Platform@FindEvents
5
+
@SmartMetering@Platform@FindEvents@SMR52c
6
6
Feature: SmartMetering Bundle - FindEvents
7
7
As a grid operator
8
8
I want to retrieve the events from a meter via a bundle request
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/bundle/BundledGetThdFingerprint.feature
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/bundle/BundledSetAlarmNotifications.feature
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/bundle/BundledSetThdConfiguration.feature
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
#
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
-
@SmartMetering@Platform@ThdConfiguration
5
+
@SmartMetering@Platform@ThdConfiguration@SMR52c
6
6
Feature: SmartMetering Bundle - THD Configuation
7
7
As a grid operator
8
8
I want to be able to set configuration for THD on a meter via a bundle request
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/configuration/SetAlarmNotifications.feature
Scenario Outline: Set alarm notifications in register 1 and 2 on a <protocol> <version> device (other alarms in request that are not in register 1 or 2 are ignored)
40
+
Given a dlms device
41
+
| DeviceIdentification | TEST1029000000001 |
42
+
| DeviceType | SMART_METER_E |
43
+
| Protocol | <protocol> |
44
+
| ProtocolVersion | <version> |
45
+
When the set alarm notifications request is received
Then the specified alarm notifications should be set on the device
54
+
| DeviceIdentification | TEST1029000000001 |
55
+
56
+
Examples:
57
+
| protocol | version |
58
+
| SMR | 5.2 |
59
+
| SMR | 5.5 |
60
+
39
61
Scenario Outline: Set alarm notifications in register 1 and 2 on a <protocol> <version> device (other alarms in request that are not in register 1 or 2 are ignored)
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/configuration/SetThdConfiguration.feature
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/monitoring/GetActualMeterReads.feature
Copy file name to clipboardExpand all lines: integration-tests/cucumber-tests-platform-smartmetering/src/test/resources/features/osgp-adapter-ws-smartmetering/monitoring/GetThdFingerprint.feature
0 commit comments