summaryrefslogtreecommitdiffstats
path: root/client/test_func.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/test_func.py')
-rw-r--r--client/test_func.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/test_func.py b/client/test_func.py
index 866af36..6362b85 100644
--- a/client/test_func.py
+++ b/client/test_func.py
@@ -18,11 +18,12 @@ print s.test.add(1, 2)
if TEST_PROCESS:
print s.process.info()
+ print s.process.pkill("thunderbird")
# here's the service module testing
if TEST_SERVICES:
print s.service.restart("httpd")
-
+
if TEST_HARDWARE:
print s.hardware.info()