|
2025-08-08 14:00:21
|
ERROR
|
server
|
odoo.addons.runbot.tests.test_build_config_step:795
ERROR: TestBuildConfigStep.test_network_can_be_enable
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/mock.py", line 1390, in patched
return func(*newargs, **newkeywargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/runbot/runbot/tests/test_build_config_step.py", line 795, in test_network_can_be_enable
config_step._run_step(self.parent_build)()
File "/data/build/runbot/runbot/models/build.py", line 924, in start_docker
docker_run(
File "/data/build/runbot/runbot/container.py", line 234, in docker_run
return _docker_run(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/mock.py", line 1134, in __call__
return self._mock_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/mock.py", line 1138, in _mock_call
return self._execute_mock_call(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/mock.py", line 1199, in _execute_mock_call
result = effect(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/runbot/runbot/tests/test_build_config_step.py", line 792, in first_docker_run
self.assertFalse(kwargs['network_enabled'])
~~~~~~^^^^^^^^^^^^^^^^^^^
KeyError: 'network_enabled'
|
|