aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorsienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-09-16 18:10:14 -0400
committersienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d>2011-09-16 18:10:14 -0400
commitacedd0fe3b909516fa83ae14b4c4f731641eb4b3 (patch)
treefe2aabec83ade1ca63d61b96b44b2466add1e504 /tests
parentc7651f9727404b1ac6da1714aaeee7d55fe08222 (diff)
downloadsteuermann-acedd0fe3b909516fa83ae14b4c4f731641eb4b3.tar.gz
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@421 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'tests')
-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()