From ac70c2cc5cf6434045dcb8c7f54b4b0b59873c47 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 27 Jun 2013 10:44:02 +0200 Subject: Add more test tasks - install_client - connect_replica - disconnect_replica - prepare_host - kinit_admin --- ipatests/test_integration/host.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'ipatests/test_integration/host.py') diff --git a/ipatests/test_integration/host.py b/ipatests/test_integration/host.py index 5647e0dc..e3cc4c92 100644 --- a/ipatests/test_integration/host.py +++ b/ipatests/test_integration/host.py @@ -273,8 +273,6 @@ class Host(object): else: self.log.critical('No SSH credentials configured') raise RuntimeError('No SSH credentials configured') - # Clean up the test directory - self.run_command(['rm', '-rvf', self.config.test_dir]) return transport @property -- cgit