From 9ab1996c612b064194dad172b2b15d78b644f2b5 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 12 Jun 2012 11:24:55 +0200 Subject: [PATCH] oops --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index dd094e2..8d8b165 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1165,7 +1165,7 @@ class TestPlc: # netflow currently not working in the lxc distro # drl not built at all in the wtx distro # if we find either of them we're happy - return self.check_netflow() or self.check_drl_ ('drl') + return self.check_netflow() or self.check_drl() # expose these def check_netflow (self): return self._check_system_slice ('netflow') -- 2.43.0