summaryrefslogtreecommitdiffstats
path: root/overlord/test_func.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 17:26:03 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-26 17:26:03 -0400
commitc6935aeff23ccd02d4f236dedf86f108c4df853b (patch)
tree2f54c48c0e84d37a498c09a7275a9f9fb4ce528c /overlord/test_func.py
parent484c9dba767b8a9b1e907d5e4179951ca3f1f2f7 (diff)
downloadfunc-c6935aeff23ccd02d4f236dedf86f108c4df853b.tar.gz
func-c6935aeff23ccd02d4f236dedf86f108c4df853b.tar.xz
func-c6935aeff23ccd02d4f236dedf86f108c4df853b.zip
Refine the bad hardware checker -- this time it detects my potentially exploding (but now ruled safe)
battery correctly.
Diffstat (limited to 'overlord/test_func.py')
-rw-r--r--overlord/test_func.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlord/test_func.py b/overlord/test_func.py
index 1e0d72b..f3b1652 100644
--- a/overlord/test_func.py
+++ b/overlord/test_func.py
@@ -16,7 +16,8 @@ TEST_SMART = True
if TEST_GETATTR:
import func.overlord.client as func_client
- print func_client.Client("*").test.add(1,2)
+ print func_client.Client("*").hardware.pci_info()
+ #print func_client.Client("*").test.add(1,2)
#print func_client.Client("*").hardware.info()
#print func_client.Client("*").run("hardware","info",[])
#print func_client.Client(socket.gethostname(),noglobs=True).test.add("1","2")