#8722 Nightly test failure in test_webui/test_selinuxusermap.py::test_selinuxusermap::test_mod
Closed: duplicate 3 years ago by frenaud. Opened 3 years ago by fcami.

testing_master_testing Nightly PR #730 failed in test_webui/test_selinuxusermap.py::test_selinuxusermap::test_mod:

self = <ipatests.test_webui.test_selinuxusermap.test_selinuxusermap object at 0x7f61e83df8e0>

    @screenshot
    def test_mod(self):
        """
        Mod: selinuxusermap
        """
        self.init_app()
        host = host_tasks()
        host.driver = self.driver
        host.config = self.config
        host.prep_data()
        host.prep_data2()

        self.add_record(user.ENTITY, user.DATA)
        self.add_record(user.ENTITY, user.DATA2, navigate=False)
        self.add_record(group.ENTITY, group.DATA)
        self.add_record(group.ENTITY, group.DATA2, navigate=False)
>       self.add_record(HOST_ENTITY, host.data)

test_webui/test_selinuxusermap.py:86: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_webui/ui_driver.py:1500: in add_record
    self.dialog_button_click(btn)
test_webui/ui_driver.py:727: in dialog_button_click
    self._button_click(s, dialog, name)
test_webui/ui_driver.py:768: in _button_click
    self.wait_for_request()
test_webui/ui_driver.py:381: in wait_for_request
    WebDriverWait(self.driver, self.request_timeout).until_not(lambda d: runner.has_active_request())

logs


Metadata Update from @frenaud:
- Issue tagged with: test-failure, tests, webui

3 years ago

The issue is related to the reverse zone not created, see issues #8700 ipa-server-install --auto-reverse does not create reverse DNS zone in Fedora 33 and #8707 [WebUI] test_host.py::test_host::test_associations - timeout reached
Closing as duplicate.

Metadata Update from @frenaud:
- Issue close_status updated to: duplicate
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata