Environment: Fedora 22 with IPA build from master branch: efe8f26ddf81db471bbce693dacd35f80e7615e2
test_integration/test_dnssec.py::TestInstallDNSSECLast::test_install_dnssec_master ERROR >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> traceback >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> cls = <class 'ipatests.test_integration.test_dnssec.TestInstallDNSSECLast'>, mh = <pytest_multihost.plugin.MultihostFixture object at 0x7f2c84df3250> @classmethod def install(cls, mh): tasks.install_master(cls.master, setup_dns=True) > tasks.install_replica(cls.master, cls.replicas[0], setup_dns=True) test_integration/test_dnssec.py:80: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ test_integration/tasks.py:246: in install_replica replica.hostname]) ../pytest_multihost/host.py:222: in run_command command.wait(raiseonerr=raiseonerr) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pytest_multihost.transport.SSHCommand object at 0x7f2c84dfe8d0>, raiseonerr = True def wait(self, raiseonerr=True): """Wait for the remote process to exit Raises an excption if the exit code is not 0, unless raiseonerr is true. """ if self._done: return self.returncode self._end_process() self._done = True if raiseonerr and self.returncode: self.log.error('Exit code: %s', self.returncode) > raise subprocess.CalledProcessError(self.returncode, self.argv) E CalledProcessError: Command '['ipa-replica-prepare', '-p', 'root4lab', '--ip-address', '10.34.58.74', '--no-reverse', 'vm-074.abc.idm.lab.eng.brq.redhat.com']' returned non-zero exit status 1 ../pytest_multihost/transport.py:147: CalledProcessError
I do not see this error output from our test server, are you sure you have installed the latest tests?
closing according to Martin's assessment
Metadata Update from @pspacek: - Issue assigned to someone - Issue set to the milestone: 0.0 NEEDS_TRIAGE