summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration
diff options
context:
space:
mode:
authorOleg Fayans <ofayans@redhat.com>2016-03-30 12:34:12 +0200
committerMartin Basti <mbasti@redhat.com>2016-04-06 15:59:22 +0200
commitf836ee7b9c06f282e71dacbefb6f7f34b3addddc (patch)
treeb33b4ce822993caf3b1ec1039cdbd9d41a854290 /ipatests/test_integration
parent49c015b2ed6063157bb5e07882ae2ad7e9508971 (diff)
downloadfreeipa-f836ee7b9c06f282e71dacbefb6f7f34b3addddc.tar.gz
freeipa-f836ee7b9c06f282e71dacbefb6f7f34b3addddc.tar.xz
freeipa-f836ee7b9c06f282e71dacbefb6f7f34b3addddc.zip
Added a kdestroy call to clean ccache at master/client uninstallation
https://fedorahosted.org/freeipa/ticket/5741 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'ipatests/test_integration')
-rw-r--r--ipatests/test_integration/tasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index 93dfac1c6..67ee27a0f 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -171,6 +171,8 @@ def fix_apache_semaphores(master):
def unapply_fixes(host):
restore_files(host)
restore_hostname(host)
+ # Clean ccache to prevent issues like 5741
+ host.run_command(['kdestroy', '-A'])
# Clean up the test directory
host.run_command(['rm', '-rvf', host.config.test_dir])