
Project: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ Build: https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/... Build Number: 1202 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #1201 [Michal Skrivanek] hc: Use non-lago deployment in hc suite Changes for Build #1202 [Michal Skrivanek] hc: Use non-lago deployment in hc suite ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_100_basic_ui_sanity.test_grafana[chrome] Error Message: failed on teardown with "RuntimeError: generator didn't stop" Stack Trace: engine_fqdn = 'engine', engine_ip = '192.168.200.2' @pytest.fixture(scope="session") def hub_url(engine_fqdn, engine_ip): env_url = _env_hub_url() if env_url is not None: yield env_url else: backend = _grid_backend() if backend == "podman" or backend == "podman-remote": with podman.grid(engine_fqdn, engine_ip, podman_cmd=backend) as hub_url:
yield hub_url
ost_utils/ost_utils/pytest/fixtures/selenium/__init__.py:75: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <contextlib._GeneratorContextManager object at 0x7f6360419358> type = None, value = None, traceback = None def __exit__(self, type, value, traceback): if type is None: try: next(self.gen) except StopIteration: return False else:
raise RuntimeError("generator didn't stop")
E RuntimeError: generator didn't stop /usr/lib64/python3.6/contextlib.py:92: RuntimeError