aboutsummaryrefslogtreecommitdiff
path: root/tests/hosts.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hosts.py')
-rw-r--r--tests/hosts.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/hosts.py b/tests/hosts.py
new file mode 100644
index 0000000..5fbfa25
--- /dev/null
+++ b/tests/hosts.py
@@ -0,0 +1,13 @@
+import steuermann.run as run
+
+r = run.runner(0,0)
+
+def test_1() :
+ print r.cfg.sections()
+
+def test_2() :
+ print r.get_host_info('rhe4-32')
+
+
+test_1()
+test_2()