#5516 test_caless.py FAILED
Closed: Fixed Opened by lslebodn.

freeipa-server-4.2.3.201512051753GITd96b840-0.fc23.x86_64

__________ ERROR at teardown of TestServerInstall.test_no_ds_password __________
cls = <class 'ipatests.test_integration.test_caless.TestServerInstall'>
mh = <pytest_multihost.plugin.MultihostFixture object at 0x7f36fd3cd250>
    @classmethod
    def uninstall(cls, mh):
        # Remove the NSS database
        shutil.rmtree(cls.cert_dir)
        # Remove CA cert in /etc/pki/nssdb, in case of failed (un)install
        for host in cls.get_all_hosts():
            cls.master.run_command(['certutil', '-d', paths.NSS_DB_DIR, '-D',
                                    '-n', 'External CA cert'],
                                   raiseonerr=False)
>       super(CALessBase, cls).uninstall()
E       TypeError: uninstall() takes exactly 2 arguments (1 given)
test_integration/test_caless.py:121: TypeError

Pushed to:

  • master: 5cb003f0b4b85dce47499f594c410b34b5c961e2
  • ipa-4-2: e5189ef6e23e4691f6c74541da5bc1a0b0f2e73f

Metadata Update from @lslebodn:
- Issue assigned to tbabej
- Issue set to the milestone: FreeIPA 4.2.4

Metadata