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
|
@@ -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:
|
|
@@ -252,7 +262,11 @@ Steps:
|
|
|
252
262
|
parameters:
|
|
253
263
|
latest: true
|
|
254
264
|
status: 1
|
|
255
|
-
actions:
|
|
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:
|
|
@@ -134,6 +134,7 @@ Steps:
|
|
|
134
134
|
opModImpLimW: $(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
|
opModImpLimW: 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
|
opModImpLimW: $(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:
|
|
@@ -349,6 +361,7 @@ Steps:
|
|
|
349
361
|
opModConnect: false
|
|
350
362
|
fsa_id: 1
|
|
351
363
|
primacy: 1
|
|
364
|
+
tag: DERC4
|
|
352
365
|
- type: enable-steps
|
|
353
366
|
parameters:
|
|
354
367
|
steps:
|
|
@@ -371,8 +384,9 @@ Steps:
|
|
|
371
384
|
start: $(now)
|
|
372
385
|
duration_seconds: 1200 # 20 minutes
|
|
373
386
|
opModImpLimW: $(setMaxW * 2)
|
|
374
|
-
fsa_id:
|
|
375
|
-
primacy:
|
|
387
|
+
fsa_id: 2
|
|
388
|
+
primacy: 2
|
|
389
|
+
tag: DERC5
|
|
376
390
|
- type: enable-steps
|
|
377
391
|
parameters:
|
|
378
392
|
steps:
|
|
@@ -382,7 +396,7 @@ Steps:
|
|
|
382
396
|
steps:
|
|
383
397
|
- GET-DERC-5
|
|
384
398
|
|
|
385
|
-
# (o) Receive response started for DERControl
|
|
399
|
+
# (o) Receive response started for DERControl 4
|
|
386
400
|
POST-DERC-4-RESPONSE-STARTED:
|
|
387
401
|
event:
|
|
388
402
|
type: POST-request-received
|
|
@@ -394,6 +408,7 @@ Steps:
|
|
|
394
408
|
parameters:
|
|
395
409
|
latest: true
|
|
396
410
|
status: 2
|
|
411
|
+
subject_tag: DERC4
|
|
397
412
|
actions:
|
|
398
413
|
- type: enable-steps
|
|
399
414
|
parameters:
|
|
@@ -404,7 +419,7 @@ Steps:
|
|
|
404
419
|
steps:
|
|
405
420
|
- POST-DERC-4-RESPONSE-STARTED
|
|
406
421
|
|
|
407
|
-
# (o) Receive response started for DERControl
|
|
422
|
+
# (o) Receive response started for DERControl 5
|
|
408
423
|
POST-DERC-5-RESPONSE-STARTED:
|
|
409
424
|
event:
|
|
410
425
|
type: POST-request-received
|
|
@@ -416,6 +431,7 @@ Steps:
|
|
|
416
431
|
parameters:
|
|
417
432
|
latest: true
|
|
418
433
|
status: 2
|
|
434
|
+
subject_tag: DERC5
|
|
419
435
|
actions:
|
|
420
436
|
- type: remove-steps
|
|
421
437
|
parameters:
|
|
@@ -435,6 +451,7 @@ Steps:
|
|
|
435
451
|
parameters:
|
|
436
452
|
latest: true
|
|
437
453
|
status: 3
|
|
454
|
+
subject_tag: DERC4
|
|
438
455
|
actions:
|
|
439
456
|
- type: enable-steps
|
|
440
457
|
parameters:
|
|
@@ -459,6 +476,7 @@ Steps:
|
|
|
459
476
|
opModImpLimW: $(setMaxW * 0.5)
|
|
460
477
|
fsa_id: 2
|
|
461
478
|
primacy: 2
|
|
479
|
+
tag: DERC6
|
|
462
480
|
- type: enable-steps
|
|
463
481
|
parameters:
|
|
464
482
|
steps:
|
|
@@ -481,6 +499,7 @@ Steps:
|
|
|
481
499
|
parameters:
|
|
482
500
|
latest: true
|
|
483
501
|
status: 2
|
|
502
|
+
subject_tag: DERC6
|
|
484
503
|
actions:
|
|
485
504
|
- type: enable-steps
|
|
486
505
|
parameters:
|
|
@@ -492,7 +511,7 @@ Steps:
|
|
|
492
511
|
steps:
|
|
493
512
|
- POST-DERC-6-RESPONSE-STARTED
|
|
494
513
|
|
|
495
|
-
# (u) Receive
|
|
514
|
+
# (u) Receive superseded Response for DERControl 5
|
|
496
515
|
POST-DERC-5-RESPONSE-SUPERSEDED:
|
|
497
516
|
event:
|
|
498
517
|
type: POST-request-received
|
|
@@ -504,6 +523,7 @@ Steps:
|
|
|
504
523
|
parameters:
|
|
505
524
|
latest: true
|
|
506
525
|
status: 7
|
|
526
|
+
subject_tag: DERC5
|
|
507
527
|
actions:
|
|
508
528
|
- type: remove-steps
|
|
509
529
|
parameters:
|
|
@@ -524,6 +544,7 @@ Steps:
|
|
|
524
544
|
opModImpLimW: 0
|
|
525
545
|
fsa_id: 1
|
|
526
546
|
primacy: 1
|
|
547
|
+
tag: DERC7
|
|
527
548
|
- type: enable-steps
|
|
528
549
|
parameters:
|
|
529
550
|
steps:
|
|
@@ -548,6 +569,7 @@ Steps:
|
|
|
548
569
|
opModLoadLimW: $(setMaxW * 0.3)
|
|
549
570
|
fsa_id: 2
|
|
550
571
|
primacy: 2
|
|
572
|
+
tag: DERC8
|
|
551
573
|
- type: enable-steps
|
|
552
574
|
parameters:
|
|
553
575
|
steps:
|
|
@@ -569,12 +591,12 @@ Steps:
|
|
|
569
591
|
parameters:
|
|
570
592
|
latest: true
|
|
571
593
|
status: 2
|
|
594
|
+
subject_tag: DERC7
|
|
572
595
|
actions:
|
|
573
596
|
- type: enable-steps
|
|
574
597
|
parameters:
|
|
575
598
|
steps:
|
|
576
|
-
-
|
|
577
|
-
- GET-DERC-10
|
|
599
|
+
- POST-DERC-7-RESPONSE-COMPLETED
|
|
578
600
|
- type: remove-steps
|
|
579
601
|
parameters:
|
|
580
602
|
steps:
|
|
@@ -592,12 +614,38 @@ Steps:
|
|
|
592
614
|
parameters:
|
|
593
615
|
latest: true
|
|
594
616
|
status: 2
|
|
617
|
+
subject_tag: DERC8
|
|
595
618
|
actions:
|
|
596
619
|
- type: remove-steps
|
|
597
620
|
parameters:
|
|
598
621
|
steps:
|
|
599
622
|
- POST-DERC-8-RESPONSE-STARTED
|
|
600
623
|
|
|
624
|
+
# (x) This isn't strictly in the TS5573 definition but the intention is for this control to finish BEFORE
|
|
625
|
+
# enabling the subsequent DERControls
|
|
626
|
+
POST-DERC-7-RESPONSE-COMPLETED:
|
|
627
|
+
event:
|
|
628
|
+
type: POST-request-received
|
|
629
|
+
parameters:
|
|
630
|
+
endpoint: /edev/1/rsps/site_control/rsp
|
|
631
|
+
serve_request_first: true
|
|
632
|
+
checks:
|
|
633
|
+
- type: response-contents
|
|
634
|
+
parameters:
|
|
635
|
+
latest: true
|
|
636
|
+
status: 3
|
|
637
|
+
subject_tag: DERC7
|
|
638
|
+
actions:
|
|
639
|
+
- type: enable-steps
|
|
640
|
+
parameters:
|
|
641
|
+
steps:
|
|
642
|
+
- GET-DERC-9
|
|
643
|
+
- GET-DERC-10
|
|
644
|
+
- type: remove-steps
|
|
645
|
+
parameters:
|
|
646
|
+
steps:
|
|
647
|
+
- POST-DERC-7-RESPONSE-COMPLETED
|
|
648
|
+
|
|
601
649
|
# (y) (i) Configure DERControl on DERP1
|
|
602
650
|
GET-DERC-9:
|
|
603
651
|
event:
|
|
@@ -612,6 +660,7 @@ Steps:
|
|
|
612
660
|
opModLoadLimW: $(setMaxW * 0.5)
|
|
613
661
|
fsa_id: 1
|
|
614
662
|
primacy: 1
|
|
663
|
+
tag: DERC9
|
|
615
664
|
- type: enable-steps
|
|
616
665
|
parameters:
|
|
617
666
|
steps:
|
|
@@ -635,6 +684,7 @@ Steps:
|
|
|
635
684
|
opModImpLimW: $(setMaxW * 0.2)
|
|
636
685
|
fsa_id: 2
|
|
637
686
|
primacy: 2
|
|
687
|
+
tag: DERC10
|
|
638
688
|
- type: enable-steps
|
|
639
689
|
parameters:
|
|
640
690
|
steps:
|
|
@@ -656,6 +706,7 @@ Steps:
|
|
|
656
706
|
parameters:
|
|
657
707
|
latest: true
|
|
658
708
|
status: 2
|
|
709
|
+
subject_tag: DERC9
|
|
659
710
|
actions:
|
|
660
711
|
- type: enable-steps
|
|
661
712
|
parameters:
|
|
@@ -679,6 +730,7 @@ Steps:
|
|
|
679
730
|
parameters:
|
|
680
731
|
latest: true
|
|
681
732
|
status: 2
|
|
733
|
+
subject_tag: DERC10
|
|
682
734
|
actions:
|
|
683
735
|
- type: remove-steps
|
|
684
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:
|
|
@@ -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:
|
|
@@ -45,6 +45,8 @@ class CSIPAusResource(StrEnum):
|
|
|
45
45
|
SubscriptionList = "SubscriptionList"
|
|
46
46
|
Subscription = "Subscription"
|
|
47
47
|
|
|
48
|
+
Notification = "Notification" # A Notification isn't normally discoverable - it's received via pub/sub webhook
|
|
49
|
+
|
|
48
50
|
|
|
49
51
|
class CSIPAusReadingLocation(StrEnum):
|
|
50
52
|
Site = "Site" # The reading is measured at the site's connection point
|