name: test run_id: commands[0] env HOME: /home/zuul env LANG: C.UTF-8 env PATH: /home/zuul/src/github.com/osism/openstack-project-manager/.tox/test/bin:/usr/local/bin:/usr/bin:/bin:/usr/games env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 3847207477 env PYTHONIOENCODING: utf-8 env TOX_ENV_DIR: /home/zuul/src/github.com/osism/openstack-project-manager/.tox/test env TOX_ENV_NAME: test env TOX_WORK_DIR: /home/zuul/src/github.com/osism/openstack-project-manager/.tox env VIRTUAL_ENV: /home/zuul/src/github.com/osism/openstack-project-manager/.tox/test metadata pid: 2162 cwd: /home/zuul/src/github.com/osism/openstack-project-manager allow: /home/zuul/src/github.com/osism/openstack-project-manager/.tox/test/bin/* cmd: python -m unittest discover ./test exit_code: 1 2025-10-12 15:31:51.900 | ERROR | Admin domain default not found standard error: ....................................F....F................................................................ ====================================================================== FAIL: test_cli_1 (unit.test_manage.TestCLI.test_cli_1) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/zuul/src/github.com/osism/openstack-project-manager/test/unit/test_manage.py", line 1584, in test_cli_1 self.mock_handle_unmanaged_project.assert_called_once_with( File "/usr/lib/python3.11/unittest/mock.py", line 944, in assert_called_once_with raise AssertionError(msg) AssertionError: Expected 'handle_unmanaged_project' to be called once. Called 0 times. ====================================================================== FAIL: test_cli_6 (unit.test_manage.TestCLI.test_cli_6) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/zuul/src/github.com/osism/openstack-project-manager/test/unit/test_manage.py", line 1633, in test_cli_6 self.assume_project_2(True) File "/home/zuul/src/github.com/osism/openstack-project-manager/test/unit/test_manage.py", line 1561, in assume_project_2 self.mock_handle_unmanaged_project.assert_called_once_with( File "/usr/lib/python3.11/unittest/mock.py", line 944, in assert_called_once_with raise AssertionError(msg) AssertionError: Expected 'handle_unmanaged_project' to be called once. Called 0 times. ---------------------------------------------------------------------- Ran 106 tests in 1.337s FAILED (failures=2)