aboutsummaryrefslogtreecommitdiff
path: root/tests/hosts.py
blob: 5fbfa25e51f5d5838d3c90dc20f676087ec6cbf0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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()