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
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Description: Multiple DER Programs
|
|
2
|
+
Category: Control
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: client
|
|
12
|
+
|
|
13
|
+
Steps:
|
|
14
|
+
- id: (A) PRECONDITION
|
|
15
|
+
repeat_until_pass: true
|
|
16
|
+
client: client
|
|
17
|
+
instructions:
|
|
18
|
+
- Configure two FunctionSetAssignments - FSA1 and FSA2
|
|
19
|
+
- Each FunctionSetAssignment contains one DERProgram configured under it (DERP1 and DERP2 respectively). DERP1 has a primacy of 1 and DERP2 has a primacy of 2.
|
|
20
|
+
- Give DERP1 a default DER control with opModExpLimW set to 30% of the DER's rated active power.
|
|
21
|
+
- Give DERP2 an active control with opModExpLimW = 200% of the DER's rated active power.
|
|
22
|
+
action:
|
|
23
|
+
type: discovery
|
|
24
|
+
parameters:
|
|
25
|
+
resources:
|
|
26
|
+
- EndDevice
|
|
27
|
+
- DefaultDERControl
|
|
28
|
+
- FunctionSetAssignments
|
|
29
|
+
checks:
|
|
30
|
+
- type: function-set-assignment
|
|
31
|
+
parameters:
|
|
32
|
+
minimum_count: 2
|
|
33
|
+
maximum_count: 2
|
|
34
|
+
matches_client_edev: True
|
|
35
|
+
- type: der-program # DERP 1
|
|
36
|
+
parameters:
|
|
37
|
+
minimum_count: 1
|
|
38
|
+
maximum_count: 1
|
|
39
|
+
primacy: 1
|
|
40
|
+
fsa_index: 1
|
|
41
|
+
- type: der-program # DERP 2
|
|
42
|
+
parameters:
|
|
43
|
+
minimum_count: 1
|
|
44
|
+
maximum_count: 1
|
|
45
|
+
primacy: 2
|
|
46
|
+
fsa_index: 2
|
|
47
|
+
- type: default-der-control
|
|
48
|
+
parameters:
|
|
49
|
+
minimum_count: 1
|
|
50
|
+
derp_primacy: 1
|
|
51
|
+
opModExpLimW: $(setMaxW * 0.3)
|
|
52
|
+
- type: der-control
|
|
53
|
+
parameters:
|
|
54
|
+
minimum_count: 1
|
|
55
|
+
derp_primacy: 2
|
|
56
|
+
opModExpLimW: $(setMaxW * 2)
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Description: End Device Duplication
|
|
2
|
+
Category: Edge Cases
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: client
|
|
12
|
+
|
|
13
|
+
Steps:
|
|
14
|
+
- id: PRECONDITION
|
|
15
|
+
repeat_until_pass: true
|
|
16
|
+
instructions:
|
|
17
|
+
- Create an EndDevice registration for client.
|
|
18
|
+
action:
|
|
19
|
+
type: discovery
|
|
20
|
+
parameters:
|
|
21
|
+
resources:
|
|
22
|
+
- EndDevice
|
|
23
|
+
- DeviceCapability
|
|
24
|
+
- MirrorUsagePointList
|
|
25
|
+
- DER
|
|
26
|
+
checks:
|
|
27
|
+
- type: end-device # This will be the check that will block UNTIL there is an existing EndDevice registration
|
|
28
|
+
parameters:
|
|
29
|
+
matches_client: true
|
|
30
|
+
|
|
31
|
+
- id: Step 1 - Register device with same LFDI.
|
|
32
|
+
action:
|
|
33
|
+
type: insert-end-device
|
|
34
|
+
parameters:
|
|
35
|
+
expect_rejection: True # By default the lfdi will be the same as the existing end device.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
Description: LFDI Doesn't Match Certificate
|
|
2
|
+
Category: Edge Cases
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: CLIENT-A
|
|
12
|
+
- id: CLIENT-B
|
|
13
|
+
|
|
14
|
+
Steps:
|
|
15
|
+
- id: PRECONDITION - register end device on clientA.
|
|
16
|
+
client: CLIENT-A
|
|
17
|
+
repeat_until_pass: true
|
|
18
|
+
instructions:
|
|
19
|
+
- Create an EndDevice registration for clientA.
|
|
20
|
+
action:
|
|
21
|
+
type: discovery
|
|
22
|
+
parameters:
|
|
23
|
+
resources:
|
|
24
|
+
- EndDevice
|
|
25
|
+
checks:
|
|
26
|
+
- type: end-device # This will be the check that will block UNTIL there is an existing EndDevice registration
|
|
27
|
+
parameters:
|
|
28
|
+
matches_client: true
|
|
29
|
+
|
|
30
|
+
- id: Step 1 - Attempt to upsert end device with that the client doesnt own - expect rejection
|
|
31
|
+
client: CLIENT-B
|
|
32
|
+
action:
|
|
33
|
+
type: insert-end-device
|
|
34
|
+
parameters:
|
|
35
|
+
expect_rejection: True
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
Description: Update Connection Point
|
|
2
|
+
Category: Edge Cases
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: client
|
|
12
|
+
|
|
13
|
+
Steps:
|
|
14
|
+
- id: PRECONDITION
|
|
15
|
+
repeat_until_pass: true
|
|
16
|
+
instructions:
|
|
17
|
+
- Create an EndDevice registration.
|
|
18
|
+
action:
|
|
19
|
+
type: discovery
|
|
20
|
+
parameters:
|
|
21
|
+
resources:
|
|
22
|
+
- EndDevice
|
|
23
|
+
- DeviceCapability
|
|
24
|
+
- MirrorUsagePointList
|
|
25
|
+
- DER
|
|
26
|
+
checks:
|
|
27
|
+
- type: end-device # This will be the check that will block UNTIL there is an existing EndDevice registration
|
|
28
|
+
parameters:
|
|
29
|
+
matches_client: true
|
|
30
|
+
|
|
31
|
+
- id: SEND CONNECTION POINT ID
|
|
32
|
+
action:
|
|
33
|
+
type: upsert-connection-point
|
|
34
|
+
parameters:
|
|
35
|
+
connectionPointId: "1234567890" # A valid NMI (in the testing range)
|
|
36
|
+
|
|
37
|
+
- id: UPSERT CONNECTION POINT ID
|
|
38
|
+
action:
|
|
39
|
+
type: upsert-connection-point
|
|
40
|
+
parameters:
|
|
41
|
+
connectionPointId: "2345667890" # Upsert automatically checks server response
|
|
42
|
+
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
Description: Reject Incomplete DER Settings
|
|
2
|
+
Category: Edge Cases
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: client
|
|
12
|
+
|
|
13
|
+
Steps:
|
|
14
|
+
- id: PRECONDITION
|
|
15
|
+
repeat_until_pass: true
|
|
16
|
+
instructions:
|
|
17
|
+
- Create an EndDevice registration.
|
|
18
|
+
action:
|
|
19
|
+
type: discovery
|
|
20
|
+
parameters:
|
|
21
|
+
resources:
|
|
22
|
+
- EndDevice
|
|
23
|
+
- DeviceCapability
|
|
24
|
+
- DER
|
|
25
|
+
checks:
|
|
26
|
+
- type: end-device # This will be the check that will block UNTIL there is an existing EndDevice registration
|
|
27
|
+
parameters:
|
|
28
|
+
matches_client: true
|
|
29
|
+
|
|
30
|
+
- id: 1 - SEND MALFORMED DERSettings
|
|
31
|
+
action:
|
|
32
|
+
type: send-malformed-der-settings
|
|
33
|
+
parameters:
|
|
34
|
+
updatedTime_missing: True
|
|
35
|
+
|
|
36
|
+
- id: 2 - Upsert modes enabled
|
|
37
|
+
# NOTE: Cannot test for 400 error when sending int vs hexBinary - the server cannot distinguish them.
|
|
38
|
+
# Instead, this test verifies the server correctly handles valid hexBinary values.
|
|
39
|
+
action:
|
|
40
|
+
type: upsert-der-settings
|
|
41
|
+
parameters:
|
|
42
|
+
setMaxW: 10000
|
|
43
|
+
setGradW: 1000
|
|
44
|
+
modesEnabled: 12 # Double digit, will be checked by the upsert and refetch
|
|
45
|
+
doeModesEnabled: 3
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
Description: Reject String LFDIs
|
|
2
|
+
Category: Edge Cases
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: client
|
|
12
|
+
|
|
13
|
+
Steps:
|
|
14
|
+
- id: PRECONDITION
|
|
15
|
+
repeat_until_pass: true
|
|
16
|
+
instructions:
|
|
17
|
+
- Ensure no end devices are registered.
|
|
18
|
+
action:
|
|
19
|
+
type: discovery
|
|
20
|
+
parameters:
|
|
21
|
+
resources:
|
|
22
|
+
- DeviceCapability
|
|
23
|
+
- Time
|
|
24
|
+
- MirrorUsagePointList
|
|
25
|
+
- EndDevice
|
|
26
|
+
checks:
|
|
27
|
+
- type: end-device # Block UNTIL there is no existing EndDevice registration
|
|
28
|
+
parameters:
|
|
29
|
+
matches_client: false
|
|
30
|
+
|
|
31
|
+
- id: 1 - Register EndDevice - Expect rejection from malformed LFDI
|
|
32
|
+
action:
|
|
33
|
+
type: insert-end-device
|
|
34
|
+
parameters:
|
|
35
|
+
force_lfdi: ZZZZZZZZZZZZZZZZ
|
|
36
|
+
expect_rejection: True
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
Description: Invalid Control Responses
|
|
2
|
+
Category: Control
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: client
|
|
12
|
+
|
|
13
|
+
Steps:
|
|
14
|
+
- id: PRECONDITION
|
|
15
|
+
repeat_until_pass: true
|
|
16
|
+
instructions:
|
|
17
|
+
- The utility server is configured with active control with opModExpLimW / opModImpLimW = 200% of the DER's rated active power, responseRequired = 03, and replyTo set to the response endpoint on the test utility server.
|
|
18
|
+
action:
|
|
19
|
+
type: discovery
|
|
20
|
+
parameters:
|
|
21
|
+
resources:
|
|
22
|
+
- EndDevice
|
|
23
|
+
- DERControl
|
|
24
|
+
checks:
|
|
25
|
+
- type: end-device
|
|
26
|
+
parameters:
|
|
27
|
+
matches_client: true
|
|
28
|
+
- type: der-control
|
|
29
|
+
parameters:
|
|
30
|
+
minimum_count: 1
|
|
31
|
+
maximum_count: 1
|
|
32
|
+
opModExpLimW: $(setMaxW * 2)
|
|
33
|
+
opModImpLimW: $(setMaxW * 2)
|
|
34
|
+
responseRequired: 3
|
|
35
|
+
event_status: 1 # Active
|
|
36
|
+
# replyTo should also be set but this check is implicit in later communications
|
|
37
|
+
|
|
38
|
+
- id: (1) Malformed response - mrid doesnt exist # Expects 4XX response
|
|
39
|
+
action:
|
|
40
|
+
type: send-malformed-response
|
|
41
|
+
parameters:
|
|
42
|
+
mrid_unknown: True
|
|
43
|
+
endDeviceLFDI_unknown: False
|
|
44
|
+
response_invalid: False
|
|
45
|
+
|
|
46
|
+
- id: (2) Malformed response - lfdi doesnt exist # Expects 4XX response
|
|
47
|
+
action:
|
|
48
|
+
type: send-malformed-response
|
|
49
|
+
parameters:
|
|
50
|
+
mrid_unknown: False
|
|
51
|
+
endDeviceLFDI_unknown: True
|
|
52
|
+
response_invalid: False
|
|
53
|
+
|
|
54
|
+
- id: (3) Malformed response - lfdi doesnt exist # Expects 4XX response
|
|
55
|
+
action:
|
|
56
|
+
type: send-malformed-response
|
|
57
|
+
parameters:
|
|
58
|
+
mrid_unknown: False
|
|
59
|
+
endDeviceLFDI_unknown: False
|
|
60
|
+
response_invalid: True
|
|
61
|
+
|
|
62
|
+
|
|
@@ -27,18 +27,21 @@ Steps:
|
|
|
27
27
|
checks:
|
|
28
28
|
- type: end-device # This will be the check that will block UNTIL there is an existing EndDevice registration
|
|
29
29
|
parameters:
|
|
30
|
-
matches_client: true
|
|
30
|
+
matches_client: true
|
|
31
|
+
- type: discovered
|
|
32
|
+
parameters:
|
|
33
|
+
resources:
|
|
34
|
+
- EndDevice
|
|
35
|
+
links:
|
|
36
|
+
- ConnectionPoint
|
|
37
|
+
|
|
31
38
|
|
|
32
39
|
- id: SEND CONNECTION POINT ID
|
|
33
40
|
action:
|
|
34
41
|
type: upsert-connection-point
|
|
35
42
|
parameters:
|
|
36
43
|
connectionPointId: "1234567890" # A valid NMI (in the testing range)
|
|
37
|
-
|
|
38
|
-
- type: discovered
|
|
39
|
-
parameters:
|
|
40
|
-
links:
|
|
41
|
-
- ConnectionPoint
|
|
44
|
+
|
|
42
45
|
|
|
43
46
|
|
|
44
47
|
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
Description: S-OPT-05 Update Telemetry Post Rates
|
|
2
|
+
Category: Monitoring
|
|
3
|
+
Classes:
|
|
4
|
+
- A
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
|
|
9
|
+
Preconditions:
|
|
10
|
+
required_clients:
|
|
11
|
+
- id: client
|
|
12
|
+
|
|
13
|
+
Steps:
|
|
14
|
+
- id: PRECONDITION
|
|
15
|
+
repeat_until_pass: true
|
|
16
|
+
instructions:
|
|
17
|
+
- The utility server shall be configured to change all default MirrorUsagePoint post-rates for the test client from 60s to 300s.
|
|
18
|
+
action:
|
|
19
|
+
type: discovery
|
|
20
|
+
parameters:
|
|
21
|
+
resources:
|
|
22
|
+
- EndDevice
|
|
23
|
+
- DER
|
|
24
|
+
- MirrorUsagePoint
|
|
25
|
+
checks:
|
|
26
|
+
- type: end-device
|
|
27
|
+
parameters:
|
|
28
|
+
matches_client: true
|
|
29
|
+
- type: discovered
|
|
30
|
+
- type: mirror-usage-point
|
|
31
|
+
parameters:
|
|
32
|
+
matches: True
|
|
33
|
+
post_rate_seconds: 300
|
|
@@ -21,10 +21,44 @@ class TestProcedureId(StrEnum):
|
|
|
21
21
|
S_ALL_03 = "S-ALL-03"
|
|
22
22
|
S_ALL_04 = "S-ALL-04"
|
|
23
23
|
S_ALL_05 = "S-ALL-05"
|
|
24
|
+
S_ALL_06 = "S-ALL-06"
|
|
25
|
+
S_ALL_07 = "S-ALL-07"
|
|
26
|
+
S_ALL_08 = "S-ALL-08"
|
|
27
|
+
S_ALL_09 = "S-ALL-09"
|
|
28
|
+
S_ALL_10 = "S-ALL-10"
|
|
29
|
+
S_ALL_11 = "S-ALL-11"
|
|
30
|
+
S_ALL_12 = "S-ALL-12"
|
|
31
|
+
S_ALL_13 = "S-ALL-13"
|
|
32
|
+
S_ALL_14 = "S-ALL-14"
|
|
33
|
+
S_ALL_15 = "S-ALL-15"
|
|
34
|
+
S_ALL_16 = "S-ALL-16"
|
|
35
|
+
S_ALL_17 = "S-ALL-17"
|
|
36
|
+
S_ALL_18 = "S-ALL-18"
|
|
37
|
+
S_ALL_19 = "S-ALL-19"
|
|
38
|
+
S_ALL_20 = "S-ALL-20"
|
|
39
|
+
S_ALL_21 = "S-ALL-21"
|
|
40
|
+
S_ALL_22 = "S-ALL-22"
|
|
41
|
+
S_ALL_23 = "S-ALL-23"
|
|
42
|
+
S_ALL_24 = "S-ALL-24"
|
|
43
|
+
S_ALL_25 = "S-ALL-25"
|
|
44
|
+
S_ALL_41 = "S-ALL-41"
|
|
45
|
+
S_ALL_42 = "S-ALL-42"
|
|
46
|
+
S_ALL_43 = "S-ALL-43"
|
|
47
|
+
S_ALL_44 = "S-ALL-44"
|
|
48
|
+
S_ALL_45 = "S-ALL-45"
|
|
49
|
+
S_ALL_48 = "S-ALL-48"
|
|
50
|
+
S_ALL_49 = "S-ALL-49"
|
|
51
|
+
S_ALL_51 = "S-ALL-51"
|
|
52
|
+
S_ALL_52 = "S-ALL-52"
|
|
53
|
+
S_ALL_53 = "S-ALL-53"
|
|
54
|
+
S_ALL_55 = "S-ALL-55"
|
|
55
|
+
S_ALL_56 = "S-ALL-56"
|
|
56
|
+
S_ALL_57 = "S-ALL-57"
|
|
24
57
|
S_OPT_01 = "S-OPT-01"
|
|
25
58
|
S_OPT_02 = "S-OPT-02"
|
|
26
59
|
S_OPT_03 = "S-OPT-03"
|
|
27
60
|
S_OPT_04 = "S-OPT-04"
|
|
61
|
+
S_OPT_05 = "S-OPT-05"
|
|
28
62
|
|
|
29
63
|
|
|
30
64
|
class ClientType(StrEnum):
|
{cactus_test_definitions-1.6.0.dist-info → cactus_test_definitions-1.8.1.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.8.1
|
|
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,14 +1,14 @@
|
|
|
1
|
-
cactus_test_definitions/__init__.py,sha256=
|
|
2
|
-
cactus_test_definitions/csipaus.py,sha256=
|
|
1
|
+
cactus_test_definitions/__init__.py,sha256=UC-vBuQZxUJ4nw1XLd_sQhhJFVqntddxMaNUbh49xFE,987
|
|
2
|
+
cactus_test_definitions/csipaus.py,sha256=Hkfd8nsbpkLGmEFzncN4QnkmtY4CXJPnkmnsW-fEudk,2981
|
|
3
3
|
cactus_test_definitions/errors.py,sha256=_ZKl42SaEF5c2s9YySJUjGqVCBXSQYOLxpHQhSbNFug,458
|
|
4
4
|
cactus_test_definitions/parameters.py,sha256=FcWvB2UX2MVLYUY8mzGzbFfro3jyLQuoHXzrfoblnic,6727
|
|
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=gzuiM5mCzjkF0UXJEbxeg4ZHAaZKpP-vgEoX58aRlbg,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
|
-
cactus_test_definitions/__pycache__/csipaus.cpython-312.pyc,sha256=
|
|
11
|
+
cactus_test_definitions/__pycache__/csipaus.cpython-312.pyc,sha256=RpmxiZ6YI8JrMQ8yiw7sooerBhitImGI9ce1qWvkfBE,3205
|
|
12
12
|
cactus_test_definitions/__pycache__/errors.cpython-312.pyc,sha256=60PTb5VQMBsq0Axr7s4zobU2quCKlNndc1YK5gzl8gQ,968
|
|
13
13
|
cactus_test_definitions/__pycache__/events.cpython-312.pyc,sha256=zZ7Y8rX7wgW_9-n0TwGybpDMZrFayHTw0vuYrJPsE6o,3636
|
|
14
14
|
cactus_test_definitions/__pycache__/parameters.cpython-312.pyc,sha256=i1s6vLfuu3hE_mUuzWTfauHz7aOgY7qbgOMA3lNe0hA,7530
|
|
@@ -17,15 +17,15 @@ cactus_test_definitions/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc
|
|
|
17
17
|
cactus_test_definitions/__pycache__/test_procedures.cpython-312.pyc,sha256=HZMycfqi6VDsU1zU-5hxRqS9-ybPCcI8dPBoiywawtg,13179
|
|
18
18
|
cactus_test_definitions/__pycache__/variable_expressions.cpython-312.pyc,sha256=lmXedMpO0TYdzE2yb6K9N92nEMhui6AMLBRzgpI8vFQ,19260
|
|
19
19
|
cactus_test_definitions/__pycache__/version.cpython-312.pyc,sha256=MYqjwvU2QmzT5lHqXLMdvVg1hQ9eN0gLQnluRgpLn0M,624
|
|
20
|
-
cactus_test_definitions/client/__init__.py,sha256=
|
|
21
|
-
cactus_test_definitions/client/actions.py,sha256=
|
|
22
|
-
cactus_test_definitions/client/checks.py,sha256=
|
|
20
|
+
cactus_test_definitions/client/__init__.py,sha256=WenZh8w2-qowYpnKUcjwjB-aA64QnfafSIUz6REDIRA,810
|
|
21
|
+
cactus_test_definitions/client/actions.py,sha256=YqDg4K8iL-4hRPErhKjWbqC-wW5o5XfpJd2z8oZHErU,4985
|
|
22
|
+
cactus_test_definitions/client/checks.py,sha256=p05NYzzl1DpUNmx9OcPrxVzhkiEasg35LeJvpWmgYps,7672
|
|
23
23
|
cactus_test_definitions/client/events.py,sha256=-EjfwHyrqjtEdT6VU19GqBrL79MDulEzk2uBzXGHSS0,3097
|
|
24
24
|
cactus_test_definitions/client/test_procedures.py,sha256=MjDQZchsnNATwTp1DK860W_WPXDv3Pn8nhXCaNsDjAQ,6521
|
|
25
25
|
cactus_test_definitions/client/validate.py,sha256=0zXIfL57lllaxwS1Qk0jnSpSnxKBA95Xz5N_CwjENsA,4194
|
|
26
|
-
cactus_test_definitions/client/__pycache__/__init__.cpython-312.pyc,sha256=
|
|
27
|
-
cactus_test_definitions/client/__pycache__/actions.cpython-312.pyc,sha256
|
|
28
|
-
cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc,sha256=
|
|
26
|
+
cactus_test_definitions/client/__pycache__/__init__.cpython-312.pyc,sha256=jNGMuUuREof0QPuWabn2wD0d11L5Om5teKomZ3R2tTI,867
|
|
27
|
+
cactus_test_definitions/client/__pycache__/actions.cpython-312.pyc,sha256=--X9Kwt8Wo3wpwHa026dQEjtoT80rX3DIifTCmYjM7E,5731
|
|
28
|
+
cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc,sha256=543AmfrM_hwTHCn6F-j9OQcSi9cCuIjP9WtpCf5qcf0,7823
|
|
29
29
|
cactus_test_definitions/client/__pycache__/events.cpython-312.pyc,sha256=wST_41dRBpS8kfn94RIrDngaARJk8EUflcM9JoHZyFE,3649
|
|
30
30
|
cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc,sha256=WD7_Dt-Q1FZRoPXiXcVcjAoxTJCVUIzAGRIgUkF4bys,8011
|
|
31
31
|
cactus_test_definitions/client/__pycache__/validate.cpython-312.pyc,sha256=hEP-rVMhlg7lZjFMN8qkhzF5phUxGwWDFNHjJFjxYCs,4839
|
|
@@ -38,16 +38,16 @@ cactus_test_definitions/client/procedures/ALL-05.yaml,sha256=pSAMbxax1UmAw3lG9jS
|
|
|
38
38
|
cactus_test_definitions/client/procedures/ALL-06.yaml,sha256=-RAihWv3V1lRAl6f9ugVGgLfef5mR3kQNpxuzXjK-CI,3251
|
|
39
39
|
cactus_test_definitions/client/procedures/ALL-07.yaml,sha256=vXxOevhlvhcStPIbYpXf28WEYOkWhHfkNPWbXHK2MZw,1860
|
|
40
40
|
cactus_test_definitions/client/procedures/ALL-08.yaml,sha256=Zv-XzXo0i6neHQemDUBLJY0ullYjID7Oa-oJOQd1Y4A,2059
|
|
41
|
-
cactus_test_definitions/client/procedures/ALL-09.yaml,sha256=
|
|
41
|
+
cactus_test_definitions/client/procedures/ALL-09.yaml,sha256=JWCgrO3NrMQF7o0HylRrmQDs6_8z6vu9gWZSLUvtCk0,3386
|
|
42
42
|
cactus_test_definitions/client/procedures/ALL-10.yaml,sha256=slSJz4w7lBDSjPk1ke0Q_Cxmj3rj19SzdOdF1AKat6M,2955
|
|
43
43
|
cactus_test_definitions/client/procedures/ALL-11.yaml,sha256=SBVmwlETTdMeXpf3HxqGfE_GBQZ3bzTrlWZuePP0TiM,2715
|
|
44
|
-
cactus_test_definitions/client/procedures/ALL-12.yaml,sha256=
|
|
44
|
+
cactus_test_definitions/client/procedures/ALL-12.yaml,sha256=v82B1yjNRdVqJWUE7Emjk8yDGAiEgskINdwEcGT7msk,3137
|
|
45
45
|
cactus_test_definitions/client/procedures/ALL-13.yaml,sha256=zLcYjyGlzP_skboCp8MHEOzxNgAlmhGL7A2Zy91jjcA,2775
|
|
46
46
|
cactus_test_definitions/client/procedures/ALL-14.yaml,sha256=4JMnmleJ77dtIdhNUeHjihaq6UUMsk4o42lcv8xe3Us,4948
|
|
47
47
|
cactus_test_definitions/client/procedures/ALL-15.yaml,sha256=pT07akLV1xl66r-NISqHy8D8eSbbqwesNXFxAKJ5Oek,2969
|
|
48
48
|
cactus_test_definitions/client/procedures/ALL-16.yaml,sha256=2XVey8zFvgNDEd3Jz5g_mmz10Q8yhmJW4iVs2IF3tnk,2796
|
|
49
49
|
cactus_test_definitions/client/procedures/ALL-17.yaml,sha256=4I0588Fl7FsVK23GfcPYWSozCBKXFLRNxBD1ORHglVc,1687
|
|
50
|
-
cactus_test_definitions/client/procedures/ALL-18.yaml,sha256=
|
|
50
|
+
cactus_test_definitions/client/procedures/ALL-18.yaml,sha256=thg16A6DiOlewC3_ChbprVy0Ke8dNLV-TixCvBqZaVU,6956
|
|
51
51
|
cactus_test_definitions/client/procedures/ALL-19.yaml,sha256=V9bFWAfkWKdqLpCSnapWTuEvLWAGK2gEOpjVKFpOBZg,1493
|
|
52
52
|
cactus_test_definitions/client/procedures/ALL-20.yaml,sha256=SHJyX6_HvplWhQKgwKMvNFFH8Ox53JEiupWWkLkhOVM,2873
|
|
53
53
|
cactus_test_definitions/client/procedures/ALL-21.yaml,sha256=sYCsjrGlFVnAXxyAmMBWmX9P_VnoFfj7o8scyB_oKwc,5929
|
|
@@ -58,7 +58,7 @@ cactus_test_definitions/client/procedures/ALL-25-EXT.yaml,sha256=jtG0jQiLN5KJmB2
|
|
|
58
58
|
cactus_test_definitions/client/procedures/ALL-25.yaml,sha256=ojLqgzDGxF9-TnXUiZHC1PKaVw5Jj-RNBx0BDWjzpOc,3213
|
|
59
59
|
cactus_test_definitions/client/procedures/ALL-26.yaml,sha256=KKuWDpsEGdUM7F4aJ_QRwvug11nrKqRCPyvxeAaQNWE,3654
|
|
60
60
|
cactus_test_definitions/client/procedures/ALL-27.yaml,sha256=HIzw1VjCDrgdeLGUPpbZ8Xx0H12wyA00O4I42BYGOuI,3524
|
|
61
|
-
cactus_test_definitions/client/procedures/ALL-28.yaml,sha256=
|
|
61
|
+
cactus_test_definitions/client/procedures/ALL-28.yaml,sha256=C8xV4C_W4qmKSfbboyoxLJM823HUNWCzI6gOYCSM_GI,6646
|
|
62
62
|
cactus_test_definitions/client/procedures/ALL-29.yaml,sha256=bHOKU-rhwgqYsFZs2SOlj8iArbv0-OV_M691KTSCE_A,2373
|
|
63
63
|
cactus_test_definitions/client/procedures/ALL-30.yaml,sha256=rMPdG3VJ8_i6hWAh3OCEun0a3CNnQwqO7DZLPDYLf9g,4714
|
|
64
64
|
cactus_test_definitions/client/procedures/BES-01.yaml,sha256=Cyee2mlhsB5bXzlQPGRDTBMsifQvcPc216ePHrMPPj4,3185
|
|
@@ -78,47 +78,81 @@ cactus_test_definitions/client/procedures/GEN-06.yaml,sha256=lI0rdSpoMxEUTpBgur6
|
|
|
78
78
|
cactus_test_definitions/client/procedures/GEN-07.yaml,sha256=ij4yLjZlWys7kkfgaEiA907db0gPjODpeGBf8u_FGjE,3834
|
|
79
79
|
cactus_test_definitions/client/procedures/GEN-08.yaml,sha256=IxOtwAJMuvGwLDaFa-h2mR_jeeUo6tzmPi13ToOsxnY,3810
|
|
80
80
|
cactus_test_definitions/client/procedures/GEN-09.yaml,sha256=_UCMImEyS4j64g17uv1Zo1a6XXQvyAQfaABApEOFVSc,2738
|
|
81
|
-
cactus_test_definitions/client/procedures/GEN-10.yaml,sha256=
|
|
82
|
-
cactus_test_definitions/client/procedures/GEN-11.yaml,sha256=
|
|
83
|
-
cactus_test_definitions/client/procedures/GEN-12.yaml,sha256=
|
|
81
|
+
cactus_test_definitions/client/procedures/GEN-10.yaml,sha256=K2wLYxXcIG9GaEyYCAmriJ1JVKHbkFmnItsB_JVfCm8,19819
|
|
82
|
+
cactus_test_definitions/client/procedures/GEN-11.yaml,sha256=pzMc2S6vdaWvgYPLj406MpMqK841x2h9h83DhT98uKY,10083
|
|
83
|
+
cactus_test_definitions/client/procedures/GEN-12.yaml,sha256=Mn0Y9QEGge1BNBsg6w38HyoeQFqfBNBMkWCUga33s-0,10093
|
|
84
84
|
cactus_test_definitions/client/procedures/GEN-13.yaml,sha256=W_l7RRgyUjA86iU3ZEY5R8kcmRpGYjdh-QXlnS4vLNg,1944
|
|
85
85
|
cactus_test_definitions/client/procedures/LOA-01.yaml,sha256=VYEHZjCBXuwYqwZT7RnJrMn8cZdAZJ8cOe8hRrx_Q_c,1592
|
|
86
86
|
cactus_test_definitions/client/procedures/LOA-02.yaml,sha256=27YRxcD1_TN8rAbKEh86_aIYM6856SKSBQYRVLPdetI,1591
|
|
87
|
-
cactus_test_definitions/client/procedures/LOA-03.yaml,sha256=
|
|
88
|
-
cactus_test_definitions/client/procedures/LOA-04.yaml,sha256=
|
|
87
|
+
cactus_test_definitions/client/procedures/LOA-03.yaml,sha256=dR9VOavfGVetb_0Ig8cVhKgEUg0XI3Xyq3syaMe-KT0,4264
|
|
88
|
+
cactus_test_definitions/client/procedures/LOA-04.yaml,sha256=fWogrZLQCXgKthZ8Z71ywdhBdR1Qg77cQqzl-3VzB9s,4243
|
|
89
89
|
cactus_test_definitions/client/procedures/LOA-05.yaml,sha256=qvccpkyZkYfxHA7ucJ8wJvFcG249WSUS8LewoLiZ0rE,2349
|
|
90
90
|
cactus_test_definitions/client/procedures/LOA-06.yaml,sha256=k6VKYZXP1RWnIxYCk190jq6Jo4Ho1xHupYefWZUhEcM,2315
|
|
91
91
|
cactus_test_definitions/client/procedures/LOA-07.yaml,sha256=oMGudpytVstjt7px6ELF5o1mYZGWpImz7XpgLeansq8,3836
|
|
92
92
|
cactus_test_definitions/client/procedures/LOA-08.yaml,sha256=gOpizgOqDHDq6naatEZyqXCpSI7ZZXljvdA6v6sxHbY,3809
|
|
93
93
|
cactus_test_definitions/client/procedures/LOA-09.yaml,sha256=Iiwr4RSho8v9ScoNa4gwasGRrqUGv--TbCXuKieTsvo,2738
|
|
94
|
-
cactus_test_definitions/client/procedures/LOA-10.yaml,sha256=
|
|
95
|
-
cactus_test_definitions/client/procedures/LOA-11.yaml,sha256=
|
|
96
|
-
cactus_test_definitions/client/procedures/LOA-12.yaml,sha256=
|
|
94
|
+
cactus_test_definitions/client/procedures/LOA-10.yaml,sha256=QBzE3pF5-RzbYVZ4cS0zf8RsJ3xTgDWJ60YrbBI1_Mc,19830
|
|
95
|
+
cactus_test_definitions/client/procedures/LOA-11.yaml,sha256=9FhFe7UuHPaoaUGpIHY0xtfwGeKeZtdg7bWm2CjElxQ,10083
|
|
96
|
+
cactus_test_definitions/client/procedures/LOA-12.yaml,sha256=bhO-TxKBhDjtrbk-NPW0kGz9_EcEv4SAI7N1smp8e20,10086
|
|
97
97
|
cactus_test_definitions/client/procedures/LOA-13.yaml,sha256=l7iSWNKy-Lkii7GEfdD2qP7KjXa2IX5TI7cGArMzB6o,1945
|
|
98
98
|
cactus_test_definitions/client/procedures/MUL-01.yaml,sha256=Gr2HhsfbWqZSlCBproJiNaa3sltynIwbC5UbmVTTjLw,2575
|
|
99
99
|
cactus_test_definitions/client/procedures/MUL-02.yaml,sha256=WENhaE0PFb6cifMi3cWyF2YDM0ZnGD2VT9nVgYzqvd8,2239
|
|
100
100
|
cactus_test_definitions/client/procedures/MUL-03.yaml,sha256=XZ9UJXuBGzTg5IB8LeFaf2CTDRT7HwRHRCvwyyRTCY4,1814
|
|
101
|
-
cactus_test_definitions/server/README.md,sha256=
|
|
102
|
-
cactus_test_definitions/server/__init__.py,sha256=
|
|
103
|
-
cactus_test_definitions/server/actions.py,sha256=
|
|
104
|
-
cactus_test_definitions/server/checks.py,sha256=
|
|
105
|
-
cactus_test_definitions/server/test_procedures.py,sha256=
|
|
101
|
+
cactus_test_definitions/server/README.md,sha256=rl_3l5yv7201LSTp7wItObTpwgCT1uQ8MsunzRA0KjU,11524
|
|
102
|
+
cactus_test_definitions/server/__init__.py,sha256=LvKsGPZ-foQEkUqkxwlIt54t54znby3idyUb0T0f7wo,687
|
|
103
|
+
cactus_test_definitions/server/actions.py,sha256=9dympCf-3DiksKx1dnjmYZhuUmakWgDX5VedVgV6bM4,8259
|
|
104
|
+
cactus_test_definitions/server/checks.py,sha256=NLj4DFIWLBdicLjTcRYFHCF8nGEZ4eM5WeAbV8DiTQc,9144
|
|
105
|
+
cactus_test_definitions/server/test_procedures.py,sha256=KUjWJPIi686qJGqnGv9V4M0xxWQqjmDTG-LT4uE_jdM,5907
|
|
106
106
|
cactus_test_definitions/server/validate.py,sha256=mNXPfzpB-k0xyOtKT67b_wgjyV3D6OiLnAXG88pNLrI,1324
|
|
107
|
-
cactus_test_definitions/server/__pycache__/__init__.cpython-312.pyc,sha256=
|
|
108
|
-
cactus_test_definitions/server/__pycache__/actions.cpython-312.pyc,sha256=
|
|
109
|
-
cactus_test_definitions/server/__pycache__/checks.cpython-312.pyc,sha256=
|
|
110
|
-
cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc,sha256=
|
|
107
|
+
cactus_test_definitions/server/__pycache__/__init__.cpython-312.pyc,sha256=npOzMDrY8ue5kZ0PSOvI_C3hBqIsOamI8E7QPkxWAQg,756
|
|
108
|
+
cactus_test_definitions/server/__pycache__/actions.cpython-312.pyc,sha256=PwcicpDCCvqYBbynguM1dX7L0ctCC-mV43V3uuYHJGo,6365
|
|
109
|
+
cactus_test_definitions/server/__pycache__/checks.cpython-312.pyc,sha256=p5aAhqgWy3NhIAxigvwrDfP0xBvsf3c4KAjzC3XiAa4,6746
|
|
110
|
+
cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc,sha256=lDXxIcwjb_DeHULfzzVm-46SxFklck8-MieT8kt68eg,7109
|
|
111
111
|
cactus_test_definitions/server/__pycache__/validate.cpython-312.pyc,sha256=I4jcKJewefCFjDNQdtpEMkpIClHbNKYxjyQBgKkAyhU,1839
|
|
112
|
-
cactus_test_definitions/server/procedures/S-ALL-01.yaml,sha256=
|
|
112
|
+
cactus_test_definitions/server/procedures/S-ALL-01.yaml,sha256=JGm60F07FD36Ub-TRMo94YeWi_CyawNKIQ_N13cQOZc,1004
|
|
113
113
|
cactus_test_definitions/server/procedures/S-ALL-02.yaml,sha256=dAId6vNhHCHF1jdCGcO5xxs5d5RenAXaH-XrMpNNQ_k,1494
|
|
114
114
|
cactus_test_definitions/server/procedures/S-ALL-03.yaml,sha256=gzNHYyUa0C3iYdQAL-4xRgbejd-7xIYgekWuyPBUJ-U,1502
|
|
115
115
|
cactus_test_definitions/server/procedures/S-ALL-04.yaml,sha256=lNB9yFRcV1jtbnvXU-MZhY68YVitTV1hKlvImNyDpuU,3247
|
|
116
116
|
cactus_test_definitions/server/procedures/S-ALL-05.yaml,sha256=-p_9-yl--RG2HQAh02xYhP1k78XQ1z45Pc_hkbD-35c,2509
|
|
117
|
+
cactus_test_definitions/server/procedures/S-ALL-06.yaml,sha256=vhsNZOtqEdweC7nLh0aFq5wmJ0v5NvSM63GU2xH9RGs,3138
|
|
118
|
+
cactus_test_definitions/server/procedures/S-ALL-07.yaml,sha256=foe4LxDKk5U7mgGSwAFynyGekGi-gL9QCkWWRWMwAZY,2783
|
|
119
|
+
cactus_test_definitions/server/procedures/S-ALL-08.yaml,sha256=YtYIzO8VLGs0G9HcIhkw-l2MiQo6qs96dqAlyIXzJlM,1564
|
|
120
|
+
cactus_test_definitions/server/procedures/S-ALL-09.yaml,sha256=mfe0n_MG8ysb3wLHoG_TZZfHZ1__DUS10gTV99A90GI,819
|
|
121
|
+
cactus_test_definitions/server/procedures/S-ALL-10.yaml,sha256=yeGcbZDNoJNBsiS0cmTIp1_cJVS4hTL9mlXo_nbt-Y8,1391
|
|
122
|
+
cactus_test_definitions/server/procedures/S-ALL-11.yaml,sha256=Wk8n4VShyDNGPSuWaXRYKacShRI-ZQ4obscjVikm1w4,753
|
|
123
|
+
cactus_test_definitions/server/procedures/S-ALL-12.yaml,sha256=5BtgX9oImd6Q2zgkoKKKWjQnnnkc1iOkBBCr5D2-RV4,758
|
|
124
|
+
cactus_test_definitions/server/procedures/S-ALL-13.yaml,sha256=j9E28b9I-wKXaoNYUyZ_rbr0fGb9u1pHKTUPx6lqi7k,753
|
|
125
|
+
cactus_test_definitions/server/procedures/S-ALL-14.yaml,sha256=_VOhB5VeL_XFKC0L9jsBTVqmwfqANQWuUlZXNsAYzWo,753
|
|
126
|
+
cactus_test_definitions/server/procedures/S-ALL-15.yaml,sha256=H2v5CQwRKtPwtoOoiZXDA9jEykZYD1sC0SCqg1VCXSk,1880
|
|
127
|
+
cactus_test_definitions/server/procedures/S-ALL-16.yaml,sha256=DzlOX0JIWoWkqe-BOy-Aq8cJfEc3VbRsFrXVnCIdyEk,1862
|
|
128
|
+
cactus_test_definitions/server/procedures/S-ALL-17.yaml,sha256=PDAvGCAyUOchMh-IfkC5J0Jd_LB4dZ5TMMCPrsVnoqA,1052
|
|
129
|
+
cactus_test_definitions/server/procedures/S-ALL-18.yaml,sha256=1ofOWYu7jSdkkuciCHlqBlMVgVADCypH9kKFliHdMmA,724
|
|
130
|
+
cactus_test_definitions/server/procedures/S-ALL-19.yaml,sha256=i61TgwZAfnh6Q-LDkPYZb4FxMV7hjtNFZBP3rSu2TzQ,739
|
|
131
|
+
cactus_test_definitions/server/procedures/S-ALL-20.yaml,sha256=pTZAvXljpbmBPyZyquSJJIP2SwQOl4iqbfioBhrLX-g,743
|
|
132
|
+
cactus_test_definitions/server/procedures/S-ALL-21.yaml,sha256=wgSHzve7ZK5CPDMnUjK77076J7oZ8tzsoxs1sAPB_k4,739
|
|
133
|
+
cactus_test_definitions/server/procedures/S-ALL-22.yaml,sha256=I2irtq64mp2NxgQABS320yhGaFQFRkoXxk12BQzLSOo,739
|
|
134
|
+
cactus_test_definitions/server/procedures/S-ALL-23.yaml,sha256=5CrNNXa11oNXtb9HtHEPeCAg1yJi5BOJIqSrOAZHSqg,693
|
|
135
|
+
cactus_test_definitions/server/procedures/S-ALL-24.yaml,sha256=tvmeW5cQ8Nsl92K7f8qYC6i8uHJwZbTe-6ghQ0wmloc,932
|
|
136
|
+
cactus_test_definitions/server/procedures/S-ALL-25.yaml,sha256=G4G3x6BDm-0QMx9hzFMH7Ja8jvLOetAvbP8mUaTaGSg,4043
|
|
137
|
+
cactus_test_definitions/server/procedures/S-ALL-41.yaml,sha256=jEBnaviPod5e7TYwd56dYsodtZV9TccyULbryqKY-WU,10637
|
|
138
|
+
cactus_test_definitions/server/procedures/S-ALL-42.yaml,sha256=E29ShDLfe_L-0tuyUbxC7NaW95WrY1eELwM6W3JORa8,2260
|
|
139
|
+
cactus_test_definitions/server/procedures/S-ALL-43.yaml,sha256=yHzDpzXl9z9otGCUlMW3Rf1IurIea10Uvlk-PeLwYyI,3637
|
|
140
|
+
cactus_test_definitions/server/procedures/S-ALL-44.yaml,sha256=gayhWkPtDAJvCgjT5BkkCK1Li2crCCXx4p37psBRYIk,1229
|
|
141
|
+
cactus_test_definitions/server/procedures/S-ALL-45.yaml,sha256=e8XYz1EJx_Lk8i5nbJOxpp6-713FyUmBmPeT86xKfeQ,816
|
|
142
|
+
cactus_test_definitions/server/procedures/S-ALL-48.yaml,sha256=tjdpModAN-fDrQR5JiU1aao8YlzIEiFIXV7DOPExQBg,578
|
|
143
|
+
cactus_test_definitions/server/procedures/S-ALL-49.yaml,sha256=PocYUYlVOJ25Zh_CG7bWRwi7mzCV_8hu51Q17Bd4XAA,1582
|
|
144
|
+
cactus_test_definitions/server/procedures/S-ALL-51.yaml,sha256=C5J2v_DmPSxDbt5UFoHDwYuioKGsKawnkxeJtARWqVI,840
|
|
145
|
+
cactus_test_definitions/server/procedures/S-ALL-52.yaml,sha256=VpZ7ryDle6nBWemrkESIIWD6SmdECzGhMNoGkEspgQY,847
|
|
146
|
+
cactus_test_definitions/server/procedures/S-ALL-53.yaml,sha256=qNXnCzhFvMIfY_bhJEih2ofaEJqGverWIty6toQMlJs,992
|
|
147
|
+
cactus_test_definitions/server/procedures/S-ALL-55.yaml,sha256=qtvG680rt2ZXuL--Dm4y61W01Zlaia8zUZa2oY-hB0k,1178
|
|
148
|
+
cactus_test_definitions/server/procedures/S-ALL-56.yaml,sha256=srKChbvjW7_milmvt_jyYZhahXZpoyLM8GWJvFVBXto,788
|
|
149
|
+
cactus_test_definitions/server/procedures/S-ALL-57.yaml,sha256=7G6FGzivQPGF_Ynvu1JnUcUjgdZEPqkxOkVfzObBjuc,1709
|
|
117
150
|
cactus_test_definitions/server/procedures/S-OPT-01.yaml,sha256=p1XYhKBFoUa1VrJyxhnd4Bm762tkjkpvvyd8oApo14I,909
|
|
118
151
|
cactus_test_definitions/server/procedures/S-OPT-02.yaml,sha256=jMoMRo_vgfaB9yoY9LHI8jTtGrfqttGHqRTV2lihAcc,883
|
|
119
|
-
cactus_test_definitions/server/procedures/S-OPT-03.yaml,sha256=
|
|
152
|
+
cactus_test_definitions/server/procedures/S-OPT-03.yaml,sha256=ZttXc7RMuGEMCNOyYhQcyvgqSHq1RDvCo8E8Bo58vEY,1014
|
|
120
153
|
cactus_test_definitions/server/procedures/S-OPT-04.yaml,sha256=o33HNLTzxQm__KbFW1x2ce04uW-xx6Li0aijJI_XbYQ,667
|
|
121
|
-
cactus_test_definitions-
|
|
154
|
+
cactus_test_definitions/server/procedures/S-OPT-05.yaml,sha256=ETBYlALPC2O8sMoj5NYM1X1wFFOde8yhMSIqEDKPzWQ,735
|
|
155
|
+
cactus_test_definitions-1.8.1.dist-info/licenses/LICENSE.txt,sha256=xCq-ofiZHRqQJHkhY1M-eXahPozfXmo9qvez6BiCOdk,1074
|
|
122
156
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
123
157
|
tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
124
158
|
tests/unit/test_csipaus.py,sha256=edFnWDlHgMuW7CK9l8z-FHA1GcIACVJ1RPERiFuWfcY,1959
|
|
@@ -129,11 +163,11 @@ tests/unit/client/test_actions.py,sha256=pIVprTLPpD4mGkmORArIEKuoFShzWleakqEZHDG
|
|
|
129
163
|
tests/unit/client/test_checks.py,sha256=Al91dwToyn_1LGjb2dVLNjHAOcGfXwK_GTr0dVOzKsI,3417
|
|
130
164
|
tests/unit/client/test_events.py,sha256=bXDW0Ykx9hqh8MLv1b_9a942LahlhE3L2pu7NyGsdRo,1550
|
|
131
165
|
tests/unit/client/test_test_procedures.py,sha256=hXB8C4ijt7FGqfoz7sQ9xXcyB-gRAbPj0-7tIb0fL6w,3889
|
|
132
|
-
tests/unit/client/test_validate.py,sha256=
|
|
166
|
+
tests/unit/client/test_validate.py,sha256=bQiXKA3u5tTs7SBilQ9MGXDswZB6Ka58NAh1bWjiDu4,8469
|
|
133
167
|
tests/unit/server/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
134
168
|
tests/unit/server/test_test_procedures.py,sha256=XNcMnV14DSbIdIVGDnYszfqg_xDDdABI9rux4HKAfKI,2167
|
|
135
|
-
tests/unit/server/test_validate.py,sha256=
|
|
136
|
-
cactus_test_definitions-1.
|
|
137
|
-
cactus_test_definitions-1.
|
|
138
|
-
cactus_test_definitions-1.
|
|
139
|
-
cactus_test_definitions-1.
|
|
169
|
+
tests/unit/server/test_validate.py,sha256=KRsC5wMCu5zV1IqLVAo-tSo-F-l4dck97B_fn8FCKF8,3530
|
|
170
|
+
cactus_test_definitions-1.8.1.dist-info/METADATA,sha256=BDC3nPDYU6SIQiuR_HVG_n8L9jLyrCwsKoCCbbWEG-I,22410
|
|
171
|
+
cactus_test_definitions-1.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
172
|
+
cactus_test_definitions-1.8.1.dist-info/top_level.txt,sha256=4tQTXLPjTzH6OYZqOj40IX8XgosTUTUEJTESjtj0KfI,30
|
|
173
|
+
cactus_test_definitions-1.8.1.dist-info/RECORD,,
|