holado 0.11.3__tar.gz → 0.11.4__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.
Potentially problematic release.
This version of holado might be problematic. Click here for more details.
- {holado-0.11.3 → holado-0.11.4}/PKG-INFO +1 -1
- holado-0.11.4/packaging/VERSION +1 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/ais/ais_messages.py +2 -2
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/tests/behave/steps/ais/ais_messages_steps.py +1 -1
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/resource/persisted_method_to_call_manager.py +1 -1
- holado-0.11.4/src/holado_python/standard_library/ssl/resources/certificates/tcpbin.crt +21 -0
- holado-0.11.4/src/holado_python/standard_library/ssl/resources/certificates/tcpbin.key +28 -0
- holado-0.11.4/src/holado_report/report/builders/summary_by_category_report_builder.py +86 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/report_manager.py +4 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/client/rest/test_server_client.py +20 -0
- {holado-0.11.3/src/holado_tools/tools/host_viewer → holado-0.11.4/src/holado_test/tools/test_server}/server/rest/api/__init__.py +9 -7
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/rest/openapi.yaml +11 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/client/rest/host_controller_client.py +22 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/api/__init__.py +8 -8
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/openapi.yaml +11 -0
- {holado-0.11.3/src/holado_test/tools/test_server → holado-0.11.4/src/holado_tools/tools/host_viewer}/server/rest/api/__init__.py +6 -5
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/rest/openapi.yaml +11 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/environment.py +7 -0
- holado-0.11.3/packaging/VERSION +0 -1
- holado-0.11.3/src/holado_python/standard_library/ssl/resources/certificates/tcpbin.crt +0 -21
- holado-0.11.3/src/holado_python/standard_library/ssl/resources/certificates/tcpbin.key +0 -28
- {holado-0.11.3 → holado-0.11.4}/.gitignore +0 -0
- {holado-0.11.3 → holado-0.11.4}/.gitlab-ci.yml +0 -0
- {holado-0.11.3 → holado-0.11.4}/Dockerfile +0 -0
- {holado-0.11.3 → holado-0.11.4}/INSTALL +0 -0
- {holado-0.11.3 → holado-0.11.4}/LICENSE +0 -0
- {holado-0.11.3 → holado-0.11.4}/NOTES.md +0 -0
- {holado-0.11.3 → holado-0.11.4}/README.md +0 -0
- {holado-0.11.3 → holado-0.11.4}/README.rst +0 -0
- {holado-0.11.3 → holado-0.11.4}/TODO +0 -0
- {holado-0.11.3 → holado-0.11.4}/build/Dockerfile_python3.13_alpine3.20 +0 -0
- {holado-0.11.3 → holado-0.11.4}/build/Dockerfile_with_docker +0 -0
- {holado-0.11.3 → holado-0.11.4}/dependencies/protoc/README.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/packaging/generate_distribution_archive.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/packaging/others/publish_distribution_archive_on_testpypi.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/packaging/publish_distribution_archive.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/pyproject.toml +0 -0
- {holado-0.11.3 → holado-0.11.4}/requirements.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/requirements_docker.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/resources/scripts/generate_scenario_duration_limits.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/resources/scripts/generate_scenario_duration_tags.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/resources/scripts/print_execution_historic.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/resources/scripts/update_scenario_duration_tags.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/resources/ssh/id_rsa +0 -0
- {holado-0.11.3 → holado-0.11.4}/resources/ssh/id_rsa.pub +0 -0
- {holado-0.11.3 → holado-0.11.4}/run_test.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/run_test_draft.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/run_test_needupdate.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/run_test_nonreg.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/context/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/context/context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/context/service_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/context/session_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/handlers/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/handlers/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/handlers/object.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/handlers/undefined.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/tools/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/common/tools/gc_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado/holado_config.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/ais/MaritimeIdentificationDigits.csv +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/ais/ais_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/ais/ais_payload.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/ais/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/ais/patch_pyais.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/tests/behave/steps/ais/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ais/tests/behave/steps/ais/ais_manager_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_api/README.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_api/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_api/client/README.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_api/server/README.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_api/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_api/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_api/tests/behave/steps/server/connexion_server_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_binary/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_binary/ipc/binary.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_binary/ipc/bit_series.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_binary/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_binary/tests/behave/steps/ipc/binary_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_binary/tests/behave/steps/ipc/bit_series_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_context/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_context/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_context/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_context/tests/behave/steps/private/common/context_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/actors/actions.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/actors/actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/actors/element_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/actors/find_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/actors/tree_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/actors/verify_actions.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/base.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/block_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/block_method.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/block_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/function.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/scope_function.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/scope_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/block/scope_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/criterias/and_criteria.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/criterias/criteria.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/criterias/or_criteria.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/criterias/tools/criteria_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/criterias/tools/criteria_parameters.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/drivers/driver.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/drivers/element_driver.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/drivers/element_internal_api.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/drivers/internal_api.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/drivers/tree_driver.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/drivers/tree_internal_api.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/element_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/exceptions.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/functional_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/holado_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/technical_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/timeout_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/exceptions/verify_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/after_in_tree_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/element_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/else_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/or_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/then_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tools/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tools/find_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tools/find_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tools/find_info.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tools/find_parameters.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tools/find_updater.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tools/finder_info.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/finders/tree_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/abstracts/base_redo.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/abstracts/get_or_create.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/element_holder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/exceptions/redo_exceptions.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/features/resource_by_name.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/features/resource_by_type.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/redo.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/handlers/wait.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/inspectors/element_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/inspectors/inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/inspectors/tools/inspect_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/inspectors/tools/inspect_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/inspectors/tools/inspect_parameters.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/inspectors/tree_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/resource/persisted_data_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/resource/resource_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/resource/table_data_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/boolean_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/bytes_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/datetime_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/float_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/integer_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/internal_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/string_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/string_table_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/string_table_row_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/table_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/table_comparator_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/table_row_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/comparators/table_with_header_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/converters/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/converters/table_converter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/table.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/table_cell.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/table_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/table_row.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tables/table_with_header.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tools/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tools/comparators/comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tools/comparators/object_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tools/converters/converter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tools/path_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tools/string_tools.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/common/tools/tools.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tests/behave/steps/common/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tests/behave/steps/common/common_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tests/behave/steps/common/config_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tests/behave/steps/common/resource_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tests/behave/steps/common/tables_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tools/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tools/abstracts/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tools/abstracts/blocking_command_service.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_core/tools/abstracts/service.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_crypto/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_crypto/crypto/transport/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_crypto/crypto/transport/crc.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_crypto/test/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_data/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_data/data/generator/base.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_data/data/generator/generator_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_data/data/generator/python_generator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_data/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_data/tests/behave/steps/data/generator_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_data/tests/behave/steps/tools/utils_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tests/behave/steps/tools/db/db_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tests/behave/steps/tools/db/postgresql_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tests/behave/steps/tools/db/sqlite_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/clients/base/db_audit.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/clients/base/db_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/clients/postgresql/postgresql_audit.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/clients/postgresql/postgresql_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/clients/sqlite/sqlite_audit.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/clients/sqlite/sqlite_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/db_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/query/base/query_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/query/pypika/pypika_query_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_db/tools/db/query/query_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/HOWTO.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/db.sqlite3 +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/manage.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/application/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/application/admin.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/application/apps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/application/migrations/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/application/models.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/application/tests.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/application/views.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/asgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/settings.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/urls.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_projects/rest_api/rest_api/wsgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/django_server.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/grpc_django_server.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/server/patch_djangogrpcframework.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_django/tests/behave/steps/django_server_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_docker/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_docker/sdk/docker/docker_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_docker/sdk/docker/docker_service.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_docker/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/db.sqlite3 +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/manage.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/admin.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/apps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/migrations/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/models.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/serializers.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/tests.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/application/views.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/asgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/settings.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/urls.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_api/rest_api/wsgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/projects/server_rest/server_rest_example/rest_server.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/scripts/script_custom_initialization.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/scripts/script_minimal_initialization.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/__main__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/behave_environment.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/environment.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/features/Configuration/Actions/configure_system.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/features/NonReg/example.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/logging.conf +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/requirements.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/run_test.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/run_test_nonreg.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/src/common/tools/path_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/src/config/config_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/src/context/session_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/steps/config_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_examples/tests/behave/testing_solution/steps/public_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/TODO +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/api/rpc/TODO.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/api/rpc/grpc_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/api/rpc/grpc_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/ipc/rpc/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/ipc/rpc/grpc_compiler.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/ipc/rpc/grpc_services.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/tests/behave/steps/api/grpc_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_grpc/tests/behave/steps/private/api/grpc_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/debug/README.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/debug/memory/memory_profiler.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/docker/init_user.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/docker/logging.conf +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/docker/run_holado_test_nonreg_in_docker.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/docker/run_terminal_in_docker.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/holado_module_template/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/holado_module_template/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/holado_module_template/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/action.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/action_script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/any_action_script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/behave_action_script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/csv_action_script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/initialize_script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/input_output_script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/job.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/json_action_script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_helper/script/script.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_json/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_json/ipc/json.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_json/ipc/json_converter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_json/ipc/json_types.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_json/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_json/tests/behave/steps/ipc/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_json/tests/behave/steps/ipc/json_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_keycloak/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_keycloak/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_keycloak/tests/behave/steps/tools/keycloak_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_keycloak/tools/keycloak/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_keycloak/tools/keycloak/keycloak_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_logging/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_logging/common/logging/holado_logger.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_logging/common/logging/log_config.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_logging/common/logging/log_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multiprocessing/context/process_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multiprocessing/function_process.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multiprocessing/periodic_function_process.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multiprocessing/process.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multiprocessing/processesmanager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multitasking/multitask_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/context/thread_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/functionthreaded.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/loopfunctionthreaded.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/loopthread.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/periodicfunctionthreaded.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/reflection/inspect.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/reflection/sys.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/reflection/traceback.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/thread.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/threadsmanager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/multithreading/timer.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/tests/behave/steps/multiprocessing_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_multitask/tests/behave/steps/multithreading_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/abstracts/type.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/protobuf_compiler.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/protobuf_converter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/protobuf_messages.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/protobuf_modifier.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/types/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/types/google/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/ipc/protobuf/types/google/protobuf.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_protobuf/tests/behave/steps/ipc/protobuf_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/iterables.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/comparators/boolean_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/comparators/bytes_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/comparators/datetime_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/comparators/float_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/comparators/integer_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/comparators/string_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/comparators/type_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/common/tools/datetime.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/csv.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/hashlib.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/multiprocessing.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/queue.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/socket/blocking_socket.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/socket/echo_server.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/socket/message_socket.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/socket/non_blocking_socket.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/socket/socket.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/ssl/resources/certificates/NOTES.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/ssl/resources/certificates/localhost.crt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/ssl/resources/certificates/localhost.key +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/ssl/resources/certificates/rootCACert.pem +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/ssl/ssl.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/standard_library/typing.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/builtins/str_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/convert_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/iterable_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/standard_library/csv_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/standard_library/datetime_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/standard_library/hashlib_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/standard_library/multiprocessing_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/standard_library/queue_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/standard_library/socket_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_python/tests/behave/steps/standard_library/ssl_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tests/behave/steps/tools/rabbitmq_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tests/behave/steps/tools/rabbitmq_server_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tools/rabbitmq/rabbitmq_blocking_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tools/rabbitmq/rabbitmq_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tools/rabbitmq/rabbitmq_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tools/rabbitmq/rabbitmq_select_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rabbitmq/tools/rabbitmq/rabbitmq_server.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_redis/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_redis/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_redis/tests/behave/steps/tools/redis_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_redis/tools/redis/TODO.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_redis/tools/redis/redis_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_redis/tools/redis/redis_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/campaign/campaign_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/analyze/execution_historic_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/analyze/scenario_duration_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/detailed_scenario_failed_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/failure_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/json_execution_historic_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/short_scenario_failed_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/summary_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/summary_scenario_by_category_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/summary_scenario_failed_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/builders/summary_scenario_report_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/execution_historic.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/reports/base_report.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/reports/feature_report.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_report/report/reports/scenario_report.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/api/rest/TODO.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/api/rest/rest_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/api/rest/rest_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/tests/behave/steps/api/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/tests/behave/steps/api/rest_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/tests/behave/steps/private/api/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_rest/tests/behave/steps/private/api/rest_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tests/behave/steps/private/tools/s3_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tests/behave/steps/tools/s3_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tests/behave/steps/tools/s3_server_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tools/s3/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tools/s3/boto3_s3_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tools/s3/minio_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_s3/tools/s3/moto_server.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/common/tools/dynamic_text_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/common/tools/evaluate_parameters.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/common/tools/expression_evaluator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/common/tools/variable_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/common/tools/variable_convert_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/common/tools/variable_new_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/common/tools/variable_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/common/tools/variable_verify_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/scenario/function_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/scenario/if_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/tests/behave/steps/scenario/loop_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/base/base_function.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/base/base_verify_function.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/base/text_inspecter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/exceptions/interpreter_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_apply_function.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_cast.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_convert.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_dynamic_value.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_escape_all_bytes.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_exists_variable.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_hex_to_bytes.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_hex_to_int.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_to_base_64.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_to_bytes.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_to_hex.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/functions/function_to_string.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/interpreter/text_interpreter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/verifier/exceptions/verifier_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/verifier/functions/verify_function_extract_in.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/verifier/functions/verify_function_match_pattern.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_scripting/text/verifier/text_verifier.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tests/behave/steps/private/tools/sftp_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tests/behave/steps/tools/sftp_client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tests/behave/steps/tools/sftp_server_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tools/sftp/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tools/sftp/sftp_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_sftp/tools/sftp/sftp_server.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_swagger/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_swagger/swagger_hub/mockserver/mockserver_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_swagger/swagger_hub/mockserver/mockserver_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_swagger/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_swagger/tests/behave/steps/swagger_hub/mockserver_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/system/command/command.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/system/command/command_result.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/system/command/curl_command.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/system/command/exceptions.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/system/filesystem/file.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/system/global_system.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/tests/behave/steps/system/commands_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/tests/behave/steps/system/file_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_system/tests/behave/steps/system/system_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/behave.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/behave_environment.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/behave_function.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/behave_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/independant_runner.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/scenario/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/behave/scenario/behave_step_tools.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/common/context/feature_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/common/context/scenario_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/common/context/step_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/common/exceptions/undefined_step_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/scenario/step_tools.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/scenario/tester_tools.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/test_config.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tests/behave/steps/scenario/exception_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tests/behave/steps/scenario/scenario_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tests/behave/steps/scenario/tester_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/Dockerfile +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/core/server_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/core/server_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/requirements.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/rest/README +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/rest/api/campaign/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/rest/api/campaign/scenario.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/rest/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/rest/logging.conf +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/rest/run.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/server/run_test_server_in_docker.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/scripts/execute_persisted_post_processes/execute_persisted_post_processes.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/scripts/execute_persisted_post_processes/execute_persisted_post_processes.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/scripts/execute_persisted_post_processes/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tests/behave/steps/tools/host_controller/client_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/Dockerfile +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/grpc/README +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/grpc/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/grpc/proto/compile_proto.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/grpc/proto/definitions/docker_controler.proto +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/requirements.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/README +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/api/config.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/api/docker/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/api/docker/container.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/api/os.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/run.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/run_host_controller_in_docker.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/client/rest/host_viewer_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/Dockerfile +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/requirements.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/rest/README +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/rest/api/docker/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/rest/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/rest/run.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_viewer/server/run_host_viewer_in_docker.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/actors/actions.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/actors/ui_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/drivers/ui_driver.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/drivers/ui_driver_info.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/drivers/ui_internal_api.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/exceptions/focus_driver_exception.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/finders/ui_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/actors/gui_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/criterias/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/criterias/gui_criteria.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/drivers/gui_driver.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/drivers/gui_internal_api.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/finders/gui_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/handlers/label_gui_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/handlers/zone_gui_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/inspectors/gui_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/windows/gui_window.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/gui/windows/gui_window_info.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/handlers/ui_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/handlers/ui_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/inspectors/tools/ui_inspect_builder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/inspectors/tools/ui_inspect_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui/ui/inspectors/ui_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_mss/ui/mss/mss_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/actors/actions.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/actors/default_selenium_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/actors/selenium_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/criterias/selenium_criteria.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/criterias/selenium_criteria_and_verifier.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/drivers/selenium_driver.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/drivers/selenium_internal_api.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/drivers/web_driver_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/finders/by_selenium_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/finders/children_selenium_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/finders/parent_selenium_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/finders/selenium_finder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/handlers/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/handlers/selenium_by.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/handlers/selenium_holder.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/handlers/selenium_redo.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/handlers/selenium_ui_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/inspectors/default_selenium_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/inspectors/selenium_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/comparators/selenium_2_value_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/comparators/selenium_2_value_table_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/comparators/selenium_2_value_table_row_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/comparators/selenium_2_value_table_with_header_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/converters/selenium_table_converter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/selenium_table.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/selenium_table_cell.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/selenium_table_row.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tables/selenium_table_with_header.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/tools/selenium_path_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/windows/default_selenium_window.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium/ui/gui/selenium/windows/selenium_window.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium_angular/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium_angular/ui/gui/selenium/actors/angular_selenium_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium_angular/ui/gui/selenium/inspectors/angular_selenium_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium_html/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium_html/ui/gui/selenium/actors/html_selenium_actor.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ui_selenium_html/ui/gui/selenium/inspectors/html_selenium_inspector.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/comparators/table_2_value_table_cell_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/comparators/table_2_value_table_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/comparators/table_2_value_table_row_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/comparators/table_2_value_table_with_header_comparator.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/converters/value_table_converter.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/value_table.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/value_table_cell.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/value_table_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/value_table_row.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tables/value_table_with_header.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tools/unique_value_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tools/value.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/common/tools/value_types.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_value/tests/behave/steps/private/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ws/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ws/api/ws/TODO.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ws/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_ws/tests/behave/steps/api/web_service_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/tests/behave/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/tests/behave/steps/yaml_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/yaml/enums.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/yaml/pyyaml/pyyaml_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/yaml/ruamel/ruamel_yaml_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/yaml/yaml_client.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/src/holado_yaml/yaml/yaml_manager.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/steps_catalog.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/Dockerfile_test_holado +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/__main__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/build_docker_image_to_test_holado_in_docker.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/Configuration/Actions/execute_persisted_post_processes.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/api/REST.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/api/gRPC.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/common/multiprocessing/simple.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/common/system/commands.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/common/system/system.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/common/tables/table.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/common/tables/value_table_conversion.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/common/tools/DateTime.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/common/tools/UniqueValueManager.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/ais_message-bitarray_to_nmea.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/ais_message-nmea_raw_to_dict.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-10.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-12.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-14.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-15.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-16.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-17.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-18.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-19.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-1_2_3.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-20.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-21.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-22.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-23.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-24.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-25.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-26.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-27.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-4_11.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-5.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-6.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-7_13.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-8.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_ais/message_types/type-9.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_binary/bit_series.error.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_binary/bit_series.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_protobuf/protobuf.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/convert.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/iterable.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/standard_library/socket/local_echo_server/socket_reset.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/standard_library/socket/local_echo_server/socket_with_tls_and_verify.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/standard_library/socket/local_echo_server/socket_with_tls_without_verify.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/standard_library/socket/local_echo_server/socket_without_tls.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/standard_library/socket/tcpbin.com/socket_with_mtls.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/standard_library/socket/tcpbin.com/socket_with_tls.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_python/standard_library/socket/tcpbin.com/socket_without_tls.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_scripting/common/tools/dynamic_text_manager.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_scripting/common/tools/expression_evaluator.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_scripting/common/tools/variable_manager.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_scripting/text/interpreter/interpreter.error.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_scripting/text/interpreter/interpreter.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/holado_yaml/yaml.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/ipc/json.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/scenario/scenario.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/test_steps/behave.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/test_steps/common.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/tools/RabbitMQ.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/tools/RabbitMQ_steps.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/tools/S3/boto3_client.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/tools/S3/minio_client.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/tools/db_sqlite3.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/NonReg/tools/sFTP.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/Test/logger.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/Test/test_host_controller.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/Test/test_parameter.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/features/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/logging.conf +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/resources/proto/definitions/protobuf/custom_types/field_types.proto +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/resources/proto/definitions/protobuf/protobuf.dev/tutorial/addressbook.proto +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/resources/proto/generated/protobuf/custom_types/field_types_pb2.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/resources/proto/generated/protobuf/protobuf/dev/tutorial/addressbook_pb2.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/resources/scripts/list_tags.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/resources/scripts/update_resources_proto_generated.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/steps/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/steps/private_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/steps/public_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/test_holado_session_context.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/connexion/api_rest/openapi.yaml +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/connexion/api_rest/run.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/README.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/admin.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/apps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/migrations/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/models.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/proto/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/proto/account.proto +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/proto/account_pb2.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/proto/account_pb2_grpc.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/serializers.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/services.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/tests.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/api1/views.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/asgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/settings.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/urls.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/api_grpc/wsgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/db.sqlite3 +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/manage.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/manual_test_commands.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_grpc/patch_djangogrpcframework.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/admin.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/apps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/migrations/__init__.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/models.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/serializers.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/tests.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/api1/views.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/asgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/settings.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/urls.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/api_rest/wsgi.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/db.sqlite3 +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/behave/test_holado/tools/django/api_rest/manage.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/dgot/classement/classement.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/dgot/classement/classement.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/dgot/classement/commands.txt +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/independant_runner/environment.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/independant_runner/features/fake.feature +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/independant_runner/initialize_holado.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/independant_runner/logging.conf +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/independant_runner/steps/public_steps.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/independant_runner/test.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/independant_runner/test.sh +0 -0
- {holado-0.11.3 → holado-0.11.4}/tests/scripts/script_tools.py +0 -0
- {holado-0.11.3 → holado-0.11.4}/upgrade_requirements_to_latest.sh +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.11.4
|
|
@@ -93,7 +93,7 @@ class AISMessages(object):
|
|
|
93
93
|
msg_dict = msg.asdict(enum_as_int=enum_as_int, ignore_spare=ignore_spare)
|
|
94
94
|
|
|
95
95
|
# Extract tagblock of first sentence if present, and add tagblock information in result
|
|
96
|
-
tag_block_str, _ = self.
|
|
96
|
+
tag_block_str, _ = self.split_sentence_to_tag_block_and_message(sentences[0])
|
|
97
97
|
if tag_block_str is None:
|
|
98
98
|
tag_block_dict = None
|
|
99
99
|
else:
|
|
@@ -283,7 +283,7 @@ class AISMessages(object):
|
|
|
283
283
|
|
|
284
284
|
return res
|
|
285
285
|
|
|
286
|
-
def
|
|
286
|
+
def split_sentence_to_tag_block_and_message(self, ais_sentence):
|
|
287
287
|
if isinstance(ais_sentence, str):
|
|
288
288
|
split_char = '\\'
|
|
289
289
|
elif isinstance(ais_sentence, bytes):
|
|
@@ -208,7 +208,7 @@ if AISMessages.is_available():
|
|
|
208
208
|
msg_var_name = StepTools.evaluate_variable_name(msg_var_name)
|
|
209
209
|
ais_sentence = StepTools.evaluate_scenario_parameter(ais_sentence)
|
|
210
210
|
|
|
211
|
-
tb, msg = __get_ais_messages().
|
|
211
|
+
tb, msg = __get_ais_messages().split_sentence_to_tag_block_and_message(ais_sentence)
|
|
212
212
|
|
|
213
213
|
__get_variable_manager().register_variable(tb_var_name, tb)
|
|
214
214
|
__get_variable_manager().register_variable(msg_var_name, msg)
|
{holado-0.11.3 → holado-0.11.4}/src/holado_core/common/resource/persisted_method_to_call_manager.py
RENAMED
|
@@ -99,7 +99,7 @@ class PersistedMethodToCallManager(PersistedDataManager):
|
|
|
99
99
|
@param delete_on_fail: If True, delete method after its fail
|
|
100
100
|
@param delete_on_success_after_fail: If True, delete method after its success even if it has previously failed
|
|
101
101
|
"""
|
|
102
|
-
if self.__scope_name is
|
|
102
|
+
if self.__scope_name is any_value:
|
|
103
103
|
raise TechnicalException("To add a method to call, the scope name must be specified")
|
|
104
104
|
|
|
105
105
|
# Define persisted data that can define if method is already persisted
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIDZTCCAk2gAwIBAgIBKjANBgkqhkiG9w0BAQsFADCBizELMAkGA1UEBhMCVVMx
|
|
3
|
+
CzAJBgNVBAgMAkNBMRYwFAYDVQQHDA1TYW4gRnJhbmNpc2NvMQ8wDQYDVQQKDAZ0
|
|
4
|
+
Y3BiaW4xDDAKBgNVBAsMA29wczETMBEGA1UEAwwKdGNwYmluLmNvbTEjMCEGCSqG
|
|
5
|
+
SIb3DQEJARYUaGFycnliYWdkaUBnbWFpbC5jb20wHhcNMjUxMDI3MDkyNzQ4WhcN
|
|
6
|
+
MjUxMDI4MDkyNzQ4WjAcMRowGAYDVQQDDBF0Y3BiaW4uY29tLWNsaWVudDCCASIw
|
|
7
|
+
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMDSXOJuPmc0k1e7OMyWKhIxcC44
|
|
8
|
+
wmG71lF8E/F11DW+yw3iiJ95ZvkiLuVEGnkMFS+iJJ0LLvCsNq71yVggbeEhRCVe
|
|
9
|
+
vY0RmfZMY3BA27ru3d4QK5Xuffb8eg8x3KRSaeD47ZFATzL5j4EVhsTLe5L2hOIE
|
|
10
|
+
ZAuc1C+mHbGdr23o2r9CqGLq3gl7JNRSjfOzzS1pvgoj/C6vsMViJutx0MYCd2Z6
|
|
11
|
+
4CfPfRO0L1JXzU9GPq1HIDFUDEnopdMALA6KSRSOt0qLChKgKFqRS954e2PZYxwO
|
|
12
|
+
XqvHwD1vGwMl6t1gprSpsAPuaEv/1l8iuA7zHL1jiIergwsLDad1flFSulkCAwEA
|
|
13
|
+
AaNCMEAwHQYDVR0OBBYEFFaEMYPq4DeN+4OAfat4KVqgrWVLMB8GA1UdIwQYMBaA
|
|
14
|
+
FOLuMowBSAZfV5v82LmlaIIOvU/DMA0GCSqGSIb3DQEBCwUAA4IBAQAi3cHZCPtV
|
|
15
|
+
LgOXO4+5Z26Jx4wnqKmsWfEqdXKwcpTm5NKa+pyFcswNRAzk6HL6x2Bd1VO2tT71
|
|
16
|
+
PnDz6/YJWdJqzkCCCInPs5dvptE3ByFAG8nXGi+TE7FzQW8Pa5/d6Vcglxj6269B
|
|
17
|
+
rWdwfDZoFnSJAkRkTbeY6It1kqJB54+DIqVZNtVCQ7axh0Trpzk4B7QjHMvKJlwz
|
|
18
|
+
FPycVbH51IXYts9uHEtT5gdpSXA4hKuEc/p5kRkzomS/8vAolyh6lqkAMGly1tza
|
|
19
|
+
wTpCnzC6pZOJXinN75KplX5f+Wk4aMlchpocVqTPlTjHAzy/DceCGPieGgpx1EhG
|
|
20
|
+
TQm3tdNDnLkY
|
|
21
|
+
-----END CERTIFICATE-----
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
-----BEGIN PRIVATE KEY-----
|
|
2
|
+
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDA0lzibj5nNJNX
|
|
3
|
+
uzjMlioSMXAuOMJhu9ZRfBPxddQ1vssN4oifeWb5Ii7lRBp5DBUvoiSdCy7wrDau
|
|
4
|
+
9clYIG3hIUQlXr2NEZn2TGNwQNu67t3eECuV7n32/HoPMdykUmng+O2RQE8y+Y+B
|
|
5
|
+
FYbEy3uS9oTiBGQLnNQvph2xna9t6Nq/Qqhi6t4JeyTUUo3zs80tab4KI/wur7DF
|
|
6
|
+
YibrcdDGAndmeuAnz30TtC9SV81PRj6tRyAxVAxJ6KXTACwOikkUjrdKiwoSoCha
|
|
7
|
+
kUveeHtj2WMcDl6rx8A9bxsDJerdYKa0qbAD7mhL/9ZfIrgO8xy9Y4iHq4MLCw2n
|
|
8
|
+
dX5RUrpZAgMBAAECggEBAKPrse8EzaQrO/9fOEAkgIuK39VLh2RSrTYEh2fERa2T
|
|
9
|
+
D0g0hvUb3gB5oOhi5yZ0sSYXb4zaTwNnQ+2lIY/7sa2r/CTQz8+3YO3Trs1lNedK
|
|
10
|
+
3e7ETGlfoFJx/MoiF3LSZRROSpgq1al+IxMX28Q9QEaFsB38oZiFsJT5YVD3voVt
|
|
11
|
+
7jYr/yE6A7Nuq4A8EmpXTqNqdIGlBQ5Iq865KfUmqEM7vAJDzo/NPCf3CeCe5yzU
|
|
12
|
+
31sL/odZpj0MJWsFe6P9k932cd47VdXZ84XCcXQHEkKZ6AVwv+EBQfSMfBJUp4pw
|
|
13
|
+
4Cd112jzJR0Gdew6BTwytPHM55Pm7sx3Kx2/+1lr7CECgYEA8fqe1b6HXCC7RUDD
|
|
14
|
+
J2XDkPZbLdyjqWW0mGVps7xX3371BVndXjWTmrKgtLS64XclW9coLGhJMlNel7pO
|
|
15
|
+
dadC24naHF3qNXsTITgz9VJWG5MSNrzDHg4ZzYxllFxm1j7DiorDa4umzHu0w0d1
|
|
16
|
+
7WUZFPP9fm3jlB5dv80HBSWIpWUCgYEAy/6SSGBJfv+hYJjPOtrneQxUGkpnw9mr
|
|
17
|
+
tqA4l2+vMlLJs6xvjgqytV8MgTAc750ASf3/lug497m/PlGxvwj6GwwT8zUhUmBb
|
|
18
|
+
pRJBS2EwHvJBcyeu2GVJJAqnbmoEVdywV21VjUSJ5PH5zg48wJAaJspttOOmmUTt
|
|
19
|
+
Ou+6eh7Ou+UCgYBbm8EENKR0KWQcfL8lLC6Us9+jBjPjjsCHLWWOCRDPaPYD95iJ
|
|
20
|
+
8QiXeWbD4uQZNY0sLtFjtnt3lP5rvLm1awQxrwem05s2cgi0+90X0/sLZ2tu05me
|
|
21
|
+
yEHWgn92YmEAXTSUP6JqFa2pHnA5udUYcbzEJPbkJWASFEjzswAkX6hSzQKBgFpV
|
|
22
|
+
67W9Xg6taWt7gBmSIvtJ6FyUIotqc042eZkmTjE81DGK5QPD3QvQgZscEVRS9HPP
|
|
23
|
+
1UWgpMmfKf+Q8eOlOAyONq93EcCHB058XQniigrKQQ2bvyP5BoC9bxPIQw864aR1
|
|
24
|
+
uHMMrPwD5BnJ2EF2Dv6qmhaG0ZoCGgQFcVDvH6G5AoGAfrF8W04Is7Q0eSF6D296
|
|
25
|
+
BZgICLCNJUykBGp2jXecOHelpKBsSH95mPrwcUHxyxZJhp1iMdua5IAyyS0LkvDX
|
|
26
|
+
ElsFK7kaMbHJPvBhjhWXvB331qJAVjhnYuyiDENEuDJy40+dj+MXN0RFg7fGkz4a
|
|
27
|
+
m0HQFSt8G76mGDV6eQ+xdrc=
|
|
28
|
+
-----END PRIVATE KEY-----
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
|
|
2
|
+
#################################################
|
|
3
|
+
# HolAdo (Holistic Automation do)
|
|
4
|
+
#
|
|
5
|
+
# (C) Copyright 2021-2025 by Eric Klumpp
|
|
6
|
+
#
|
|
7
|
+
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
8
|
+
#
|
|
9
|
+
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
10
|
+
|
|
11
|
+
# The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the Software.
|
|
12
|
+
#################################################
|
|
13
|
+
|
|
14
|
+
import logging
|
|
15
|
+
from holado_report.report.builders.report_builder import ReportBuilder
|
|
16
|
+
from holado_system.system.filesystem.file import File
|
|
17
|
+
|
|
18
|
+
logger = logging.getLogger(__name__)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class SummaryByCategoryReportBuilder(ReportBuilder):
|
|
23
|
+
def __init__(self, filepath):
|
|
24
|
+
self.__filepath = filepath
|
|
25
|
+
self.__counter_by_category = {}
|
|
26
|
+
self.__categories_order = [
|
|
27
|
+
'Regression',
|
|
28
|
+
'Always Failed',
|
|
29
|
+
'Random',
|
|
30
|
+
'Regression but Not Relevant',
|
|
31
|
+
'Always Not Relevant',
|
|
32
|
+
'Random but Not Relevant',
|
|
33
|
+
'Always Success',
|
|
34
|
+
'Fixed',
|
|
35
|
+
'Unknown'
|
|
36
|
+
]
|
|
37
|
+
|
|
38
|
+
def build(self):
|
|
39
|
+
'''
|
|
40
|
+
The file is built after each scenario
|
|
41
|
+
'''
|
|
42
|
+
pass
|
|
43
|
+
|
|
44
|
+
def after_scenario(self, scenario, scenario_report=None):
|
|
45
|
+
from holado_report.report.report_manager import ReportManager
|
|
46
|
+
category_validation, _, _, _ = ReportManager.get_current_scenario_status_information(scenario)
|
|
47
|
+
|
|
48
|
+
if category_validation is not None:
|
|
49
|
+
ind = category_validation.find(' (')
|
|
50
|
+
category = category_validation[:ind] if ind > 0 else category_validation
|
|
51
|
+
|
|
52
|
+
if category not in self.__counter_by_category:
|
|
53
|
+
self.__counter_by_category[category] = 0
|
|
54
|
+
self.__counter_by_category[category] += 1
|
|
55
|
+
|
|
56
|
+
# Update categories order with unexpected category
|
|
57
|
+
if category not in self.__categories_order:
|
|
58
|
+
self.__categories_order.append(category)
|
|
59
|
+
|
|
60
|
+
self.__update_file()
|
|
61
|
+
|
|
62
|
+
def __update_file(self):
|
|
63
|
+
list_by_group = {
|
|
64
|
+
'Success': [(k,self.__counter_by_category[k]) for k in self.__categories_order
|
|
65
|
+
if k in self.__counter_by_category and k in ['Always Success', 'Fixed']],
|
|
66
|
+
'Failed': [(k,self.__counter_by_category[k]) for k in self.__categories_order
|
|
67
|
+
if k in self.__counter_by_category and k in ['Regression', 'Always Failed', 'Random']],
|
|
68
|
+
'Not Relevant': [(k,self.__counter_by_category[k]) for k in self.__categories_order
|
|
69
|
+
if k in self.__counter_by_category and k in ['Regression but Not Relevant', 'Always Not Relevant', 'Random but Not Relevant']]
|
|
70
|
+
}
|
|
71
|
+
others_list = [(k,v) for k,v in self.__counter_by_category.items()
|
|
72
|
+
if k not in ['Always Success', 'Fixed', 'Regression', 'Always Failed', 'Random', 'Regression but Not Relevant', 'Always Not Relevant', 'Random but Not Relevant']]
|
|
73
|
+
|
|
74
|
+
lines = []
|
|
75
|
+
for group_name, group_list in list_by_group.items():
|
|
76
|
+
if group_list:
|
|
77
|
+
lines.append(f"{group_name:>12s}: {sum([x[1] for x in group_list]):5d} ({' ; '.join([f'{x[0]}: {x[1]}' for x in group_list])})")
|
|
78
|
+
else:
|
|
79
|
+
lines.append(f"{group_name:>12s}: {0:5d}")
|
|
80
|
+
if others_list:
|
|
81
|
+
lines.append(f"{'Others':>12s}: {sum([x[1] for x in others_list]):5d} ({' ; '.join([f'{x[0]}: {x[1]}' for x in others_list])})")
|
|
82
|
+
|
|
83
|
+
with File(self.__filepath, mode='wt', auto_flush=False) as fout:
|
|
84
|
+
fout.writelines(lines)
|
|
85
|
+
|
|
86
|
+
|
|
@@ -24,6 +24,7 @@ from holado_scripting.common.tools.evaluate_parameters import EvaluateParameters
|
|
|
24
24
|
from holado_report.report.builders.summary_scenario_report_builder import SummaryScenarioReportBuilder
|
|
25
25
|
from holado_report.report.builders.failure_report_builder import FailureReportBuilder
|
|
26
26
|
from holado_report.report.builders.summary_scenario_by_category_report_builder import SummaryScenarioByCategoryReportBuilder
|
|
27
|
+
from holado_report.report.builders.summary_by_category_report_builder import SummaryByCategoryReportBuilder
|
|
27
28
|
# from holado_core.scenario.scenario_duration_manager import ScenarioDurationManager
|
|
28
29
|
|
|
29
30
|
logger = logging.getLogger(__name__)
|
|
@@ -86,6 +87,9 @@ class ReportManager(BaseReport):
|
|
|
86
87
|
fn = self.get_path("report_summary.txt")
|
|
87
88
|
self.add_report_builder(SummaryReportBuilder(fn))
|
|
88
89
|
|
|
90
|
+
fn = self.get_path("report_summary_by_category.txt")
|
|
91
|
+
self.add_report_builder(SummaryByCategoryReportBuilder(fn))
|
|
92
|
+
|
|
89
93
|
@property
|
|
90
94
|
def __feature_reports(self):
|
|
91
95
|
return self.children_reports("feature")
|
{holado-0.11.3 → holado-0.11.4}/src/holado_test/tools/test_server/client/rest/test_server_client.py
RENAMED
|
@@ -21,6 +21,7 @@ from holado.common.handlers.undefined import undefined_argument, undefined_value
|
|
|
21
21
|
import os
|
|
22
22
|
from holado_core.common.tools.converters.converter import Converter
|
|
23
23
|
from holado_core.common.exceptions.technical_exception import TechnicalException
|
|
24
|
+
from holado_core.common.handlers.wait import WaitFuncResult
|
|
24
25
|
|
|
25
26
|
logger = logging.getLogger(__name__)
|
|
26
27
|
|
|
@@ -72,6 +73,8 @@ class TestServerClient(RestClient):
|
|
|
72
73
|
logger.info(f"Test server is {'not ' if not self.__is_available else ''}available")
|
|
73
74
|
return self.__is_available
|
|
74
75
|
|
|
76
|
+
# Monitoring
|
|
77
|
+
|
|
75
78
|
def ping(self):
|
|
76
79
|
url_parsed = urllib.parse.urlparse(self.url)
|
|
77
80
|
netloc_pattern = r"(?P<host>.*?)(?::(?P<port>\d+))?$"
|
|
@@ -98,6 +101,23 @@ class TestServerClient(RestClient):
|
|
|
98
101
|
logger.debug(f"Ping of test server succeeded for ({host}, {port})")
|
|
99
102
|
return True
|
|
100
103
|
|
|
104
|
+
def is_healthy(self):
|
|
105
|
+
try:
|
|
106
|
+
response = self.get(f"health")
|
|
107
|
+
return response.status_code == 200
|
|
108
|
+
except:
|
|
109
|
+
return False
|
|
110
|
+
|
|
111
|
+
def wait_is_healthy(self, timeout_sec=300, do_raise_on_timeout=True):
|
|
112
|
+
logger.info("Waiting for test-server to be healthy...")
|
|
113
|
+
wait_context = WaitFuncResult(f"wait test-server is healthy", self.is_healthy)
|
|
114
|
+
wait_context.with_timeout(timeout_sec) \
|
|
115
|
+
.with_raise_on_timeout(do_raise_on_timeout) \
|
|
116
|
+
.with_process_in_thread(False)
|
|
117
|
+
wait_context.redo_until(True)
|
|
118
|
+
wait_context.execute()
|
|
119
|
+
logger.info("test-server is healthy")
|
|
120
|
+
|
|
101
121
|
|
|
102
122
|
# Manage campaigns actions
|
|
103
123
|
|
|
@@ -10,13 +10,15 @@
|
|
|
10
10
|
# The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the Software.
|
|
11
11
|
#################################################
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
# from holado.common.context.session_context import SessionContext
|
|
13
|
+
from flask.views import MethodView
|
|
15
14
|
# import logging
|
|
16
|
-
|
|
15
|
+
|
|
17
16
|
# logger = logging.getLogger(__name__)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class HealthView(MethodView):
|
|
20
|
+
|
|
21
|
+
def get(self):
|
|
22
|
+
return {'status': 'healthy'}
|
|
23
|
+
|
|
22
24
|
|
|
@@ -5,6 +5,17 @@ info:
|
|
|
5
5
|
description: |
|
|
6
6
|
API exposed by Test Server.
|
|
7
7
|
paths:
|
|
8
|
+
/health:
|
|
9
|
+
get:
|
|
10
|
+
description: "Healthcheck"
|
|
11
|
+
responses:
|
|
12
|
+
200:
|
|
13
|
+
description: "Healthy"
|
|
14
|
+
content:
|
|
15
|
+
application/json:
|
|
16
|
+
schema:
|
|
17
|
+
type: "string"
|
|
18
|
+
|
|
8
19
|
/campaign/update:
|
|
9
20
|
put:
|
|
10
21
|
description: "Update stored campaigns"
|
|
@@ -18,6 +18,7 @@ from holado.common.handlers.undefined import default_value, undefined_argument,\
|
|
|
18
18
|
import os
|
|
19
19
|
from holado_core.common.tools.converters.converter import Converter
|
|
20
20
|
from holado_rest.api.rest.rest_manager import RestManager
|
|
21
|
+
from holado_core.common.handlers.wait import WaitFuncResult
|
|
21
22
|
|
|
22
23
|
logger = logging.getLogger(__name__)
|
|
23
24
|
|
|
@@ -63,6 +64,27 @@ class HostControllerClient(RestClient):
|
|
|
63
64
|
def __init__(self, name, url, headers=None):
|
|
64
65
|
super().__init__(name, url, headers)
|
|
65
66
|
|
|
67
|
+
|
|
68
|
+
# Monitoring
|
|
69
|
+
|
|
70
|
+
def is_healthy(self):
|
|
71
|
+
try:
|
|
72
|
+
response = self.get(f"health")
|
|
73
|
+
return response.status_code == 200
|
|
74
|
+
except:
|
|
75
|
+
return False
|
|
76
|
+
|
|
77
|
+
def wait_is_healthy(self, timeout_sec=300, do_raise_on_timeout=True):
|
|
78
|
+
logger.info("Waiting for host-controller to be healthy...")
|
|
79
|
+
wait_context = WaitFuncResult(f"wait test-server is healthy", self.is_healthy)
|
|
80
|
+
wait_context.with_timeout(timeout_sec) \
|
|
81
|
+
.with_raise_on_timeout(do_raise_on_timeout) \
|
|
82
|
+
.with_process_in_thread(False)
|
|
83
|
+
wait_context.redo_until(True)
|
|
84
|
+
wait_context.execute()
|
|
85
|
+
logger.info("host-controller is healthy")
|
|
86
|
+
|
|
87
|
+
|
|
66
88
|
# Common features
|
|
67
89
|
|
|
68
90
|
def get_environment_variable_value(self, var_name):
|
{holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/api/__init__.py
RENAMED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
# The Software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the Software.
|
|
11
11
|
#################################################
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
# from holado.common.context.session_context import SessionContext
|
|
13
|
+
from flask.views import MethodView
|
|
15
14
|
# import logging
|
|
16
|
-
|
|
15
|
+
|
|
17
16
|
# logger = logging.getLogger(__name__)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
class HealthView(MethodView):
|
|
20
|
+
|
|
21
|
+
def get(self):
|
|
22
|
+
return {'status': 'healthy'}
|
|
23
23
|
|
|
24
24
|
|
{holado-0.11.3 → holado-0.11.4}/src/holado_tools/tools/host_controller/server/rest/openapi.yaml
RENAMED
|
@@ -9,6 +9,17 @@ info:
|
|
|
9
9
|
For example, it is usefull for a testing solution needing to restart a microservice of the SUT (System Under Test),
|
|
10
10
|
but the testing solution docker image has not the privileges to do it.
|
|
11
11
|
paths:
|
|
12
|
+
/health:
|
|
13
|
+
get:
|
|
14
|
+
description: "Healthcheck"
|
|
15
|
+
responses:
|
|
16
|
+
200:
|
|
17
|
+
description: "Healthy"
|
|
18
|
+
content:
|
|
19
|
+
application/json:
|
|
20
|
+
schema:
|
|
21
|
+
type: "string"
|
|
22
|
+
|
|
12
23
|
/os/env:
|
|
13
24
|
get:
|
|
14
25
|
description: "Get environment variable values"
|
|
@@ -11,13 +11,14 @@
|
|
|
11
11
|
#################################################
|
|
12
12
|
|
|
13
13
|
from flask.views import MethodView
|
|
14
|
-
|
|
15
|
-
import logging
|
|
14
|
+
# import logging
|
|
16
15
|
|
|
17
|
-
logger = logging.getLogger(__name__)
|
|
16
|
+
# logger = logging.getLogger(__name__)
|
|
18
17
|
|
|
19
18
|
|
|
19
|
+
class HealthView(MethodView):
|
|
20
|
+
|
|
21
|
+
def get(self):
|
|
22
|
+
return {'status': 'healthy'}
|
|
20
23
|
|
|
21
|
-
def _get_session_context():
|
|
22
|
-
return SessionContext.instance()
|
|
23
24
|
|
|
@@ -8,6 +8,17 @@ info:
|
|
|
8
8
|
whereas all other microservices have user privileges.
|
|
9
9
|
For example, it is usefull to monitor containers statuses from any terminal on the network.
|
|
10
10
|
paths:
|
|
11
|
+
/health:
|
|
12
|
+
get:
|
|
13
|
+
description: "Healthcheck"
|
|
14
|
+
responses:
|
|
15
|
+
200:
|
|
16
|
+
description: "Healthy"
|
|
17
|
+
content:
|
|
18
|
+
application/json:
|
|
19
|
+
schema:
|
|
20
|
+
type: "string"
|
|
21
|
+
|
|
11
22
|
/os/env:
|
|
12
23
|
get:
|
|
13
24
|
description: "Get environment variable values"
|
|
@@ -44,3 +44,10 @@ from holado_test.behave.behave_environment import * # @UnusedWildImport
|
|
|
44
44
|
|
|
45
45
|
# Define project specific environment methods
|
|
46
46
|
|
|
47
|
+
# Wait test daemons are healthy
|
|
48
|
+
from holado_core.common.tools.converters.converter import Converter
|
|
49
|
+
do_wait_test_server = Converter.to_boolean(os.getenv("HOLADO_WAIT_TEST_SERVER", True))
|
|
50
|
+
if do_wait_test_server:
|
|
51
|
+
SessionContext.instance().test_server_client.wait_is_healthy()
|
|
52
|
+
|
|
53
|
+
|
holado-0.11.3/packaging/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.11.3
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
-----BEGIN CERTIFICATE-----
|
|
2
|
-
MIIDZTCCAk2gAwIBAgIBKjANBgkqhkiG9w0BAQsFADCBizELMAkGA1UEBhMCVVMx
|
|
3
|
-
CzAJBgNVBAgMAkNBMRYwFAYDVQQHDA1TYW4gRnJhbmNpc2NvMQ8wDQYDVQQKDAZ0
|
|
4
|
-
Y3BiaW4xDDAKBgNVBAsMA29wczETMBEGA1UEAwwKdGNwYmluLmNvbTEjMCEGCSqG
|
|
5
|
-
SIb3DQEJARYUaGFycnliYWdkaUBnbWFpbC5jb20wHhcNMjUxMDIyMDkwOTA0WhcN
|
|
6
|
-
MjUxMDIzMDkwOTA0WjAcMRowGAYDVQQDDBF0Y3BiaW4uY29tLWNsaWVudDCCASIw
|
|
7
|
-
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKxBxWBybXhqGWMhtI3vpad9SP9k
|
|
8
|
-
0IsZSIHRRPI27FU/kfoTfMrQayKVggdlyenD3OojsEfNd8mvjz9ApIpogouYgZD4
|
|
9
|
-
0zqHT8G4B15RASWP2K20WWNuKr7HgvraPwTbjDbtg8XU4kwgGOs1XftPhSi9N2DU
|
|
10
|
-
/O6sEkgprqpkNAAZvn8bHRTpDB4FMqbTmH3ojawtz6PeW4I9YJLvbYFYwmmYrNpD
|
|
11
|
-
L5pLnfyt6MS5/x5MGlpvcCaiQU3hWS8JOKpgP6XrIIsu65fQC+UU4MJIYg/StGPj
|
|
12
|
-
rJ7eRBUoi11tGMCfF38AtYUgdNXdVjDM93F+Oks8tVGSZ9d7cwQknKMUgwECAwEA
|
|
13
|
-
AaNCMEAwHQYDVR0OBBYEFBOraPFlFALkITNnlh3s4B564QvFMB8GA1UdIwQYMBaA
|
|
14
|
-
FOLuMowBSAZfV5v82LmlaIIOvU/DMA0GCSqGSIb3DQEBCwUAA4IBAQA/LgtD4+3x
|
|
15
|
-
myJUWPz8TAJ41zIK2AxUgLmlinQnKzvXdHFjJZtYQPxadOdZon7q3Jw7J2FpaQLh
|
|
16
|
-
cc1h9pKIVaPXiR6I4CStKzw6peBtKJ2oN6uaZpSCQza+TC7Bg50uMbJmW+ph8tkY
|
|
17
|
-
t2wmNFh6Q3+yC8kxQM5u0Cg2NDYGepwNhdUfVy1HpgLaM8Gr5gPSD01p1fyb7pcJ
|
|
18
|
-
MWBK0kK6f0JcxZsIvSVuDX4Fc51LppEqv1THL5G4q3sWacksy0VG/izxLgB3hXs1
|
|
19
|
-
VJBUWAMgbvAjAV15XCmvC3k5mMlyIrfXRO8uPpD5iIDdgQQJ5/Bo4UPFGJPOkLV3
|
|
20
|
-
OEqtvNchmuBf
|
|
21
|
-
-----END CERTIFICATE-----
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
-----BEGIN PRIVATE KEY-----
|
|
2
|
-
MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCsQcVgcm14ahlj
|
|
3
|
-
IbSN76WnfUj/ZNCLGUiB0UTyNuxVP5H6E3zK0GsilYIHZcnpw9zqI7BHzXfJr48/
|
|
4
|
-
QKSKaIKLmIGQ+NM6h0/BuAdeUQElj9ittFljbiq+x4L62j8E24w27YPF1OJMIBjr
|
|
5
|
-
NV37T4UovTdg1PzurBJIKa6qZDQAGb5/Gx0U6QweBTKm05h96I2sLc+j3luCPWCS
|
|
6
|
-
722BWMJpmKzaQy+aS538rejEuf8eTBpab3AmokFN4VkvCTiqYD+l6yCLLuuX0Avl
|
|
7
|
-
FODCSGIP0rRj46ye3kQVKItdbRjAnxd/ALWFIHTV3VYwzPdxfjpLPLVRkmfXe3ME
|
|
8
|
-
JJyjFIMBAgMBAAECggEBAIfNwqJrFEseuq0g4YwVJ3CIoYhYHuHLKRLPvZ+IFYKP
|
|
9
|
-
/7I8suHittQpMr5KTYly1TPytwOkxY/ITRL9D7ve8SzFK0D0KvO1wfdj8ss06caH
|
|
10
|
-
RbiMuvxc2m5WNLk4Xv6haEXVs1HAqDiEBaFKDbIX209m/cXlpRM1raQe2ImVPjnk
|
|
11
|
-
xtdzpLYgRIf4MHtjAI22knlsSgypay6cpUF+PArmgepmsIaw+ioy5ItSWTmvq8QU
|
|
12
|
-
9KhnEtdn8UOciLiP2rnLgql+qF8RCL9R/NTTZo+kC00AMEliQBFaLHsLHuFuAQwT
|
|
13
|
-
6X9ueOtEOAewWhhelScbfub5ZlVwvvWhawLqoyGiRZECgYEA1TAlMXhZCrtAIyk/
|
|
14
|
-
Q0dCbrMl24Mr6Yv+PC8Z9N/EC5UrddPwk2W4/L+e8kU6XyyJ4Gw3ZQgJd8gTb1/0
|
|
15
|
-
zpnaFXdK2VhyHxWz3UNzQ4lRuMVB1qK/5/yByqRhysKczzhufhf2XuIcDqiYsWHg
|
|
16
|
-
C4VwpQAQSp9Vbcpd1biXEv1O8AMCgYEAztliCAXlExU3DmcRWbV0RpIjREAm9f6w
|
|
17
|
-
uX8RRuFYZsHVY1pEkv5iACjofeZz9s/EC8QGo4ixcELEou5pFX1HYFyjjw2CwBmS
|
|
18
|
-
a63l5KJyQcChF2tkDaEFsspM0Tri001h8LpChep6cZK4CkHkJ3MTXD4mqa+vpYgr
|
|
19
|
-
RDUwZhdYu6sCgYBO0nE9/Dg3zonlNi/sySEX2ubpZXNL83W5fNTFBCLxAWNDOmxd
|
|
20
|
-
oyOlV5gGDXCKleYYcwp8MV+GyRPefwT9ikbm3uduutPfCGArM/AfDVuIzG4OVLhN
|
|
21
|
-
pr+6U9LQa+ocd8nqlyOBa2piRRXHp991gw3mA8MCRC0K3eKZzZkV7VBNTwKBgCTu
|
|
22
|
-
UP9ntgebMRJEOqfOquzyqJNF9O7Uw07LLhV+pF7sWqH7euTXwD2REDlyTOATJkiH
|
|
23
|
-
fjvyauPFOABzGpX4oSbGQ3mGCwMrTaYmDTat/kJZFynsRZfdWPwb/G0a22aomUT2
|
|
24
|
-
rGvmemgOrwc9znNwq1M70YFYWb7vOfJaoMKJhpEzAoGBAKQCWrZWZRBEeid9QsQ3
|
|
25
|
-
SVedImc8PN5IOC0vyydrkF5qV8LYsPmqMzfkOx0XAx6xrEUyjtSzZRgz/na1EzE6
|
|
26
|
-
juGFIBW30Dx3Ej2A/pKQ7/Yuhdrhl5Nd/Dv5sBgtziBeC+5PYI0XqCV7nIGGOu2/
|
|
27
|
-
8SjHFk7En45EM/cT8l/VahAv
|
|
28
|
-
-----END PRIVATE KEY-----
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{holado-0.11.3 → holado-0.11.4}/packaging/others/publish_distribution_archive_on_testpypi.sh
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{holado-0.11.3 → holado-0.11.4}/src/holado_api/tests/behave/steps/server/connexion_server_steps.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|