From 2ccf79bdb05c5c1d478f2533e9e3e58f6c73c6d0 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 27 Sep 2010 13:05:31 +0200 Subject: [PATCH] cleanup /etc/sfa/ upon uninstall --- system/TestPlc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/system/TestPlc.py b/system/TestPlc.py index 109aae3..07c5692 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1099,6 +1099,7 @@ class TestPlc: "uses rpm to uninstall sfa - ignore result" self.run_in_guest("rpm -e sfa sfa-sfatables sfa-client sfa-plc") self.run_in_guest("rm -rf /var/lib/sfa") + self.run_in_guest("rm -rf /etc/sfa") return True ### -- 2.47.0