cactus-test-definitions 1.6.0__py3-none-any.whl → 1.8.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cactus-test-definitions might be problematic. Click here for more details.
- cactus_test_definitions/__init__.py +1 -1
- cactus_test_definitions/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions/__pycache__/csipaus.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__init__.py +4 -0
- cactus_test_definitions/client/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__pycache__/actions.cpython-312.pyc +0 -0
- cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions/client/actions.py +1 -0
- cactus_test_definitions/client/checks.py +1 -0
- cactus_test_definitions/client/procedures/ALL-09.yaml +18 -18
- cactus_test_definitions/client/procedures/ALL-12.yaml +34 -16
- cactus_test_definitions/client/procedures/ALL-18.yaml +6 -5
- cactus_test_definitions/client/procedures/ALL-28.yaml +0 -1
- cactus_test_definitions/client/procedures/GEN-10.yaml +58 -4
- cactus_test_definitions/client/procedures/GEN-11.yaml +32 -8
- cactus_test_definitions/client/procedures/GEN-12.yaml +33 -9
- cactus_test_definitions/client/procedures/LOA-03.yaml +1 -1
- cactus_test_definitions/client/procedures/LOA-04.yaml +1 -1
- cactus_test_definitions/client/procedures/LOA-10.yaml +61 -9
- cactus_test_definitions/client/procedures/LOA-11.yaml +32 -8
- cactus_test_definitions/client/procedures/LOA-12.yaml +32 -8
- cactus_test_definitions/csipaus.py +2 -0
- cactus_test_definitions/server/README.md +8 -6
- cactus_test_definitions/server/__init__.py +4 -0
- cactus_test_definitions/server/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions/server/__pycache__/actions.cpython-312.pyc +0 -0
- cactus_test_definitions/server/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
- cactus_test_definitions/server/actions.py +2 -1
- cactus_test_definitions/server/checks.py +35 -0
- cactus_test_definitions/server/procedures/S-ALL-01.yaml +3 -0
- cactus_test_definitions/server/procedures/S-ALL-06.yaml +111 -0
- cactus_test_definitions/server/procedures/S-ALL-07.yaml +100 -0
- cactus_test_definitions/server/procedures/S-ALL-08.yaml +77 -0
- cactus_test_definitions/server/procedures/S-ALL-09.yaml +43 -0
- cactus_test_definitions/server/procedures/S-ALL-10.yaml +68 -0
- cactus_test_definitions/server/procedures/S-ALL-11.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-12.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-13.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-14.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-15.yaml +79 -0
- cactus_test_definitions/server/procedures/S-ALL-16.yaml +79 -0
- cactus_test_definitions/server/procedures/S-ALL-17.yaml +39 -0
- cactus_test_definitions/server/procedures/S-ALL-18.yaml +35 -0
- cactus_test_definitions/server/procedures/S-ALL-19.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-20.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-21.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-22.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-23.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-24.yaml +37 -0
- cactus_test_definitions/server/procedures/S-ALL-25.yaml +151 -0
- cactus_test_definitions/server/procedures/S-ALL-41.yaml +343 -0
- cactus_test_definitions/server/procedures/S-ALL-42.yaml +81 -0
- cactus_test_definitions/server/procedures/S-ALL-43.yaml +146 -0
- cactus_test_definitions/server/procedures/S-ALL-44.yaml +51 -0
- cactus_test_definitions/server/procedures/S-ALL-45.yaml +34 -0
- cactus_test_definitions/server/procedures/S-ALL-48.yaml +29 -0
- cactus_test_definitions/server/procedures/S-ALL-49.yaml +56 -0
- cactus_test_definitions/server/procedures/S-ALL-51.yaml +35 -0
- cactus_test_definitions/server/procedures/S-ALL-52.yaml +35 -0
- cactus_test_definitions/server/procedures/S-ALL-53.yaml +42 -0
- cactus_test_definitions/server/procedures/S-ALL-55.yaml +45 -0
- cactus_test_definitions/server/procedures/S-ALL-56.yaml +36 -0
- cactus_test_definitions/server/procedures/S-ALL-57.yaml +62 -0
- cactus_test_definitions/server/procedures/S-OPT-03.yaml +9 -6
- cactus_test_definitions/server/procedures/S-OPT-05.yaml +33 -0
- cactus_test_definitions/server/test_procedures.py +34 -0
- {cactus_test_definitions-1.6.0.dist-info → cactus_test_definitions-1.8.1.dist-info}/METADATA +1 -1
- {cactus_test_definitions-1.6.0.dist-info → cactus_test_definitions-1.8.1.dist-info}/RECORD +74 -40
- tests/unit/client/test_validate.py +47 -0
- tests/unit/server/test_validate.py +17 -4
- {cactus_test_definitions-1.6.0.dist-info → cactus_test_definitions-1.8.1.dist-info}/WHEEL +0 -0
- {cactus_test_definitions-1.6.0.dist-info → cactus_test_definitions-1.8.1.dist-info}/licenses/LICENSE.txt +0 -0
- {cactus_test_definitions-1.6.0.dist-info → cactus_test_definitions-1.8.1.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -8,6 +8,8 @@ from cactus_test_definitions.client.test_procedures import (
|
|
|
8
8
|
TestProcedureId,
|
|
9
9
|
get_all_test_procedures,
|
|
10
10
|
get_test_procedure,
|
|
11
|
+
get_yaml_contents,
|
|
12
|
+
parse_test_procedure,
|
|
11
13
|
)
|
|
12
14
|
|
|
13
15
|
__all__ = [
|
|
@@ -23,4 +25,6 @@ __all__ = [
|
|
|
23
25
|
"TestProcedure",
|
|
24
26
|
"get_all_test_procedures",
|
|
25
27
|
"get_test_procedure",
|
|
28
|
+
"get_yaml_contents",
|
|
29
|
+
"parse_test_procedure",
|
|
26
30
|
]
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -58,6 +58,7 @@ ACTION_PARAMETER_SCHEMA: dict[str, dict[str, ParameterSchema]] = {
|
|
|
58
58
|
"opModLoadLimW": ParameterSchema(False, ParameterType.Float),
|
|
59
59
|
"opModFixedW": ParameterSchema(False, ParameterType.Float),
|
|
60
60
|
"opModStorageTargetW": ParameterSchema(False, ParameterType.Float),
|
|
61
|
+
"tag": ParameterSchema(False, ParameterType.String),
|
|
61
62
|
},
|
|
62
63
|
"create-der-program": {
|
|
63
64
|
"primacy": ParameterSchema(True, ParameterType.Integer),
|
|
@@ -109,6 +109,7 @@ CHECK_PARAMETER_SCHEMA: dict[str, dict[str, ParameterSchema]] = {
|
|
|
109
109
|
"latest": ParameterSchema(False, ParameterType.Boolean),
|
|
110
110
|
"status": ParameterSchema(False, ParameterType.Integer),
|
|
111
111
|
"all": ParameterSchema(False, ParameterType.Boolean),
|
|
112
|
+
"subject_tag": ParameterSchema(False, ParameterType.String),
|
|
112
113
|
},
|
|
113
114
|
}
|
|
114
115
|
VALID_CHECK_NAMES: set[str] = set(CHECK_PARAMETER_SCHEMA.keys())
|
|
@@ -14,32 +14,32 @@ Criteria:
|
|
|
14
14
|
- type: der-capability-contents
|
|
15
15
|
parameters:
|
|
16
16
|
#
|
|
17
|
-
# NOTE -
|
|
18
|
-
#
|
|
17
|
+
# NOTE - TS:5573 requires the following but CIRG has determined that setting 0
|
|
18
|
+
# for "not applicable" values is acceptable.
|
|
19
19
|
#
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
rtgMaxChargeRateW: true # Maximum rate of energy transfer received
|
|
21
|
+
rtgMaxDischargeRateW: true # Maximum rate of energy transfer delivered
|
|
22
|
+
rtgMaxVA: true # Maximum apparent power
|
|
23
|
+
rtgMaxVar: true # Maximum reactive power delivered
|
|
24
|
+
rtgMaxVarNeg: true # Maximum reactive power received
|
|
25
25
|
rtgMaxW: true # Maximum active power
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
rtgMinPFOverExcited: true # Minimum power factor displacement
|
|
27
|
+
rtgMinPFUnderExcited: true # Minimum power factor displacement
|
|
28
28
|
doeModesSupported: true # CSIP-Aus DOE modes supported
|
|
29
29
|
- type: der-settings-contents
|
|
30
30
|
parameters:
|
|
31
31
|
#
|
|
32
|
-
# NOTE -
|
|
33
|
-
#
|
|
32
|
+
# NOTE - TS:5573 requires the following but CIRG has determined that setting 0
|
|
33
|
+
# for "not applicable" values is acceptable.
|
|
34
34
|
#
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
35
|
+
setMaxChargeRateW: true # Maximum rate of energy transfer received
|
|
36
|
+
setMaxDischargeRateW: true # Maximum rate of energy transfer delivered
|
|
37
|
+
setMaxVA: true # Maximum apparent power
|
|
38
|
+
setMaxVar: true # Maximum reactive power delivered
|
|
39
|
+
setMaxVarNeg: true # Maximum reactive power received
|
|
40
40
|
setMaxW: true # Maximum active power
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
setMinPFOverExcited: true # Minimum power factor displacement
|
|
42
|
+
setMinPFUnderExcited: true # Minimum power factor displacement
|
|
43
43
|
doeModesEnabled: true # CSIP-Aus DOE modes enabled
|
|
44
44
|
- type: der-status-contents
|
|
45
45
|
parameters: {}
|
|
@@ -49,14 +49,30 @@ Steps:
|
|
|
49
49
|
- type: enable-steps
|
|
50
50
|
parameters:
|
|
51
51
|
steps:
|
|
52
|
-
- WAIT-
|
|
53
|
-
- PUT-DERSTATUS-DISCONNECT
|
|
52
|
+
- WAIT-CONTROL-START
|
|
54
53
|
- type: remove-steps
|
|
55
54
|
parameters:
|
|
56
55
|
steps:
|
|
57
56
|
- GET-DERC
|
|
58
57
|
|
|
59
|
-
# (
|
|
58
|
+
# (b) - Wait until just before the opModEnergize: False control before accepting a DERStatus update
|
|
59
|
+
WAIT-CONTROL-START:
|
|
60
|
+
event:
|
|
61
|
+
type: wait
|
|
62
|
+
parameters:
|
|
63
|
+
duration_seconds: 270
|
|
64
|
+
actions:
|
|
65
|
+
- type: enable-steps
|
|
66
|
+
parameters:
|
|
67
|
+
steps:
|
|
68
|
+
- PUT-DERSTATUS-DISCONNECT
|
|
69
|
+
- WAIT-CONTROL-END
|
|
70
|
+
- type: remove-steps
|
|
71
|
+
parameters:
|
|
72
|
+
steps:
|
|
73
|
+
- WAIT-CONTROL-START
|
|
74
|
+
|
|
75
|
+
# (c) waits for a DERStatus disconnected
|
|
60
76
|
PUT-DERSTATUS-DISCONNECT:
|
|
61
77
|
event:
|
|
62
78
|
type: PUT-request-received
|
|
@@ -67,6 +83,18 @@ Steps:
|
|
|
67
83
|
- type: der-status-contents
|
|
68
84
|
parameters:
|
|
69
85
|
genConnectStatus_bit0: false
|
|
86
|
+
actions:
|
|
87
|
+
- type: remove-steps
|
|
88
|
+
parameters:
|
|
89
|
+
steps:
|
|
90
|
+
- PUT-DERSTATUS-DISCONNECT
|
|
91
|
+
|
|
92
|
+
# (d) - This is soley to prevent a client from reporting reconnect too early
|
|
93
|
+
WAIT-CONTROL-END:
|
|
94
|
+
event:
|
|
95
|
+
type: wait
|
|
96
|
+
parameters:
|
|
97
|
+
duration_seconds: 600 # We enable this 30 seconds before the control expires to allow for timing errors
|
|
70
98
|
actions:
|
|
71
99
|
- type: enable-steps
|
|
72
100
|
parameters:
|
|
@@ -75,7 +103,7 @@ Steps:
|
|
|
75
103
|
- type: remove-steps
|
|
76
104
|
parameters:
|
|
77
105
|
steps:
|
|
78
|
-
-
|
|
106
|
+
- WAIT-CONTROL-END
|
|
79
107
|
|
|
80
108
|
# (d) This will wait until the client POST's a DERStatus saying it has reconnected
|
|
81
109
|
PUT-DERSTATUS-RECONNECT:
|
|
@@ -94,15 +122,5 @@ Steps:
|
|
|
94
122
|
steps:
|
|
95
123
|
- PUT-DERSTATUS-RECONNECT
|
|
96
124
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
type: wait
|
|
100
|
-
parameters:
|
|
101
|
-
duration_seconds: 960
|
|
102
|
-
actions:
|
|
103
|
-
- type: remove-steps
|
|
104
|
-
parameters:
|
|
105
|
-
steps:
|
|
106
|
-
- WAIT-TILL-END
|
|
107
|
-
- type: finish-test
|
|
108
|
-
parameters: {}
|
|
125
|
+
|
|
126
|
+
|
|
@@ -11,6 +11,10 @@ Criteria:
|
|
|
11
11
|
checks:
|
|
12
12
|
- type: all-steps-complete
|
|
13
13
|
parameters: {}
|
|
14
|
+
- type: response-contents
|
|
15
|
+
parameters:
|
|
16
|
+
all: true
|
|
17
|
+
status: 1
|
|
14
18
|
|
|
15
19
|
Preconditions:
|
|
16
20
|
init_actions:
|
|
@@ -27,10 +31,7 @@ Preconditions:
|
|
|
27
31
|
parameters: {}
|
|
28
32
|
- type: der-settings-contents
|
|
29
33
|
parameters: {}
|
|
30
|
-
|
|
31
|
-
parameters:
|
|
32
|
-
all: true
|
|
33
|
-
status: 1
|
|
34
|
+
|
|
34
35
|
actions:
|
|
35
36
|
# (a)
|
|
36
37
|
- type: create-der-control
|
|
@@ -147,7 +148,7 @@ Steps:
|
|
|
147
148
|
- type: response-contents
|
|
148
149
|
parameters:
|
|
149
150
|
latest: true
|
|
150
|
-
status:
|
|
151
|
+
status: 2
|
|
151
152
|
actions:
|
|
152
153
|
- type: cancel-active-der-controls
|
|
153
154
|
parameters: {}
|
|
@@ -134,6 +134,7 @@ Steps:
|
|
|
134
134
|
opModExpLimW: $(setMaxW * 2)
|
|
135
135
|
fsa_id: 2
|
|
136
136
|
primacy: 2
|
|
137
|
+
tag: DERC1
|
|
137
138
|
- type: enable-steps
|
|
138
139
|
parameters:
|
|
139
140
|
steps:
|
|
@@ -155,6 +156,7 @@ Steps:
|
|
|
155
156
|
parameters:
|
|
156
157
|
latest: true
|
|
157
158
|
status: 2
|
|
159
|
+
subject_tag: DERC1
|
|
158
160
|
actions:
|
|
159
161
|
- type: enable-steps
|
|
160
162
|
parameters:
|
|
@@ -195,12 +197,12 @@ Steps:
|
|
|
195
197
|
opModExpLimW: 0
|
|
196
198
|
fsa_id: 1
|
|
197
199
|
primacy: 1
|
|
200
|
+
tag: DERC2
|
|
198
201
|
- type: enable-steps
|
|
199
202
|
parameters:
|
|
200
203
|
steps:
|
|
201
204
|
- POST-DERC-2-RESPONSE-STARTED
|
|
202
205
|
- POST-DERC-1-RESPONSE-SUPERSEDED
|
|
203
|
-
- POST-DERC-2-RESPONSE-COMPLETED
|
|
204
206
|
- type: remove-steps
|
|
205
207
|
parameters:
|
|
206
208
|
steps:
|
|
@@ -218,7 +220,12 @@ Steps:
|
|
|
218
220
|
parameters:
|
|
219
221
|
latest: true
|
|
220
222
|
status: 2
|
|
223
|
+
subject_tag: DERC2
|
|
221
224
|
actions:
|
|
225
|
+
- type: enable-steps
|
|
226
|
+
parameters:
|
|
227
|
+
steps:
|
|
228
|
+
- POST-DERC-2-RESPONSE-COMPLETED
|
|
222
229
|
- type: remove-steps
|
|
223
230
|
parameters:
|
|
224
231
|
steps:
|
|
@@ -236,6 +243,7 @@ Steps:
|
|
|
236
243
|
parameters:
|
|
237
244
|
latest: true
|
|
238
245
|
status: 7
|
|
246
|
+
subject_tag: DERC1
|
|
239
247
|
actions:
|
|
240
248
|
- type: remove-steps
|
|
241
249
|
parameters:
|
|
@@ -255,6 +263,7 @@ Steps:
|
|
|
255
263
|
parameters:
|
|
256
264
|
latest: true
|
|
257
265
|
status: 3
|
|
266
|
+
subject_tag: DERC2
|
|
258
267
|
actions:
|
|
259
268
|
- type: enable-steps
|
|
260
269
|
parameters:
|
|
@@ -279,6 +288,7 @@ Steps:
|
|
|
279
288
|
opModExpLimW: $(setMaxW * 2)
|
|
280
289
|
fsa_id: 2
|
|
281
290
|
primacy: 2
|
|
291
|
+
tag: DERC3
|
|
282
292
|
- type: enable-steps
|
|
283
293
|
parameters:
|
|
284
294
|
steps:
|
|
@@ -288,7 +298,7 @@ Steps:
|
|
|
288
298
|
steps:
|
|
289
299
|
- GET-DERC-3
|
|
290
300
|
|
|
291
|
-
# (j) Receive response started for DERControl
|
|
301
|
+
# (j) Receive response started for DERControl 3
|
|
292
302
|
POST-DERC-3-RESPONSE-STARTED:
|
|
293
303
|
event:
|
|
294
304
|
type: POST-request-received
|
|
@@ -300,6 +310,7 @@ Steps:
|
|
|
300
310
|
parameters:
|
|
301
311
|
latest: true
|
|
302
312
|
status: 2
|
|
313
|
+
subject_tag: DERC3
|
|
303
314
|
actions:
|
|
304
315
|
- type: enable-steps
|
|
305
316
|
parameters:
|
|
@@ -322,6 +333,7 @@ Steps:
|
|
|
322
333
|
parameters:
|
|
323
334
|
latest: true
|
|
324
335
|
status: 3
|
|
336
|
+
subject_tag: DERC3
|
|
325
337
|
actions:
|
|
326
338
|
- type: enable-steps
|
|
327
339
|
parameters:
|
|
@@ -348,6 +360,7 @@ Steps:
|
|
|
348
360
|
opModConnect: false
|
|
349
361
|
fsa_id: 1
|
|
350
362
|
primacy: 1
|
|
363
|
+
tag: DERC4
|
|
351
364
|
- type: enable-steps
|
|
352
365
|
parameters:
|
|
353
366
|
steps:
|
|
@@ -371,6 +384,7 @@ Steps:
|
|
|
371
384
|
opModExpLimW: $(setMaxW * 2)
|
|
372
385
|
fsa_id: 2
|
|
373
386
|
primacy: 2
|
|
387
|
+
tag: DERC5
|
|
374
388
|
- type: enable-steps
|
|
375
389
|
parameters:
|
|
376
390
|
steps:
|
|
@@ -392,6 +406,7 @@ Steps:
|
|
|
392
406
|
parameters:
|
|
393
407
|
latest: true
|
|
394
408
|
status: 2
|
|
409
|
+
subject_tag: DERC4
|
|
395
410
|
actions:
|
|
396
411
|
- type: enable-steps
|
|
397
412
|
parameters:
|
|
@@ -414,6 +429,7 @@ Steps:
|
|
|
414
429
|
parameters:
|
|
415
430
|
latest: true
|
|
416
431
|
status: 2
|
|
432
|
+
subject_tag: DERC5
|
|
417
433
|
actions:
|
|
418
434
|
- type: remove-steps
|
|
419
435
|
parameters:
|
|
@@ -433,6 +449,7 @@ Steps:
|
|
|
433
449
|
parameters:
|
|
434
450
|
latest: true
|
|
435
451
|
status: 3
|
|
452
|
+
subject_tag: DERC4
|
|
436
453
|
actions:
|
|
437
454
|
- type: enable-steps
|
|
438
455
|
parameters:
|
|
@@ -457,6 +474,7 @@ Steps:
|
|
|
457
474
|
opModExpLimW: $(setMaxW * 0.5)
|
|
458
475
|
fsa_id: 2
|
|
459
476
|
primacy: 2
|
|
477
|
+
tag: DERC6
|
|
460
478
|
- type: enable-steps
|
|
461
479
|
parameters:
|
|
462
480
|
steps:
|
|
@@ -479,6 +497,7 @@ Steps:
|
|
|
479
497
|
parameters:
|
|
480
498
|
latest: true
|
|
481
499
|
status: 2
|
|
500
|
+
subject_tag: DERC6
|
|
482
501
|
actions:
|
|
483
502
|
- type: enable-steps
|
|
484
503
|
parameters:
|
|
@@ -502,6 +521,7 @@ Steps:
|
|
|
502
521
|
parameters:
|
|
503
522
|
latest: true
|
|
504
523
|
status: 7
|
|
524
|
+
subject_tag: DERC5
|
|
505
525
|
actions:
|
|
506
526
|
- type: remove-steps
|
|
507
527
|
parameters:
|
|
@@ -522,6 +542,7 @@ Steps:
|
|
|
522
542
|
opModExpLimW: 0
|
|
523
543
|
fsa_id: 1
|
|
524
544
|
primacy: 1
|
|
545
|
+
tag: DERC7
|
|
525
546
|
- type: enable-steps
|
|
526
547
|
parameters:
|
|
527
548
|
steps:
|
|
@@ -546,6 +567,7 @@ Steps:
|
|
|
546
567
|
opModGenLimW: $(setMaxW * 0.3)
|
|
547
568
|
fsa_id: 2
|
|
548
569
|
primacy: 2
|
|
570
|
+
tag: DERC8
|
|
549
571
|
- type: enable-steps
|
|
550
572
|
parameters:
|
|
551
573
|
steps:
|
|
@@ -567,12 +589,12 @@ Steps:
|
|
|
567
589
|
parameters:
|
|
568
590
|
latest: true
|
|
569
591
|
status: 2
|
|
592
|
+
subject_tag: DERC7
|
|
570
593
|
actions:
|
|
571
594
|
- type: enable-steps
|
|
572
595
|
parameters:
|
|
573
596
|
steps:
|
|
574
|
-
-
|
|
575
|
-
- GET-DERC-10
|
|
597
|
+
- POST-DERC-7-RESPONSE-COMPLETED
|
|
576
598
|
- type: remove-steps
|
|
577
599
|
parameters:
|
|
578
600
|
steps:
|
|
@@ -590,12 +612,40 @@ Steps:
|
|
|
590
612
|
parameters:
|
|
591
613
|
latest: true
|
|
592
614
|
status: 2
|
|
615
|
+
subject_tag: DERC8
|
|
593
616
|
actions:
|
|
594
617
|
- type: remove-steps
|
|
595
618
|
parameters:
|
|
596
619
|
steps:
|
|
597
620
|
- POST-DERC-8-RESPONSE-STARTED
|
|
598
621
|
|
|
622
|
+
|
|
623
|
+
# (x) This isn't strictly in the TS5573 definition but the intention is for this control to finish BEFORE
|
|
624
|
+
# enabling the subsequent DERControls
|
|
625
|
+
POST-DERC-7-RESPONSE-COMPLETED:
|
|
626
|
+
event:
|
|
627
|
+
type: POST-request-received
|
|
628
|
+
parameters:
|
|
629
|
+
endpoint: /edev/1/rsps/site_control/rsp
|
|
630
|
+
serve_request_first: true
|
|
631
|
+
checks:
|
|
632
|
+
- type: response-contents
|
|
633
|
+
parameters:
|
|
634
|
+
latest: true
|
|
635
|
+
status: 3
|
|
636
|
+
subject_tag: DERC7
|
|
637
|
+
actions:
|
|
638
|
+
- type: enable-steps
|
|
639
|
+
parameters:
|
|
640
|
+
steps:
|
|
641
|
+
- GET-DERC-9
|
|
642
|
+
- GET-DERC-10
|
|
643
|
+
- type: remove-steps
|
|
644
|
+
parameters:
|
|
645
|
+
steps:
|
|
646
|
+
- POST-DERC-7-RESPONSE-COMPLETED
|
|
647
|
+
|
|
648
|
+
|
|
599
649
|
# (y) (i) Configure DERControl on DERP1
|
|
600
650
|
GET-DERC-9:
|
|
601
651
|
event:
|
|
@@ -610,6 +660,7 @@ Steps:
|
|
|
610
660
|
opModGenLimW: $(setMaxW * 0.5)
|
|
611
661
|
fsa_id: 1
|
|
612
662
|
primacy: 1
|
|
663
|
+
tag: DERC9
|
|
613
664
|
- type: enable-steps
|
|
614
665
|
parameters:
|
|
615
666
|
steps:
|
|
@@ -633,6 +684,7 @@ Steps:
|
|
|
633
684
|
opModExpLimW: $(setMaxW * 0.2)
|
|
634
685
|
fsa_id: 2
|
|
635
686
|
primacy: 2
|
|
687
|
+
tag: DERC10
|
|
636
688
|
- type: enable-steps
|
|
637
689
|
parameters:
|
|
638
690
|
steps:
|
|
@@ -654,6 +706,7 @@ Steps:
|
|
|
654
706
|
parameters:
|
|
655
707
|
latest: true
|
|
656
708
|
status: 2
|
|
709
|
+
subject_tag: DERC9
|
|
657
710
|
actions:
|
|
658
711
|
- type: enable-steps
|
|
659
712
|
parameters:
|
|
@@ -677,6 +730,7 @@ Steps:
|
|
|
677
730
|
parameters:
|
|
678
731
|
latest: true
|
|
679
732
|
status: 2
|
|
733
|
+
subject_tag: DERC10
|
|
680
734
|
actions:
|
|
681
735
|
- type: remove-steps
|
|
682
736
|
parameters:
|
|
@@ -71,8 +71,6 @@ Steps:
|
|
|
71
71
|
parameters:
|
|
72
72
|
steps:
|
|
73
73
|
- POST-DERC-2-RESPONSE-RECEIVED
|
|
74
|
-
- POST-DERC-2-RESPONSE-STARTED
|
|
75
|
-
- POST-DERC-2-RESPONSE-COMPLETE
|
|
76
74
|
- type: remove-steps
|
|
77
75
|
parameters:
|
|
78
76
|
steps:
|
|
@@ -91,6 +89,10 @@ Steps:
|
|
|
91
89
|
latest: true
|
|
92
90
|
status: 1
|
|
93
91
|
actions:
|
|
92
|
+
- type: enable-steps
|
|
93
|
+
parameters:
|
|
94
|
+
steps:
|
|
95
|
+
- POST-DERC-2-RESPONSE-STARTED
|
|
94
96
|
- type: remove-steps
|
|
95
97
|
parameters:
|
|
96
98
|
steps:
|
|
@@ -109,6 +111,10 @@ Steps:
|
|
|
109
111
|
latest: true
|
|
110
112
|
status: 2
|
|
111
113
|
actions:
|
|
114
|
+
- type: enable-steps
|
|
115
|
+
parameters:
|
|
116
|
+
steps:
|
|
117
|
+
- POST-DERC-2-RESPONSE-COMPLETE
|
|
112
118
|
- type: remove-steps
|
|
113
119
|
parameters:
|
|
114
120
|
steps:
|
|
@@ -152,8 +158,6 @@ Steps:
|
|
|
152
158
|
parameters:
|
|
153
159
|
steps:
|
|
154
160
|
- POST-DERC-3-RESPONSE-RECEIVED
|
|
155
|
-
- POST-DERC-3-RESPONSE-STARTED
|
|
156
|
-
- POST-DERC-3-RESPONSE-COMPLETE
|
|
157
161
|
- type: remove-steps
|
|
158
162
|
parameters:
|
|
159
163
|
steps:
|
|
@@ -172,6 +176,10 @@ Steps:
|
|
|
172
176
|
latest: true
|
|
173
177
|
status: 1
|
|
174
178
|
actions:
|
|
179
|
+
- type: enable-steps
|
|
180
|
+
parameters:
|
|
181
|
+
steps:
|
|
182
|
+
- POST-DERC-3-RESPONSE-STARTED
|
|
175
183
|
- type: remove-steps
|
|
176
184
|
parameters:
|
|
177
185
|
steps:
|
|
@@ -190,6 +198,10 @@ Steps:
|
|
|
190
198
|
latest: true
|
|
191
199
|
status: 2
|
|
192
200
|
actions:
|
|
201
|
+
- type: enable-steps
|
|
202
|
+
parameters:
|
|
203
|
+
steps:
|
|
204
|
+
- POST-DERC-3-RESPONSE-COMPLETE
|
|
193
205
|
- type: remove-steps
|
|
194
206
|
parameters:
|
|
195
207
|
steps:
|
|
@@ -233,8 +245,6 @@ Steps:
|
|
|
233
245
|
parameters:
|
|
234
246
|
steps:
|
|
235
247
|
- POST-DERC-4-RESPONSE-RECEIVED
|
|
236
|
-
- POST-DERC-4-RESPONSE-STARTED
|
|
237
|
-
- POST-DERC-4-RESPONSE-COMPLETE
|
|
238
248
|
- type: remove-steps
|
|
239
249
|
parameters:
|
|
240
250
|
steps:
|
|
@@ -253,6 +263,10 @@ Steps:
|
|
|
253
263
|
latest: true
|
|
254
264
|
status: 1
|
|
255
265
|
actions:
|
|
266
|
+
- type: enable-steps
|
|
267
|
+
parameters:
|
|
268
|
+
steps:
|
|
269
|
+
- POST-DERC-4-RESPONSE-STARTED
|
|
256
270
|
- type: remove-steps
|
|
257
271
|
parameters:
|
|
258
272
|
steps:
|
|
@@ -271,6 +285,10 @@ Steps:
|
|
|
271
285
|
latest: true
|
|
272
286
|
status: 2
|
|
273
287
|
actions:
|
|
288
|
+
- type: enable-steps
|
|
289
|
+
parameters:
|
|
290
|
+
steps:
|
|
291
|
+
- POST-DERC-4-RESPONSE-COMPLETE
|
|
274
292
|
- type: remove-steps
|
|
275
293
|
parameters:
|
|
276
294
|
steps:
|
|
@@ -314,8 +332,6 @@ Steps:
|
|
|
314
332
|
parameters:
|
|
315
333
|
steps:
|
|
316
334
|
- POST-DERC-5-RESPONSE-RECEIVED
|
|
317
|
-
- POST-DERC-5-RESPONSE-STARTED
|
|
318
|
-
- POST-DERC-5-RESPONSE-COMPLETE
|
|
319
335
|
- type: remove-steps
|
|
320
336
|
parameters:
|
|
321
337
|
steps:
|
|
@@ -334,6 +350,10 @@ Steps:
|
|
|
334
350
|
latest: true
|
|
335
351
|
status: 1
|
|
336
352
|
actions:
|
|
353
|
+
- type: enable-steps
|
|
354
|
+
parameters:
|
|
355
|
+
steps:
|
|
356
|
+
- POST-DERC-5-RESPONSE-STARTED
|
|
337
357
|
- type: remove-steps
|
|
338
358
|
parameters:
|
|
339
359
|
steps:
|
|
@@ -352,6 +372,10 @@ Steps:
|
|
|
352
372
|
latest: true
|
|
353
373
|
status: 2
|
|
354
374
|
actions:
|
|
375
|
+
- type: enable-steps
|
|
376
|
+
parameters:
|
|
377
|
+
steps:
|
|
378
|
+
- POST-DERC-5-RESPONSE-COMPLETE
|
|
355
379
|
- type: remove-steps
|
|
356
380
|
parameters:
|
|
357
381
|
steps:
|