diff --git a/ipatests/test_integration/test_simple_replication.py b/ipatests/test_integration/test_simple_replication.py index 8de385144..17092a499 100644 --- a/ipatests/test_integration/test_simple_replication.py +++ b/ipatests/test_integration/test_simple_replication.py @@ -111,5 +111,6 @@ class TestSimpleReplication(IntegrationTest): # has to be run with --force, there is no --unattended self.master.run_command(['ipa-replica-manage', 'del', self.replicas[0].hostname, '--force']) - result = self.master.run_command(['ipa-replica-manage', 'list']) + result = self.master.run_command( + ['ipa-replica-manage', 'list', '-v', self.master.hostname]) assert self.replicas[0].hostname not in result.stdout_text