[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 707 - Failure!

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: 707 Build Status: Failure Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fc32e2d25c0> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7fc32d6509b0> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 708 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f403182c208> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f4030be2358> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 709 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-0: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f135a200710> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f13595a79e8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-0: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 710 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fb33abae8d0> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7fb339f865f8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 711 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fc702eac668> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7fc7022cd5c0> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 712 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-0: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f7bfefd65f8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f7bfe3354e0> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-0: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 713 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f981d4176a0> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f981c8265f8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 714 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f81da8cc6d8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f81d9bf1668> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 715 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f1f6b33b710> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f1f6a68a3c8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 716 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-0: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f7ed329c6d8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f7ed264e400> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-0: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 717 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fcbd432c668> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7fcbd3770588> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 718 Build Status: Still Failing Triggered By: Started by user Galit Rosenthal ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f80b22f5710> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f80b170d470> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 719 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f08b9c115c0> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f08b8f4a5f8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 720 Build Status: Still Failing Triggered By: Started by user Galit Rosenthal ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-0: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fe2f94bb6d8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7fe2f88505f8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-0: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 721 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f82ac95a6d8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f82abdea4a8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 722 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f0f9e472710> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f0f9d87d630> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 723 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #723 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f6bcbc47710> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f6bcaf74668> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 724 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #723 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #724 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 1 hosts failed installation: lago-basic-suite-master-host-0: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f8cb75c16a0> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f8cb699a630> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 1 hosts failed installation: E lago-basic-suite-master-host-0: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 725 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #723 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #724 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #725 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f593fab32e8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f593ee9d5f8> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 726 Build Status: Still Failing Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #723 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #724 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #725 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #726 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7fa321b185f8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7fa320f09080> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 727 Build Status: Still Failing Triggered By: Started by user Galit Rosenthal ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #723 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #724 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #725 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #726 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #727 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f5efe60a6d8> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f5efda6d0f0> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 728 Build Status: Still Failing Triggered By: Started by user Galit Rosenthal ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #723 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #724 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #725 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #726 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #727 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #728 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_verify_add_hosts Error Message: RuntimeError: 2 hosts failed installation: lago-basic-suite-master-host-0: install_failed lago-basic-suite-master-host-1: install_failed Stack Trace: engine_api = <ovirtsdk4.Connection object at 0x7f2c3f4965c0> @order_by(_TEST_LIST) def test_verify_add_hosts(engine_api): hosts_service = engine_api.system_service().hosts_service() hosts_status = hosts_service.list(search='datacenter={}'.format(DC_NAME)) total_hosts = len(hosts_status) dump_hosts = _host_status_to_print(hosts_service, hosts_status) LOGGER.debug('Host status, verify_add_hosts:\n {}'.format(dump_hosts)) assertions.assert_true_within( lambda: _single_host_up(hosts_service, total_hosts),
timeout=constants.ADD_HOST_TIMEOUT
) ../basic-suite-master/test-scenarios/test_002_bootstrap.py:460: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../ost_utils/ost_utils/assertions.py:88: in assert_true_within assert_equals_within(func, True, timeout, allowed_exceptions) ../ost_utils/ost_utils/assertions.py:42: in assert_equals_within res = func() ../basic-suite-master/test-scenarios/test_002_bootstrap.py:459: in <lambda> lambda: _single_host_up(hosts_service, total_hosts), ../basic-suite-master/test-scenarios/test_002_bootstrap.py:231: in _single_host_up _check_problematic_hosts(hosts_service) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ hosts_service = <ovirtsdk4.services.HostsService object at 0x7f2c3e8b9978> def _check_problematic_hosts(hosts_service): problematic_hosts = hosts_service.list(search='datacenter={} AND status != installing and status != initializing and status != up'.format(DC_NAME)) if len(problematic_hosts): dump_hosts = '%s hosts failed installation:\n' % len(problematic_hosts) for host in problematic_hosts: host_service = hosts_service.host_service(host.id) dump_hosts += '%s: %s\n' % (host.name, host_service.get().status)
raise RuntimeError(dump_hosts)
E RuntimeError: 2 hosts failed installation: E lago-basic-suite-master-host-0: install_failed E lago-basic-suite-master-host-1: install_failed ../basic-suite-master/test-scenarios/test_002_bootstrap.py:240: RuntimeError

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: 729 Build Status: Fixed Triggered By: Started by user Galit Rosenthal ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #707 [Galit Rosenthal] Remove params ovirtsdk from hc suite [Romain Arnaud] Fix warnings when running `pytest test/` Changes for Build #708 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #709 [Galit Rosenthal] Remove params ovirtsdk from hc suite Changes for Build #710 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #711 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #712 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #713 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #714 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #715 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #716 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #717 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #718 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #719 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #720 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #721 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #722 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #723 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #724 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #725 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #726 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #727 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #728 [Eitan Raviv] network: Allow only external & empty nets on VM nics Changes for Build #729 [Eitan Raviv] network: Allow only external & empty nets on VM nics ----------------- Failed Tests: ----------------- All tests passed
participants (1)
-
jenkins@jenkins.phx.ovirt.org