#8752 Nightly test failure in test_integration/TestInstallWithCA_DNS3::test_number_of_zones
Closed: duplicate by frenaud. Opened by mpolovka.

test_integration/test_installation.py::TestInstallWithCA_DNS3::test_number_of_zones is failing in [testing_ipa-4.9_latest] Nightly PR #756 with an error:

    @server_install_setup
    def test_number_of_zones(self):
        """There should be two zones: one forward, one reverse"""
        self.create_pkcs12('ca1/server')
        self.prepare_cacert('ca1')
        self.install_server(extra_args=['--allow-zone-overlap'])
        result = self.master.run_command([
            'ipa', 'dnszone-find'])
>       assert "in-addr.arpa." in result.stdout_text
E       AssertionError: assert 'in-addr.arpa.' in '  Zone name: ipa.test.\n  Active zone: TRUE\n  Authoritative nameserver: master.ipa.test.\n  Administrator e-mail add...;\n  Allow transfer: none;\n----------------------------\nNumber of entries returned 1\n----------------------------\n'
E        +  where '  Zone name: ipa.test.\n  Active zone: TRUE\n  Authoritative nameserver: master.ipa.test.\n  Administrator e-mail add...;\n  Allow transfer: none;\n----------------------------\nNumber of entries returned 1\n----------------------------\n' = <pytest_multihost.transport.SSHCommand object at 0x7fb52cf2ebe0>.stdout_text

Full report


This failure has already been reported in https://pagure.io/freeipa/issue/8700, closing as duplicate.

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

Metadata