cactus-test-definitions 1.0.0__py3-none-any.whl → 1.2.0__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.
- cactus_test_definitions/__init__.py +1 -1
- cactus_test_definitions/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions/client/procedures/ALL-02.yaml +20 -15
- cactus_test_definitions/client/procedures/ALL-09.yaml +22 -14
- cactus_test_definitions/client/procedures/ALL-15.yaml +1 -1
- cactus_test_definitions/client/procedures/ALL-16.yaml +1 -1
- cactus_test_definitions/client/procedures/ALL-17.yaml +1 -1
- cactus_test_definitions/client/procedures/BES-01.yaml +8 -8
- {cactus_test_definitions-1.0.0.dist-info → cactus_test_definitions-1.2.0.dist-info}/METADATA +1 -1
- {cactus_test_definitions-1.0.0.dist-info → cactus_test_definitions-1.2.0.dist-info}/RECORD +13 -13
- {cactus_test_definitions-1.0.0.dist-info → cactus_test_definitions-1.2.0.dist-info}/WHEEL +0 -0
- {cactus_test_definitions-1.0.0.dist-info → cactus_test_definitions-1.2.0.dist-info}/licenses/LICENSE.txt +0 -0
- {cactus_test_definitions-1.0.0.dist-info → cactus_test_definitions-1.2.0.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -44,28 +44,33 @@ Steps:
|
|
|
44
44
|
- type: enable-steps
|
|
45
45
|
parameters:
|
|
46
46
|
steps:
|
|
47
|
-
-
|
|
47
|
+
- POST-EDEV
|
|
48
48
|
- GET-TM
|
|
49
49
|
- type: remove-steps
|
|
50
50
|
parameters:
|
|
51
51
|
steps:
|
|
52
52
|
- GET-DCAP
|
|
53
53
|
|
|
54
|
+
#
|
|
55
|
+
# NOTE - Pending review by the CIRG - this has been disabled as a client seeing an EndDeviceListLink with all=0
|
|
56
|
+
# can reasonably be expected to skip this step.
|
|
57
|
+
#
|
|
54
58
|
# (g, h, i)
|
|
55
|
-
GET-EDEV:
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
59
|
+
# GET-EDEV:
|
|
60
|
+
# event:
|
|
61
|
+
# type: GET-request-received
|
|
62
|
+
# parameters:
|
|
63
|
+
# endpoint: /edev
|
|
64
|
+
# actions:
|
|
65
|
+
# - type: enable-steps
|
|
66
|
+
# parameters:
|
|
67
|
+
# steps:
|
|
68
|
+
# - POST-EDEV
|
|
69
|
+
# - type: remove-steps
|
|
70
|
+
# parameters:
|
|
71
|
+
# steps:
|
|
72
|
+
# - GET-EDEV
|
|
73
|
+
|
|
69
74
|
# (m, n, o)
|
|
70
75
|
GET-TM:
|
|
71
76
|
event:
|
|
@@ -13,25 +13,33 @@ Criteria:
|
|
|
13
13
|
parameters: {}
|
|
14
14
|
- type: der-capability-contents
|
|
15
15
|
parameters:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
#
|
|
17
|
+
# NOTE - These checks have been loosened from TS:5573 (which requires EVERYTHING) until clarification on
|
|
18
|
+
# about what the MINIMUM subset of values is determined for each class of device
|
|
19
|
+
#
|
|
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
|
|
21
25
|
rtgMaxW: true # Maximum active power
|
|
22
|
-
rtgMinPFOverExcited: true # Minimum power factor displacement
|
|
23
|
-
rtgMinPFUnderExcited: true # Minimum power factor displacement
|
|
26
|
+
# rtgMinPFOverExcited: true # Minimum power factor displacement
|
|
27
|
+
# rtgMinPFUnderExcited: true # Minimum power factor displacement
|
|
24
28
|
doeModesSupported: true # CSIP-Aus DOE modes supported
|
|
25
29
|
- type: der-settings-contents
|
|
26
30
|
parameters:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
31
|
+
#
|
|
32
|
+
# NOTE - These checks have been loosened from TS:5573 (which requires EVERYTHING) until clarification on
|
|
33
|
+
# about what the MINIMUM subset of values is determined for each class of device
|
|
34
|
+
#
|
|
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
|
|
32
40
|
setMaxW: true # Maximum active power
|
|
33
|
-
setMinPFOverExcited: true # Minimum power factor displacement
|
|
34
|
-
setMinPFUnderExcited: true # Minimum power factor displacement
|
|
41
|
+
# setMinPFOverExcited: true # Minimum power factor displacement
|
|
42
|
+
# setMinPFUnderExcited: true # Minimum power factor displacement
|
|
35
43
|
doeModesEnabled: true # CSIP-Aus DOE modes enabled
|
|
36
44
|
- type: der-status-contents
|
|
37
45
|
parameters: {}
|
|
@@ -11,7 +11,7 @@ Criteria:
|
|
|
11
11
|
- type: all-steps-complete
|
|
12
12
|
parameters: {}
|
|
13
13
|
|
|
14
|
-
# Test includes ~
|
|
14
|
+
# Test includes ~ 6 minutes of waiting
|
|
15
15
|
# A minimum of 4 readings is required by the test procedure
|
|
16
16
|
- type: readings-der-stored-energy
|
|
17
17
|
parameters: { "minimum_count": 4 }
|
|
@@ -89,6 +89,12 @@ Steps:
|
|
|
89
89
|
parameters:
|
|
90
90
|
duration_seconds: 180 # Wait for at least 2 sets of readings to arrive (with post rate 60 seconds)
|
|
91
91
|
actions:
|
|
92
|
+
- type: create-der-control
|
|
93
|
+
parameters:
|
|
94
|
+
start: $(now)
|
|
95
|
+
duration_seconds: 600
|
|
96
|
+
opModStorageTargetW: 0
|
|
97
|
+
primacy: 0
|
|
92
98
|
- type: enable-steps
|
|
93
99
|
parameters:
|
|
94
100
|
steps:
|
|
@@ -105,12 +111,6 @@ Steps:
|
|
|
105
111
|
parameters:
|
|
106
112
|
endpoint: /edev/1/derp/1/derc
|
|
107
113
|
actions:
|
|
108
|
-
- type: create-der-control
|
|
109
|
-
parameters:
|
|
110
|
-
start: $(now)
|
|
111
|
-
duration_seconds: 600
|
|
112
|
-
opModStorageTargetW: 0
|
|
113
|
-
primacy: 0
|
|
114
114
|
- type: enable-steps
|
|
115
115
|
parameters:
|
|
116
116
|
steps:
|
|
@@ -126,7 +126,7 @@ Steps:
|
|
|
126
126
|
event:
|
|
127
127
|
type: wait
|
|
128
128
|
parameters:
|
|
129
|
-
duration_seconds: 180 # Wait for at least
|
|
129
|
+
duration_seconds: 180 # Wait for at least 2 sets of readings to arrive (with post rate 60 seconds)
|
|
130
130
|
actions:
|
|
131
131
|
- type: remove-steps
|
|
132
132
|
parameters:
|
{cactus_test_definitions-1.0.0.dist-info → cactus_test_definitions-1.2.0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cactus-test-definitions
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.0
|
|
4
4
|
Summary: CSIP-AUS Client Test Harness Test Definitions
|
|
5
5
|
Author-email: Mike Turner <mike.turner@anu.edu.au>, Josh Vote <joshua.vote@anu.edu.au>
|
|
6
6
|
Maintainer-email: Mike Turner <mike.turner@anu.edu.au>, Josh Vote <joshua.vote@anu.edu.au>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
cactus_test_definitions/__init__.py,sha256=
|
|
1
|
+
cactus_test_definitions/__init__.py,sha256=PUvdJH3ZVqVLdZL3Xyal76YRHmEg8b4HnVdTaQxChFw,987
|
|
2
2
|
cactus_test_definitions/csipaus.py,sha256=HhBM6scS-Hlz8hFoGct7D2cJOK8NCN6f3CDP72gv7Dk,2864
|
|
3
3
|
cactus_test_definitions/errors.py,sha256=_ZKl42SaEF5c2s9YySJUjGqVCBXSQYOLxpHQhSbNFug,458
|
|
4
4
|
cactus_test_definitions/parameters.py,sha256=y2pCrE6MADXA53ZVZeNWj0_yWHcKOZ2imzjh_pZDorQ,6509
|
|
5
5
|
cactus_test_definitions/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
6
|
cactus_test_definitions/schema.py,sha256=XYMlr2l_pfbyuwXLO88YryjObvxDVEV5IZ2hsThdy2k,736
|
|
7
7
|
cactus_test_definitions/variable_expressions.py,sha256=6oVRj-6lXVKt6zIpSmXpzD2A8ayOWZ2eEpO5_uR6OdE,16741
|
|
8
|
-
cactus_test_definitions/__pycache__/__init__.cpython-312.pyc,sha256=
|
|
8
|
+
cactus_test_definitions/__pycache__/__init__.cpython-312.pyc,sha256=BVwVqT2NNBi0-KTRERaYeQi7kpXsejhJeXoTv0kGJFE,941
|
|
9
9
|
cactus_test_definitions/__pycache__/actions.cpython-312.pyc,sha256=XwgSPYeaM1IHOO4g4l2uReYW7WYXmzknaRbwK1ttlh4,5469
|
|
10
10
|
cactus_test_definitions/__pycache__/checks.cpython-312.pyc,sha256=Ql6kMtCPF30vUiwyVIfgvXvflApGgPLhuquTG5TTyos,7434
|
|
11
11
|
cactus_test_definitions/__pycache__/csipaus.cpython-312.pyc,sha256=IdjCebmbzP_BbcuDegjZLU4iNQdX-ZKOLADqdHJdkMw,3177
|
|
@@ -28,7 +28,7 @@ cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc,sha256=0mJ5tPa
|
|
|
28
28
|
cactus_test_definitions/client/__pycache__/events.cpython-312.pyc,sha256=foHaDQq7KpzAZ-j9nSQKdCcYy0IZx0g5ZSCkFYFTEFg,3650
|
|
29
29
|
cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc,sha256=dhs4Rti_k3tjssN-3vglLoQ2qM2NHuZ0go2bWdlgoSo,13208
|
|
30
30
|
cactus_test_definitions/client/procedures/ALL-01.yaml,sha256=2RdNwqHMo-otjMEOoIwWgjOaTfj7_dRWfV2HGKMGQ-s,2246
|
|
31
|
-
cactus_test_definitions/client/procedures/ALL-02.yaml,sha256=
|
|
31
|
+
cactus_test_definitions/client/procedures/ALL-02.yaml,sha256=oc4P8zd-J6pvVqaJqSSfaBYKP1mSu_9iCGYYhw2W9K4,2555
|
|
32
32
|
cactus_test_definitions/client/procedures/ALL-03-REJ.yaml,sha256=TZcKMZqJmRwnsrBA9mhcngmVVJ9PCSVfmbAF4_2EOxQ,1924
|
|
33
33
|
cactus_test_definitions/client/procedures/ALL-03.yaml,sha256=Qer-pPxkhbtTnlpbcgyBC59RB9IR_lHQ2U7idbWtFL8,2215
|
|
34
34
|
cactus_test_definitions/client/procedures/ALL-04.yaml,sha256=pnfXRcu2H1q4xXZymXQFGf9qf4Q1ZMpoj2K6hP2U45c,1852
|
|
@@ -36,15 +36,15 @@ cactus_test_definitions/client/procedures/ALL-05.yaml,sha256=pSAMbxax1UmAw3lG9jS
|
|
|
36
36
|
cactus_test_definitions/client/procedures/ALL-06.yaml,sha256=-RAihWv3V1lRAl6f9ugVGgLfef5mR3kQNpxuzXjK-CI,3251
|
|
37
37
|
cactus_test_definitions/client/procedures/ALL-07.yaml,sha256=vXxOevhlvhcStPIbYpXf28WEYOkWhHfkNPWbXHK2MZw,1860
|
|
38
38
|
cactus_test_definitions/client/procedures/ALL-08.yaml,sha256=Zv-XzXo0i6neHQemDUBLJY0ullYjID7Oa-oJOQd1Y4A,2059
|
|
39
|
-
cactus_test_definitions/client/procedures/ALL-09.yaml,sha256=
|
|
39
|
+
cactus_test_definitions/client/procedures/ALL-09.yaml,sha256=Lctd1xBlnA7c3GzA0069VtE5gB2X1fw8VeBkFXf5hxU,3538
|
|
40
40
|
cactus_test_definitions/client/procedures/ALL-10.yaml,sha256=slSJz4w7lBDSjPk1ke0Q_Cxmj3rj19SzdOdF1AKat6M,2955
|
|
41
41
|
cactus_test_definitions/client/procedures/ALL-11.yaml,sha256=sXmP3CTHuIFFpuRDVPMgZBM39u4s9n4A37ZA1QeGumA,2687
|
|
42
42
|
cactus_test_definitions/client/procedures/ALL-12.yaml,sha256=MGNYtGFVyeXOGDm9sz-sIYWw1ydH6ocV2x3rh3znNpU,2608
|
|
43
43
|
cactus_test_definitions/client/procedures/ALL-13.yaml,sha256=5B6B-ha0KmNRB-YCBSbS9x08rmWgsozCJYkAcWN3zh8,2747
|
|
44
44
|
cactus_test_definitions/client/procedures/ALL-14.yaml,sha256=4JMnmleJ77dtIdhNUeHjihaq6UUMsk4o42lcv8xe3Us,4948
|
|
45
|
-
cactus_test_definitions/client/procedures/ALL-15.yaml,sha256=
|
|
46
|
-
cactus_test_definitions/client/procedures/ALL-16.yaml,sha256=
|
|
47
|
-
cactus_test_definitions/client/procedures/ALL-17.yaml,sha256=
|
|
45
|
+
cactus_test_definitions/client/procedures/ALL-15.yaml,sha256=aGn3SkLtLcaYUHMdzfLOfvpLQuVHBvX4M3Ymb9rb90Q,2962
|
|
46
|
+
cactus_test_definitions/client/procedures/ALL-16.yaml,sha256=JGzJz2f3ZTw71ipRAso7cguybtPJ3rrENGcKZb5XDv4,2789
|
|
47
|
+
cactus_test_definitions/client/procedures/ALL-17.yaml,sha256=6TK9Nf1o6DRgrW1l3iI8WmstZOS8pb7JIrHUV8vznt8,1673
|
|
48
48
|
cactus_test_definitions/client/procedures/ALL-18.yaml,sha256=6ChaL1VcK0ET8NwC02vkNRtjLHvj__NvpRknsBtgVlg,6855
|
|
49
49
|
cactus_test_definitions/client/procedures/ALL-19.yaml,sha256=V9bFWAfkWKdqLpCSnapWTuEvLWAGK2gEOpjVKFpOBZg,1493
|
|
50
50
|
cactus_test_definitions/client/procedures/ALL-20.yaml,sha256=SHJyX6_HvplWhQKgwKMvNFFH8Ox53JEiupWWkLkhOVM,2873
|
|
@@ -58,7 +58,7 @@ cactus_test_definitions/client/procedures/ALL-27.yaml,sha256=HIzw1VjCDrgdeLGUPpb
|
|
|
58
58
|
cactus_test_definitions/client/procedures/ALL-28.yaml,sha256=i1yHOn27FChrrktVzNDZzPfNL9kDN31n-fDAQv_gnLU,6644
|
|
59
59
|
cactus_test_definitions/client/procedures/ALL-29.yaml,sha256=bHOKU-rhwgqYsFZs2SOlj8iArbv0-OV_M691KTSCE_A,2373
|
|
60
60
|
cactus_test_definitions/client/procedures/ALL-30.yaml,sha256=E0y-QMnro2A0cLEZQP3_zrgMSWgrEz4-EHxB_fxS72k,4704
|
|
61
|
-
cactus_test_definitions/client/procedures/BES-01.yaml,sha256=
|
|
61
|
+
cactus_test_definitions/client/procedures/BES-01.yaml,sha256=Cyee2mlhsB5bXzlQPGRDTBMsifQvcPc216ePHrMPPj4,3185
|
|
62
62
|
cactus_test_definitions/client/procedures/BES-02.yaml,sha256=a1VQ1e4r4fO6LqlV6-ivIdg0S_0vgSTcSs8lB3RRZkk,3154
|
|
63
63
|
cactus_test_definitions/client/procedures/BES-03.yaml,sha256=Sem23i5kkegx7UFAd8Qy4p6qXcLTQdiVRGhbMkWEtIc,3315
|
|
64
64
|
cactus_test_definitions/client/procedures/BES-04.yaml,sha256=Xp9tCaXvskhtIuUvsuBZoGoCWHTrCEC6McqCEbqQoMo,5854
|
|
@@ -115,7 +115,7 @@ cactus_test_definitions/server/procedures/S-OPT-02.yaml,sha256=jMoMRo_vgfaB9yoY9
|
|
|
115
115
|
cactus_test_definitions/server/procedures/S-OPT-03.yaml,sha256=tOzDTOE9D-CWT61RuWRTDGcpt7W57NcH9_eZvQyLhFs,980
|
|
116
116
|
cactus_test_definitions/server/procedures/S-OPT-04.yaml,sha256=o33HNLTzxQm__KbFW1x2ce04uW-xx6Li0aijJI_XbYQ,667
|
|
117
117
|
cactus_test_definitions/server/procedures/test-procedures.yaml,sha256=3GqHgROh3YvenXB3RH9lg05809IqAtp_uohT_hUdyIE,395
|
|
118
|
-
cactus_test_definitions-1.
|
|
118
|
+
cactus_test_definitions-1.2.0.dist-info/licenses/LICENSE.txt,sha256=xCq-ofiZHRqQJHkhY1M-eXahPozfXmo9qvez6BiCOdk,1074
|
|
119
119
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
120
120
|
tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
121
121
|
tests/unit/test_csipaus.py,sha256=edFnWDlHgMuW7CK9l8z-FHA1GcIACVJ1RPERiFuWfcY,1959
|
|
@@ -129,7 +129,7 @@ tests/unit/client/test_events.py,sha256=bXDW0Ykx9hqh8MLv1b_9a942LahlhE3L2pu7NyGs
|
|
|
129
129
|
tests/unit/client/test_test_procedures.py,sha256=GKOQo007C4o4DbsCL4aJfpPqz108ueQ-zJUpwHu56Uw,6950
|
|
130
130
|
tests/unit/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
131
131
|
tests/unit/server/test_test_procedures.py,sha256=5yC3Npq6PrDqj4A3URcFd5-0cXmLooxWt51OXJ4Kd0U,3976
|
|
132
|
-
cactus_test_definitions-1.
|
|
133
|
-
cactus_test_definitions-1.
|
|
134
|
-
cactus_test_definitions-1.
|
|
135
|
-
cactus_test_definitions-1.
|
|
132
|
+
cactus_test_definitions-1.2.0.dist-info/METADATA,sha256=9JXbXfXYhxZnrgqJicrBOjRQht7ZB2QxoqPz1hd5UO4,21248
|
|
133
|
+
cactus_test_definitions-1.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
134
|
+
cactus_test_definitions-1.2.0.dist-info/top_level.txt,sha256=4tQTXLPjTzH6OYZqOj40IX8XgosTUTUEJTESjtj0KfI,30
|
|
135
|
+
cactus_test_definitions-1.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{cactus_test_definitions-1.0.0.dist-info → cactus_test_definitions-1.2.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|