[oVirt Jenkins] ovirt-system-tests_basic-suite-master_nightly - Build # 393 - 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: 393 Build Status: Failure Triggered By: Started by timer ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #393 [Galit Rosenthal] Rm he basic iscsi4.3 he node ng 4.3 from check_patch ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.100_basic_ui_sanity_pytest.test_virtual_machines[firefox] Error Message: TimeoutException: Message: Wait until VM list view is displayed failed Stack Trace: ovirt_driver = <test_utils.navigation.driver.Driver object at 0x7f9798416410> setup_virtual_machines = None save_screenshot = <function save at 0x7f9798e3bed8> save_page_source = <function save at 0x7f979997ad70> def test_virtual_machines(ovirt_driver, setup_virtual_machines, save_screenshot, save_page_source): try: webadmin_menu = WebAdminLeftMenu(ovirt_driver)
vm_list_view = webadmin_menu.open_vm_list_view()
../basic-suite-master/test-scenarios/100_basic_ui_sanity_pytest.py:266: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../basic-suite-master/test_utils/page_objects/WebAdminLeftMenu.py:22: in open_vm_list_view vm_list_view.wait_for_displayed() ../basic-suite-master/test_utils/page_objects/Displayable.py:14: in wait_for_displayed self.ovirt_driver.wait_until('Wait until ' + self.get_displayable_name() + ' is displayed failed', self.is_displayed) ../basic-suite-master/test_utils/navigation/driver.py:282: in wait_until self._wait_until(message, testlib.SHORT_TIMEOUT, condition_method, *args) ../basic-suite-master/test_utils/navigation/driver.py:288: in _wait_until WebDriverWait(self.driver, timeout).until(ConditionClass(condition_method, *args), message) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="8ddc23ce-eeec-4ffe-ab94-4803e544de89")> method = <test_utils.navigation.driver.ConditionClass object at 0x7f9798412410> message = 'Wait until VM list view is displayed failed' def until(self, method, message=''): """Calls the method provided with the driver as an argument until the \ return value is not False.""" screen = None stacktrace = None end_time = time.time() + self._timeout while True: try: value = method(self._driver) if value: return value except self._ignored_exceptions as exc: screen = getattr(exc, 'screen', None) stacktrace = getattr(exc, 'stacktrace', None) time.sleep(self._poll) if time.time() > end_time: break
raise TimeoutException(message, screen, stacktrace)
E TimeoutException: Message: Wait until VM list view is displayed failed ../.local/lib/python2.7/site-packages/selenium/webdriver/support/wait.py:80: TimeoutException

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: 394 Build Status: Still Failing Triggered By: Started by user Parth Dhanjal ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #393 [Galit Rosenthal] Rm he basic iscsi4.3 he node ng 4.3 from check_patch Changes for Build #394 [Galit Rosenthal] Rm he basic iscsi4.3 he node ng 4.3 from check_patch ----------------- Failed Tests: ----------------- 1 tests failed. FAILED: basic-suite-master.test-scenarios.100_basic_ui_sanity_pytest.test_virtual_machines[chrome] Error Message: Exception: Unexpected error notification present Stack Trace: ovirt_driver = <test_utils.navigation.driver.Driver object at 0x7f64d2d89b90> setup_virtual_machines = None save_screenshot = <function save at 0x7f64d4345d70> save_page_source = <function save at 0x7f64d38307d0> def test_virtual_machines(ovirt_driver, setup_virtual_machines, save_screenshot, save_page_source): try: webadmin_menu = WebAdminLeftMenu(ovirt_driver) vm_list_view = webadmin_menu.open_vm_list_view() vms = vm_list_view.get_vms() assert 'vm0' in vms assert vm_list_view.is_new_button_enabled() is True assert vm_list_view.is_edit_button_enabled() is False assert vm_list_view.is_shutdown_button_enabled() is False assert vm_list_view.is_export_button_enabled() is False assert vm_list_view.is_migrate_button_enabled() is False vm_list_view.select_vm('vm0') assert vm_list_view.is_new_button_enabled() is True assert vm_list_view.is_edit_button_enabled() is True assert vm_list_view.is_shutdown_button_enabled() is True assert vm_list_view.is_export_button_enabled() is False assert vm_list_view.is_migrate_button_enabled() is True
vm_list_view.poweroff()
../basic-suite-master/test-scenarios/100_basic_ui_sanity_pytest.py:283: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../basic-suite-master/test_utils/page_objects/VmListView.py:71: in poweroff self.wait_and_close_success_notification_safely() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <test_utils.page_objects.VmListView.VmListView object at 0x7f64d21a4a10> def wait_and_close_success_notification_safely(self): isError = False print('Wait for notification') xpath = '//a[@class="notif_dismissButton"]' self.ovirt_driver.wait_long_until('Notification is not displayed', self.ovirt_driver.is_xpath_displayed, xpath) self.ovirt_driver.wait_long_until('Notification is not enabled', self.ovirt_driver.is_xpath_enabled, xpath) isError = self.is_error_notification_visible() if isError:
raise Exception("Unexpected error notification present")
E Exception: Unexpected error notification present ../basic-suite-master/test_utils/page_objects/WithNotifications.py:32: Exception

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: 395 Build Status: Fixed Triggered By: Started by user Parth Dhanjal ------------------------------------- Changes Since Last Success: ------------------------------------- Changes for Build #393 [Galit Rosenthal] Rm he basic iscsi4.3 he node ng 4.3 from check_patch Changes for Build #394 [Galit Rosenthal] Rm he basic iscsi4.3 he node ng 4.3 from check_patch Changes for Build #395 [Sandro Bonazzola] yum-repos: cbs.centos.org repos doesn't exist anymore ----------------- Failed Tests: ----------------- All tests passed
participants (1)
-
jenkins@jenkins.phx.ovirt.org