Skip to content

edge_orchestrator CI on branch >> 61/merge << #366

edge_orchestrator CI on branch >> 61/merge <<

edge_orchestrator CI on branch >> 61/merge << #366

GitHub Actions / Unit tests report in Python 3.8 failed Dec 26, 2024 in 0s

0 passed, 3 failed and 0 skipped

Tests failed

❌ edge_orchestrator/reports/pytest/unit-tests-report.xml

3 tests were completed in 1s with 0 passed, 3 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 3❌ 1s

❌ pytest

❌ tests.unit_tests.domain.test_supervisor
	tests/unit_tests/domain/test_supervisor.py:10: in <module>
❌ tests.unit_tests.domain.models.test_edge_station
	tests/unit_tests/domain/models/test_edge_station.py:7: in <module>
❌ tests.unit_tests.domain.models.business_rule.test_camera_business_rules
	tests/unit_tests/domain/models/business_rule/test_camera_business_rules.py:6: in <module>

Annotations

Check failure on line 0 in edge_orchestrator/reports/pytest/unit-tests-report.xml

See this annotation in the file changed.

@github-actions github-actions / Unit tests report in Python 3.8

pytest ► tests.unit_tests.domain.test_supervisor

Failed test found in:
  edge_orchestrator/reports/pytest/unit-tests-report.xml
Error:
  tests/unit_tests/domain/test_supervisor.py:10: in <module>
Raw output
tests/unit_tests/domain/test_supervisor.py:10: in <module>
    from edge_orchestrator.domain.use_cases.supervisor import Supervisor, crop_image
edge_orchestrator/domain/use_cases/supervisor.py:10: in <module>
    from edge_orchestrator.api_config import (
edge_orchestrator/api_config.py:63: in <module>
    config = load_config()
edge_orchestrator/api_config.py:60: in load_config
    return configuration_class()
edge_orchestrator/environment/test.py:41: in __init__
    TEST_DATA_FOLDER_PATH / "storage", self.station_config.active_config_name
E   AttributeError: 'JsonStationConfig' object has no attribute 'active_config_name'

Check failure on line 0 in edge_orchestrator/reports/pytest/unit-tests-report.xml

See this annotation in the file changed.

@github-actions github-actions / Unit tests report in Python 3.8

pytest ► tests.unit_tests.domain.models.test_edge_station

Failed test found in:
  edge_orchestrator/reports/pytest/unit-tests-report.xml
Error:
  tests/unit_tests/domain/models/test_edge_station.py:7: in <module>
Raw output
tests/unit_tests/domain/models/test_edge_station.py:7: in <module>
    from edge_orchestrator.api_config import get_station_config
edge_orchestrator/api_config.py:63: in <module>
    config = load_config()
edge_orchestrator/api_config.py:60: in load_config
    return configuration_class()
edge_orchestrator/environment/test.py:41: in __init__
    TEST_DATA_FOLDER_PATH / "storage", self.station_config.active_config_name
E   AttributeError: 'JsonStationConfig' object has no attribute 'active_config_name'

Check failure on line 0 in edge_orchestrator/reports/pytest/unit-tests-report.xml

See this annotation in the file changed.

@github-actions github-actions / Unit tests report in Python 3.8

pytest ► tests.unit_tests.domain.models.business_rule.test_camera_business_rules

Failed test found in:
  edge_orchestrator/reports/pytest/unit-tests-report.xml
Error:
  tests/unit_tests/domain/models/business_rule/test_camera_business_rules.py:6: in <module>
Raw output
tests/unit_tests/domain/models/business_rule/test_camera_business_rules.py:6: in <module>
    from edge_orchestrator.domain.use_cases.supervisor import get_labels
edge_orchestrator/domain/use_cases/supervisor.py:10: in <module>
    from edge_orchestrator.api_config import (
edge_orchestrator/api_config.py:63: in <module>
    config = load_config()
edge_orchestrator/api_config.py:60: in load_config
    return configuration_class()
edge_orchestrator/environment/test.py:41: in __init__
    TEST_DATA_FOLDER_PATH / "storage", self.station_config.active_config_name
E   AttributeError: 'JsonStationConfig' object has no attribute 'active_config_name'