cactus-test-definitions 1.8.1__tar.gz → 1.8.11__tar.gz
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-1.8.1/cactus_test_definitions.egg-info → cactus_test_definitions-1.8.11}/PKG-INFO +9 -3
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/README.md +8 -2
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/__init__.py +1 -1
- cactus_test_definitions-1.8.11/cactus_test_definitions/__pycache__/__init__.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/__pycache__/csipaus.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/__pycache__/csipaus.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/__pycache__/errors.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/__pycache__/errors.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/__pycache__/parameters.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/__pycache__/parameters.cpython-312.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/__pycache__/schema.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/__pycache__/variable_expressions.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/__pycache__/variable_expressions.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/__init__.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/actions.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/__pycache__/actions.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/checks.cpython-311.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/events.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/__pycache__/events.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/test_procedures.cpython-311-pytest-8.3.3.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-8.3.4.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc → cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-8.4.2.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/test_procedures.cpython-312-pytest-9.0.1.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/test_procedures.cpython-312.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/__pycache__/validate.cpython-312.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/checks.py +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-13.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-14.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-17.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-25.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-28.yaml +112 -9
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-30.yaml +1 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/DRA-02.yaml +4 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/DRD-01.yaml +4 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/procedures/DRG-01.yaml +168 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/DRL-01.yaml +4 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-03.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-04.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-10.yaml +7 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/procedures/GEN-11.yaml +136 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/procedures/GEN-12.yaml +136 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-03.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-04.yaml +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-10.yaml +7 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/procedures/LOA-11.yaml +135 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/client/procedures/LOA-12.yaml +136 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/test_procedures.py +1 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/README.md +1 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/__pycache__/__init__.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/__pycache__/actions.cpython-311.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/__pycache__/actions.cpython-312.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/__pycache__/test_procedures.cpython-311-pytest-8.3.3.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.3.4.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc → cactus_test_definitions-1.8.11/cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-8.4.2.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/__pycache__/test_procedures.cpython-312-pytest-9.0.1.pyc +0 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/__pycache__/test_procedures.cpython-312.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/__pycache__/validate.cpython-312.pyc +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/actions.py +1 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-05.yaml +56 -22
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-07.yaml +7 -3
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-14.yaml +1 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-15.yaml +7 -11
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-16.yaml +7 -3
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-17.yaml +12 -3
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-18.yaml +3 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-19.yaml +2 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-20.yaml +2 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-21.yaml +2 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-22.yaml +2 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-23.yaml +2 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-24.yaml +2 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-25.yaml +45 -10
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-26.yaml +57 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-27.yaml +55 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-28.yaml +55 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-29.yaml +55 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-30.yaml +55 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-31.yaml +73 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-32.yaml +73 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-33.yaml +85 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-34.yaml +61 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-35.yaml +56 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-36.yaml +56 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-37.yaml +56 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-38.yaml +56 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-39.yaml +56 -0
- cactus_test_definitions-1.8.11/cactus_test_definitions/server/procedures/S-ALL-40.yaml +62 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-41.yaml +28 -19
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-42.yaml +8 -5
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-43.yaml +11 -10
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-44.yaml +0 -4
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-49.yaml +1 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-51.yaml +1 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-52.yaml +2 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-55.yaml +1 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-56.yaml +1 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-57.yaml +9 -9
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-OPT-05.yaml +1 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/test_procedures.py +20 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/variable_expressions.py +30 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11/cactus_test_definitions.egg-info}/PKG-INFO +9 -3
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions.egg-info/SOURCES.txt +36 -8
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/client/test_checks.py +2 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/server/test_validate.py +0 -1
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/test_variable_expressions.py +26 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/__pycache__/actions.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/__pycache__/events.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/__pycache__/test_procedures.cpython-312-pytest-8.3.5.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/__pycache__/test_procedures.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/__pycache__/version.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc +0 -0
- cactus_test_definitions-1.8.1/cactus_test_definitions/client/procedures/GEN-11.yaml +0 -402
- cactus_test_definitions-1.8.1/cactus_test_definitions/client/procedures/GEN-12.yaml +0 -402
- cactus_test_definitions-1.8.1/cactus_test_definitions/client/procedures/LOA-11.yaml +0 -402
- cactus_test_definitions-1.8.1/cactus_test_definitions/client/procedures/LOA-12.yaml +0 -402
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/LICENSE.txt +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/MANIFEST.in +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/__init__.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/actions.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/events.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-02.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-03-REJ.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-03.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-04.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-05.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-06.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-07.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-08.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-09.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-10.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-11.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-12.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-15.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-16.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-18.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-19.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-20.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-21.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-22.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-23.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-24.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-25-EXT.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-26.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-27.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/ALL-29.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/BES-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/BES-02.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/BES-03.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/BES-04.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/DRA-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-02.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-05.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-06.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-07.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-08.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-09.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/GEN-13.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-02.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-05.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-06.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-07.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-08.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-09.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/LOA-13.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/MUL-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/MUL-02.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/procedures/MUL-03.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/client/validate.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/csipaus.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/errors.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/parameters.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/py.typed +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/schema.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/__init__.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/checks.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-02.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-03.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-04.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-06.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-08.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-09.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-10.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-11.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-12.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-13.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-45.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-48.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-ALL-53.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-OPT-01.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-OPT-02.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-OPT-03.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/procedures/S-OPT-04.yaml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions/server/validate.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions.egg-info/dependency_links.txt +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions.egg-info/requires.txt +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/cactus_test_definitions.egg-info/top_level.txt +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/pyproject.toml +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/setup.cfg +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/__init__.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/__init__.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/client/__init__.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/client/test_actions.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/client/test_events.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/client/test_test_procedures.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/client/test_validate.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/server/__init__.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/server/test_test_procedures.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/test_csipaus.py +0 -0
- {cactus_test_definitions-1.8.1 → cactus_test_definitions-1.8.11}/tests/unit/test_parameters.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cactus-test-definitions
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.11
|
|
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>
|
|
@@ -201,8 +201,8 @@ checks:
|
|
|
201
201
|
| `all-steps-complete` | `ignored_steps: list[str]/None` | True if every `Step` in a `TestProcedure` has been deactivated (excepting any ignored steps) |
|
|
202
202
|
| `all-notifications-transmitted` | None | True if every transmitted notification (pub/sub) has been received with a HTTP success code response from the subscription notification URI |
|
|
203
203
|
| `end-device-contents` | `has_connection_point_id: bool/None` `deviceCategory_anyset: hex/none` `check_lfdi: bool/None` | True if an `EndDevice` is registered and optionally has the specified contents. `has_connection_point_id` (if True) will check whether the active `EndDevice` has `ConnectionPoint.id` specified. `check_lfdi` will do a deep inspection on the supplied LFDI - checking PEN and derived SFDI. |
|
|
204
|
-
| `der-settings-contents` | `setGradW: int/None` `doeModesEnabled_set: hex/none` `doeModesEnabled_unset: hex/none` `doeModesEnabled: bool/none` `modesEnabled_set: hex/none` `modesEnabled_unset: hex/none` `setMaxVA: bool/none` `setMaxVar: bool/none` `setMaxW: bool/none` `setMaxChargeRateW: bool/none` `setMaxDischargeRateW: bool/none` `setMaxWh: bool/none` `setMinWh: bool/none` `vppModesEnabled_set: hexbinary/none` `vppModesEnabled_unset: hexbinary/none` `setMaxVarNeg: bool/none` `setMinPFOverExcited: bool/none` `setMinPFUnderExcited: bool/none` | True if a `DERSettings` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
205
|
-
| `der-capability-contents` | `doeModesSupported_set: hex/none` `doeModesSupported_unset: hex/none` `doeModesSupported: bool/none` `modesSupported_set: hex/none` `modesSupported_unset: hex/none` `rtgMaxVA: bool/none` `rtgMaxVar: bool/none` `rtgMaxW: bool/none` `rtgMaxChargeRateW: bool/none` `rtgMaxDischargeRateW: bool/none` `rtgMaxWh: bool/none` `vppModesSupported_set: hexbinary/none` `vppModesSupported_unset: hexbinary/none` `rtgMaxVarNeg: bool/none` `rtgMinPFOverExcited: bool/none` `rtgMinPFUnderExcited: bool/none` | True if a `DERCapability` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
204
|
+
| `der-settings-contents` | `setGradW: int/None` `doeModesEnabled_set: hex/none` `doeModesEnabled_unset: hex/none` `doeModesEnabled: bool/none` `modesEnabled_set: hex/none` `modesEnabled_unset: hex/none` `setMaxVA: bool/none` `setMaxVar: bool/none` `setMaxW: bool/none` `setMaxChargeRateW: bool/none` `setMaxDischargeRateW: bool/none` `setMaxWh: bool/none` `setMinWh: bool/none` `vppModesEnabled_set: hexbinary/none` `vppModesEnabled_unset: hexbinary/none` `vppModesEnabled: bool/none` `setMaxVarNeg: bool/none` `setMinPFOverExcited: bool/none` `setMinPFUnderExcited: bool/none` | True if a `DERSettings` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
205
|
+
| `der-capability-contents` | `doeModesSupported_set: hex/none` `doeModesSupported_unset: hex/none` `doeModesSupported: bool/none` `modesSupported_set: hex/none` `modesSupported_unset: hex/none` `rtgMaxVA: bool/none` `rtgMaxVar: bool/none` `rtgMaxW: bool/none` `rtgMaxChargeRateW: bool/none` `rtgMaxDischargeRateW: bool/none` `rtgMaxWh: bool/none` `vppModesSupported_set: hexbinary/none` `vppModesSupported_unset: hexbinary/none` `vppModesSupported: bool/none` `rtgMaxVarNeg: bool/none` `rtgMinPFOverExcited: bool/none` `rtgMinPFUnderExcited: bool/none` | True if a `DERCapability` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
206
206
|
| `der-status-contents` | `genConnectStatus: int/None` `operationalModeStatus: int/None` `alarmStatus: int/None` | True if a `DERStatus` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
207
207
|
| `readings-site-active-power` | `minimum_count: int/none` `minimum_level: float/none` `maximum_level: float/none` `window_seconds: uint/none` | True if any MirrorUsagePoint has a MirrorMeterReading for site wide active power with `minimum_count` entries and/or readings all above and/or below `minimum_level`/`maximum_level` respectively; optionally for `window_seconds` |
|
|
208
208
|
| `readings-site-reactive-power` | `minimum_count: int/none` `minimum_level: float/none` `maximum_level: float/none` `window_seconds: uint/none` | True if any MirrorUsagePoint has a MirrorMeterReading for site wide reactive power with `minimum_count` entries and/or readings all above and/or below `minimum_level`/`maximum_level` respectively; optionally for `window_seconds` |
|
|
@@ -256,14 +256,20 @@ The following are all the `NamedVariable` types currently implemented
|
|
|
256
256
|
| `$setMaxW` | Resolves to the last supplied value to `DERSetting.setMaxW` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
257
257
|
| `$setMaxVA` | Resolves to the last supplied value to `DERSetting.setMaxVA` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
258
258
|
| `$setMaxVar` | Resolves to the last supplied value to `DERSetting.setMaxVar` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
259
|
+
| `$setMaxVarNeg` | Resolves to the last supplied value to `DERSetting.setMaxVarNeg` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
259
260
|
| `$setMaxChargeRateW` | Resolves to the last supplied value to `DERSetting.setMaxChargeRateW` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
260
261
|
| `$setMaxDischargeRateW` | Resolves to the last supplied value to `DERSetting.setMaxDischargeRateW` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
262
|
+
| `$setMinPFOverExcited` | Resolves to the last supplied value to `DERSetting.setMinPFOverExcited` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
263
|
+
| `$setMinPFUnderExcited` | Resolves to the last supplied value to `DERSetting.setMinPFUnderExcited` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
261
264
|
| `$setMaxWh` | Resolves to the last supplied value to `DERSetting.setMaxWh` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
262
265
|
| `$rtgMaxVA` | Resolves to last supplied `DERCapability.rtgMaxVA` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
263
266
|
| `$rtgMaxVar` | Resolves to last supplied `DERCapability.rtgMaxVar` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
267
|
+
| `$rtgMaxVarNeg` | Resolves to last supplied `DERCapability.rtgMaxVarNeg` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
264
268
|
| `$rtgMaxW` | Resolves to last supplied `DERCapability.rtgMaxW` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
265
269
|
| `$rtgMaxChargeRateW` | Resolves to last supplied `DERCapability.rtgMaxChargeRateW` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
266
270
|
| `$rtgMaxDischargeRateW` | Resolves to last supplied `DERCapability.rtgMaxDischargeRateW` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
271
|
+
| `$rtgMinPFOverExcited` | Resolves to last supplied `DERCapability.rtgMinPFOverExcited` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
272
|
+
| `$rtgMinPFUnderExcited` | Resolves to last supplied `DERCapability.rtgMinPFUnderExcited` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
267
273
|
| `$rtgMaxWh` | Resolves to last supplied `DERCapability.rtgMaxWh` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
268
274
|
|
|
269
275
|
The following are csipaus.org/ns/v1.3-beta/storage extension specific `NamedVariable` types implemented
|
|
@@ -159,8 +159,8 @@ checks:
|
|
|
159
159
|
| `all-steps-complete` | `ignored_steps: list[str]/None` | True if every `Step` in a `TestProcedure` has been deactivated (excepting any ignored steps) |
|
|
160
160
|
| `all-notifications-transmitted` | None | True if every transmitted notification (pub/sub) has been received with a HTTP success code response from the subscription notification URI |
|
|
161
161
|
| `end-device-contents` | `has_connection_point_id: bool/None` `deviceCategory_anyset: hex/none` `check_lfdi: bool/None` | True if an `EndDevice` is registered and optionally has the specified contents. `has_connection_point_id` (if True) will check whether the active `EndDevice` has `ConnectionPoint.id` specified. `check_lfdi` will do a deep inspection on the supplied LFDI - checking PEN and derived SFDI. |
|
|
162
|
-
| `der-settings-contents` | `setGradW: int/None` `doeModesEnabled_set: hex/none` `doeModesEnabled_unset: hex/none` `doeModesEnabled: bool/none` `modesEnabled_set: hex/none` `modesEnabled_unset: hex/none` `setMaxVA: bool/none` `setMaxVar: bool/none` `setMaxW: bool/none` `setMaxChargeRateW: bool/none` `setMaxDischargeRateW: bool/none` `setMaxWh: bool/none` `setMinWh: bool/none` `vppModesEnabled_set: hexbinary/none` `vppModesEnabled_unset: hexbinary/none` `setMaxVarNeg: bool/none` `setMinPFOverExcited: bool/none` `setMinPFUnderExcited: bool/none` | True if a `DERSettings` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
163
|
-
| `der-capability-contents` | `doeModesSupported_set: hex/none` `doeModesSupported_unset: hex/none` `doeModesSupported: bool/none` `modesSupported_set: hex/none` `modesSupported_unset: hex/none` `rtgMaxVA: bool/none` `rtgMaxVar: bool/none` `rtgMaxW: bool/none` `rtgMaxChargeRateW: bool/none` `rtgMaxDischargeRateW: bool/none` `rtgMaxWh: bool/none` `vppModesSupported_set: hexbinary/none` `vppModesSupported_unset: hexbinary/none` `rtgMaxVarNeg: bool/none` `rtgMinPFOverExcited: bool/none` `rtgMinPFUnderExcited: bool/none` | True if a `DERCapability` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
162
|
+
| `der-settings-contents` | `setGradW: int/None` `doeModesEnabled_set: hex/none` `doeModesEnabled_unset: hex/none` `doeModesEnabled: bool/none` `modesEnabled_set: hex/none` `modesEnabled_unset: hex/none` `setMaxVA: bool/none` `setMaxVar: bool/none` `setMaxW: bool/none` `setMaxChargeRateW: bool/none` `setMaxDischargeRateW: bool/none` `setMaxWh: bool/none` `setMinWh: bool/none` `vppModesEnabled_set: hexbinary/none` `vppModesEnabled_unset: hexbinary/none` `vppModesEnabled: bool/none` `setMaxVarNeg: bool/none` `setMinPFOverExcited: bool/none` `setMinPFUnderExcited: bool/none` | True if a `DERSettings` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
163
|
+
| `der-capability-contents` | `doeModesSupported_set: hex/none` `doeModesSupported_unset: hex/none` `doeModesSupported: bool/none` `modesSupported_set: hex/none` `modesSupported_unset: hex/none` `rtgMaxVA: bool/none` `rtgMaxVar: bool/none` `rtgMaxW: bool/none` `rtgMaxChargeRateW: bool/none` `rtgMaxDischargeRateW: bool/none` `rtgMaxWh: bool/none` `vppModesSupported_set: hexbinary/none` `vppModesSupported_unset: hexbinary/none` `vppModesSupported: bool/none` `rtgMaxVarNeg: bool/none` `rtgMinPFOverExcited: bool/none` `rtgMinPFUnderExcited: bool/none` | True if a `DERCapability` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
164
164
|
| `der-status-contents` | `genConnectStatus: int/None` `operationalModeStatus: int/None` `alarmStatus: int/None` | True if a `DERStatus` has been set for the `EndDevice` under test (and if certain elements have been set to certain values) |
|
|
165
165
|
| `readings-site-active-power` | `minimum_count: int/none` `minimum_level: float/none` `maximum_level: float/none` `window_seconds: uint/none` | True if any MirrorUsagePoint has a MirrorMeterReading for site wide active power with `minimum_count` entries and/or readings all above and/or below `minimum_level`/`maximum_level` respectively; optionally for `window_seconds` |
|
|
166
166
|
| `readings-site-reactive-power` | `minimum_count: int/none` `minimum_level: float/none` `maximum_level: float/none` `window_seconds: uint/none` | True if any MirrorUsagePoint has a MirrorMeterReading for site wide reactive power with `minimum_count` entries and/or readings all above and/or below `minimum_level`/`maximum_level` respectively; optionally for `window_seconds` |
|
|
@@ -214,14 +214,20 @@ The following are all the `NamedVariable` types currently implemented
|
|
|
214
214
|
| `$setMaxW` | Resolves to the last supplied value to `DERSetting.setMaxW` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
215
215
|
| `$setMaxVA` | Resolves to the last supplied value to `DERSetting.setMaxVA` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
216
216
|
| `$setMaxVar` | Resolves to the last supplied value to `DERSetting.setMaxVar` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
217
|
+
| `$setMaxVarNeg` | Resolves to the last supplied value to `DERSetting.setMaxVarNeg` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
217
218
|
| `$setMaxChargeRateW` | Resolves to the last supplied value to `DERSetting.setMaxChargeRateW` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
218
219
|
| `$setMaxDischargeRateW` | Resolves to the last supplied value to `DERSetting.setMaxDischargeRateW` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
220
|
+
| `$setMinPFOverExcited` | Resolves to the last supplied value to `DERSetting.setMinPFOverExcited` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
221
|
+
| `$setMinPFUnderExcited` | Resolves to the last supplied value to `DERSetting.setMinPFUnderExcited` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
219
222
|
| `$setMaxWh` | Resolves to the last supplied value to `DERSetting.setMaxWh` as a number. Can raise exceptions if this value hasn't been set (which will trigger a test evaluation to fail) |
|
|
220
223
|
| `$rtgMaxVA` | Resolves to last supplied `DERCapability.rtgMaxVA` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
221
224
|
| `$rtgMaxVar` | Resolves to last supplied `DERCapability.rtgMaxVar` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
225
|
+
| `$rtgMaxVarNeg` | Resolves to last supplied `DERCapability.rtgMaxVarNeg` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
222
226
|
| `$rtgMaxW` | Resolves to last supplied `DERCapability.rtgMaxW` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
223
227
|
| `$rtgMaxChargeRateW` | Resolves to last supplied `DERCapability.rtgMaxChargeRateW` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
224
228
|
| `$rtgMaxDischargeRateW` | Resolves to last supplied `DERCapability.rtgMaxDischargeRateW` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
229
|
+
| `$rtgMinPFOverExcited` | Resolves to last supplied `DERCapability.rtgMinPFOverExcited` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
230
|
+
| `$rtgMinPFUnderExcited` | Resolves to last supplied `DERCapability.rtgMinPFUnderExcited` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
225
231
|
| `$rtgMaxWh` | Resolves to last supplied `DERCapability.rtgMaxWh` as a number. Raises exceptions if value hasn't been set, causing test to fail.
|
|
226
232
|
|
|
227
233
|
The following are csipaus.org/ns/v1.3-beta/storage extension specific `NamedVariable` types implemented
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/__init__.cpython-311.pyc
ADDED
|
Binary file
|
|
Binary file
|
cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/actions.cpython-311.pyc
ADDED
|
Binary file
|
|
Binary file
|
cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/checks.cpython-311.pyc
ADDED
|
Binary file
|
cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/checks.cpython-312.pyc
ADDED
|
Binary file
|
cactus_test_definitions-1.8.11/cactus_test_definitions/client/__pycache__/events.cpython-311.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -59,6 +59,7 @@ CHECK_PARAMETER_SCHEMA: dict[str, dict[str, ParameterSchema]] = {
|
|
|
59
59
|
"doeModesEnabled_unset": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to zero
|
|
60
60
|
"modesEnabled_set": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to one
|
|
61
61
|
"modesEnabled_unset": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to zero
|
|
62
|
+
"vppModesEnabled": ParameterSchema(False, ParameterType.Boolean), # Is ANY value set?
|
|
62
63
|
"vppModesEnabled_set": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to one
|
|
63
64
|
"vppModesEnabled_unset": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to zero
|
|
64
65
|
"setMaxVA": ParameterSchema(False, ParameterType.Boolean), # Is ANY value set?
|
|
@@ -78,6 +79,7 @@ CHECK_PARAMETER_SCHEMA: dict[str, dict[str, ParameterSchema]] = {
|
|
|
78
79
|
"doeModesSupported_unset": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to zero
|
|
79
80
|
"modesSupported_set": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to one
|
|
80
81
|
"modesSupported_unset": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to zero
|
|
82
|
+
"vppModesSupported": ParameterSchema(False, ParameterType.Boolean), # Is ANY value set?
|
|
81
83
|
"vppModesSupported_set": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to one
|
|
82
84
|
"vppModesSupported_unset": ParameterSchema(False, ParameterType.HexBinary), # Minimum bits set to zero
|
|
83
85
|
"rtgMaxVA": ParameterSchema(False, ParameterType.Boolean), # Is ANY value set?
|
|
@@ -30,6 +30,8 @@ Preconditions:
|
|
|
30
30
|
- type: create-der-program
|
|
31
31
|
parameters:
|
|
32
32
|
primacy: 0
|
|
33
|
+
- type: set-default-der-control
|
|
34
|
+
parameters: {}
|
|
33
35
|
# Start by enabling everything at the beginning as each step is (mostly) independent of the others
|
|
34
36
|
- type: enable-steps
|
|
35
37
|
parameters:
|
|
@@ -97,12 +97,29 @@ Steps:
|
|
|
97
97
|
- type: enable-steps
|
|
98
98
|
parameters:
|
|
99
99
|
steps:
|
|
100
|
-
-
|
|
100
|
+
- OBSERVE-30-PERCENT
|
|
101
101
|
- type: remove-steps
|
|
102
102
|
parameters:
|
|
103
103
|
steps:
|
|
104
104
|
- GET-DERC-1
|
|
105
105
|
|
|
106
|
+
OBSERVE-30-PERCENT:
|
|
107
|
+
instructions:
|
|
108
|
+
- Observe that DER ramps to 30% limit.
|
|
109
|
+
event:
|
|
110
|
+
type: wait
|
|
111
|
+
parameters:
|
|
112
|
+
duration_seconds: 120
|
|
113
|
+
actions:
|
|
114
|
+
- type: enable-steps
|
|
115
|
+
parameters:
|
|
116
|
+
steps:
|
|
117
|
+
- GET-DERC-2
|
|
118
|
+
- type: remove-steps
|
|
119
|
+
parameters:
|
|
120
|
+
steps:
|
|
121
|
+
- OBSERVE-30-PERCENT
|
|
122
|
+
|
|
106
123
|
# (a, b)
|
|
107
124
|
GET-DERC-2:
|
|
108
125
|
event:
|
|
@@ -119,12 +136,29 @@ Steps:
|
|
|
119
136
|
- type: enable-steps
|
|
120
137
|
parameters:
|
|
121
138
|
steps:
|
|
122
|
-
-
|
|
139
|
+
- OBSERVE-10-PERCENT
|
|
123
140
|
- type: remove-steps
|
|
124
141
|
parameters:
|
|
125
142
|
steps:
|
|
126
143
|
- GET-DERC-2
|
|
127
144
|
|
|
145
|
+
OBSERVE-10-PERCENT:
|
|
146
|
+
instructions:
|
|
147
|
+
- Observe that DER ramps to 10% limit within 15s as per step (b).
|
|
148
|
+
event:
|
|
149
|
+
type: wait
|
|
150
|
+
parameters:
|
|
151
|
+
duration_seconds: 120
|
|
152
|
+
actions:
|
|
153
|
+
- type: enable-steps
|
|
154
|
+
parameters:
|
|
155
|
+
steps:
|
|
156
|
+
- GET-DERC-3
|
|
157
|
+
- type: remove-steps
|
|
158
|
+
parameters:
|
|
159
|
+
steps:
|
|
160
|
+
- OBSERVE-10-PERCENT
|
|
161
|
+
|
|
128
162
|
# (c, d)
|
|
129
163
|
GET-DERC-3:
|
|
130
164
|
event:
|
|
@@ -135,19 +169,54 @@ Steps:
|
|
|
135
169
|
- type: create-der-control
|
|
136
170
|
parameters:
|
|
137
171
|
start: $(now)
|
|
138
|
-
duration_seconds:
|
|
172
|
+
duration_seconds: 900 # Extra long but will be cancelled (give clients enough time to see cancellation)
|
|
139
173
|
opModExpLimW: $(setMaxW * 0.5)
|
|
140
174
|
opModImpLimW: $(setMaxW * 0.5)
|
|
141
175
|
ramp_time_seconds: 60
|
|
142
176
|
- type: enable-steps
|
|
143
177
|
parameters:
|
|
144
178
|
steps:
|
|
145
|
-
-
|
|
179
|
+
- WAIT-RAMP-DERC-3
|
|
146
180
|
- type: remove-steps
|
|
147
181
|
parameters:
|
|
148
182
|
steps:
|
|
149
183
|
- GET-DERC-3
|
|
150
184
|
|
|
185
|
+
# (d)
|
|
186
|
+
WAIT-RAMP-DERC-3:
|
|
187
|
+
event:
|
|
188
|
+
type: wait
|
|
189
|
+
parameters:
|
|
190
|
+
duration_seconds: 60
|
|
191
|
+
actions:
|
|
192
|
+
- type: enable-steps
|
|
193
|
+
parameters:
|
|
194
|
+
steps:
|
|
195
|
+
- OBSERVE-50-PERCENT
|
|
196
|
+
- type: remove-steps
|
|
197
|
+
parameters:
|
|
198
|
+
steps:
|
|
199
|
+
- WAIT-RAMP-DERC-3
|
|
200
|
+
instructions:
|
|
201
|
+
- The DER shall ramp export/import to 50% in 60 seconds (due to rampTms being 60s).
|
|
202
|
+
|
|
203
|
+
OBSERVE-50-PERCENT:
|
|
204
|
+
instructions:
|
|
205
|
+
- Observe that DER completes ramp to 50% limit.
|
|
206
|
+
event:
|
|
207
|
+
type: wait
|
|
208
|
+
parameters:
|
|
209
|
+
duration_seconds: 180
|
|
210
|
+
actions:
|
|
211
|
+
- type: enable-steps
|
|
212
|
+
parameters:
|
|
213
|
+
steps:
|
|
214
|
+
- GET-DEFAULT-DERC
|
|
215
|
+
- type: remove-steps
|
|
216
|
+
parameters:
|
|
217
|
+
steps:
|
|
218
|
+
- OBSERVE-50-PERCENT
|
|
219
|
+
|
|
151
220
|
# (e)
|
|
152
221
|
GET-DEFAULT-DERC:
|
|
153
222
|
event:
|
|
@@ -208,14 +277,14 @@ Steps:
|
|
|
208
277
|
- type: enable-steps
|
|
209
278
|
parameters:
|
|
210
279
|
steps:
|
|
211
|
-
- WAIT-RAMP
|
|
280
|
+
- WAIT-RAMP-DEFAULT
|
|
212
281
|
- type: remove-steps
|
|
213
282
|
parameters:
|
|
214
283
|
steps:
|
|
215
284
|
- POST-RESPONSE-CANCELLED
|
|
216
285
|
|
|
217
286
|
# (i)
|
|
218
|
-
WAIT-RAMP:
|
|
287
|
+
WAIT-RAMP-DEFAULT:
|
|
219
288
|
event:
|
|
220
289
|
type: wait
|
|
221
290
|
parameters:
|
|
@@ -224,14 +293,31 @@ Steps:
|
|
|
224
293
|
- type: enable-steps
|
|
225
294
|
parameters:
|
|
226
295
|
steps:
|
|
227
|
-
-
|
|
296
|
+
- OBSERVE-ZERO-POWER
|
|
228
297
|
- type: remove-steps
|
|
229
298
|
parameters:
|
|
230
299
|
steps:
|
|
231
|
-
- WAIT-RAMP
|
|
300
|
+
- WAIT-RAMP-DEFAULT
|
|
232
301
|
instructions:
|
|
233
302
|
- The DER shall reduce export/import to the current DefaultDERControl limit of 0W at the new ramp rate of 1 %/s.
|
|
234
303
|
|
|
304
|
+
OBSERVE-ZERO-POWER:
|
|
305
|
+
instructions:
|
|
306
|
+
- Observe that DER has ramped down to 0W per DefaultDERControl.
|
|
307
|
+
event:
|
|
308
|
+
type: wait
|
|
309
|
+
parameters:
|
|
310
|
+
duration_seconds: 180
|
|
311
|
+
actions:
|
|
312
|
+
- type: enable-steps
|
|
313
|
+
parameters:
|
|
314
|
+
steps:
|
|
315
|
+
- GET-DERC-4
|
|
316
|
+
- type: remove-steps
|
|
317
|
+
parameters:
|
|
318
|
+
steps:
|
|
319
|
+
- OBSERVE-ZERO-POWER
|
|
320
|
+
|
|
235
321
|
# (j)
|
|
236
322
|
GET-DERC-4:
|
|
237
323
|
event:
|
|
@@ -248,12 +334,29 @@ Steps:
|
|
|
248
334
|
- type: enable-steps
|
|
249
335
|
parameters:
|
|
250
336
|
steps:
|
|
251
|
-
-
|
|
337
|
+
- OBSERVE-30-PERCENT-FINAL
|
|
252
338
|
- type: remove-steps
|
|
253
339
|
parameters:
|
|
254
340
|
steps:
|
|
255
341
|
- GET-DERC-4
|
|
256
342
|
|
|
343
|
+
OBSERVE-30-PERCENT-FINAL:
|
|
344
|
+
instructions:
|
|
345
|
+
- Observe that DER ramps to 30% at new ramp rate of 1% per step (l).
|
|
346
|
+
event:
|
|
347
|
+
type: wait
|
|
348
|
+
parameters:
|
|
349
|
+
duration_seconds: 180
|
|
350
|
+
actions:
|
|
351
|
+
- type: enable-steps
|
|
352
|
+
parameters:
|
|
353
|
+
steps:
|
|
354
|
+
- POST-RESPONSE-STARTED
|
|
355
|
+
- type: remove-steps
|
|
356
|
+
parameters:
|
|
357
|
+
steps:
|
|
358
|
+
- OBSERVE-30-PERCENT-FINAL
|
|
359
|
+
|
|
257
360
|
# (k)
|
|
258
361
|
POST-RESPONSE-STARTED:
|
|
259
362
|
event:
|
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
Description: Generation operational instructions
|
|
2
|
+
Category: Demand Response
|
|
3
|
+
Classes:
|
|
4
|
+
- DR-G
|
|
5
|
+
|
|
6
|
+
TargetVersions:
|
|
7
|
+
- v1.2
|
|
8
|
+
- v1.3-beta/storage
|
|
9
|
+
|
|
10
|
+
Preconditions:
|
|
11
|
+
init_actions:
|
|
12
|
+
- type: create-der-program
|
|
13
|
+
parameters:
|
|
14
|
+
primacy: 0
|
|
15
|
+
checks:
|
|
16
|
+
- type: end-device-contents
|
|
17
|
+
parameters: {}
|
|
18
|
+
- type: der-settings-contents
|
|
19
|
+
parameters: {}
|
|
20
|
+
actions:
|
|
21
|
+
- type: set-comms-rate
|
|
22
|
+
parameters:
|
|
23
|
+
der_list_poll_seconds: 60
|
|
24
|
+
derp_list_poll_seconds: 60
|
|
25
|
+
instructions:
|
|
26
|
+
- The controlled device should be connected to the grid and generating 90% (+/- 5%) of its nameplate rating maximum.
|
|
27
|
+
|
|
28
|
+
Criteria:
|
|
29
|
+
checks:
|
|
30
|
+
- type: all-steps-complete
|
|
31
|
+
parameters: {}
|
|
32
|
+
|
|
33
|
+
Steps:
|
|
34
|
+
|
|
35
|
+
# (a, b)
|
|
36
|
+
GET-DERC-1:
|
|
37
|
+
event:
|
|
38
|
+
type: GET-request-received
|
|
39
|
+
parameters:
|
|
40
|
+
endpoint: /edev/1/derp/1/derc
|
|
41
|
+
actions:
|
|
42
|
+
- type: create-der-control
|
|
43
|
+
parameters:
|
|
44
|
+
start: $(now + '60 seconds')
|
|
45
|
+
duration_seconds: 60
|
|
46
|
+
opModFixedW: 75
|
|
47
|
+
- type: enable-steps
|
|
48
|
+
parameters:
|
|
49
|
+
steps:
|
|
50
|
+
- PUT-DERSTATUS-1
|
|
51
|
+
- PUT-DERSETTINGS-1
|
|
52
|
+
- WAIT-DERC-1
|
|
53
|
+
- type: remove-steps
|
|
54
|
+
parameters:
|
|
55
|
+
steps:
|
|
56
|
+
- GET-DERC-1
|
|
57
|
+
|
|
58
|
+
# (c)
|
|
59
|
+
PUT-DERSTATUS-1:
|
|
60
|
+
event:
|
|
61
|
+
type: PUT-request-received
|
|
62
|
+
parameters:
|
|
63
|
+
endpoint: /edev/1/der/1/ders
|
|
64
|
+
serve_request_first: true # Run this AFTER server receives the request
|
|
65
|
+
checks:
|
|
66
|
+
- type: der-status-contents
|
|
67
|
+
parameters:
|
|
68
|
+
alarmStatus: 0
|
|
69
|
+
operationalModeStatus: 107
|
|
70
|
+
actions:
|
|
71
|
+
- type: remove-steps
|
|
72
|
+
parameters:
|
|
73
|
+
steps:
|
|
74
|
+
- PUT-DERSTATUS-1
|
|
75
|
+
|
|
76
|
+
# (c)
|
|
77
|
+
PUT-DERSETTINGS-1:
|
|
78
|
+
event:
|
|
79
|
+
type: PUT-request-received
|
|
80
|
+
parameters:
|
|
81
|
+
endpoint: /edev/1/der/1/derg
|
|
82
|
+
serve_request_first: true # Run this AFTER server receives the request
|
|
83
|
+
checks:
|
|
84
|
+
- type: der-settings-contents
|
|
85
|
+
parameters:
|
|
86
|
+
modesEnabled_set: "80" # bit 7
|
|
87
|
+
actions:
|
|
88
|
+
- type: remove-steps
|
|
89
|
+
parameters:
|
|
90
|
+
steps:
|
|
91
|
+
- PUT-DERSETTINGS-1
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# (d) After the end of the previous control...
|
|
95
|
+
WAIT-DERC-1:
|
|
96
|
+
event:
|
|
97
|
+
type: wait
|
|
98
|
+
parameters:
|
|
99
|
+
duration_seconds: 120 # Wait for DERControls to fully complete
|
|
100
|
+
actions:
|
|
101
|
+
- type: enable-steps
|
|
102
|
+
parameters:
|
|
103
|
+
steps:
|
|
104
|
+
- GET-DERC-2
|
|
105
|
+
- type: remove-steps
|
|
106
|
+
parameters:
|
|
107
|
+
steps:
|
|
108
|
+
- WAIT-DERC-1
|
|
109
|
+
|
|
110
|
+
# (d) ... create a new DERControl
|
|
111
|
+
GET-DERC-2:
|
|
112
|
+
event:
|
|
113
|
+
type: GET-request-received
|
|
114
|
+
parameters:
|
|
115
|
+
endpoint: /edev/1/derp/1/derc
|
|
116
|
+
actions:
|
|
117
|
+
- type: create-der-control
|
|
118
|
+
parameters:
|
|
119
|
+
start: $(now + '60 seconds')
|
|
120
|
+
duration_seconds: 60
|
|
121
|
+
opModFixedW: 50
|
|
122
|
+
- type: enable-steps
|
|
123
|
+
parameters:
|
|
124
|
+
steps:
|
|
125
|
+
- PUT-DERSTATUS-2
|
|
126
|
+
- PUT-DERSETTINGS-2
|
|
127
|
+
- type: remove-steps
|
|
128
|
+
parameters:
|
|
129
|
+
steps:
|
|
130
|
+
- GET-DERC-2
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
# (e, f)
|
|
134
|
+
PUT-DERSTATUS-2:
|
|
135
|
+
event:
|
|
136
|
+
type: PUT-request-received
|
|
137
|
+
parameters:
|
|
138
|
+
endpoint: /edev/1/der/1/ders
|
|
139
|
+
serve_request_first: true # Run this AFTER server receives the request
|
|
140
|
+
checks:
|
|
141
|
+
- type: der-status-contents
|
|
142
|
+
parameters:
|
|
143
|
+
alarmStatus: 0
|
|
144
|
+
operationalModeStatus: 106
|
|
145
|
+
actions:
|
|
146
|
+
- type: remove-steps
|
|
147
|
+
parameters:
|
|
148
|
+
steps:
|
|
149
|
+
- PUT-DERSTATUS-2
|
|
150
|
+
|
|
151
|
+
# (e, f)
|
|
152
|
+
PUT-DERSETTINGS-2:
|
|
153
|
+
event:
|
|
154
|
+
type: PUT-request-received
|
|
155
|
+
parameters:
|
|
156
|
+
endpoint: /edev/1/der/1/derg
|
|
157
|
+
serve_request_first: true # Run this AFTER server receives the request
|
|
158
|
+
checks:
|
|
159
|
+
- type: der-settings-contents
|
|
160
|
+
parameters:
|
|
161
|
+
modesEnabled_set: "80" # bit 7
|
|
162
|
+
actions:
|
|
163
|
+
- type: remove-steps
|
|
164
|
+
parameters:
|
|
165
|
+
steps:
|
|
166
|
+
- PUT-DERSETTINGS-2
|
|
167
|
+
- type: finish-test
|
|
168
|
+
parameters: {}
|