From acedd0fe3b909516fa83ae14b4c4f731641eb4b3 Mon Sep 17 00:00:00 2001 From: sienkiew Date: Fri, 16 Sep 2011 22:10:14 +0000 Subject: checkpoint git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@421 d34015c8-bcbb-4646-8ac8-8ba5febf221d --- tests/hosts.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/hosts.py (limited to 'tests') 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() -- cgit