summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Hostbase/test/harness.py
blob: befcff5c0c0ec59aad6120919a39099fd67e7a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
import os, sys

here =  os.path.realpath('harness')

server_hostbase = os.path.realpath(here + '../../../../')

sys.path.insert(0,server_hostbase)
sys.path.insert(0,server_hostbase + '../')
#commented this out, but might be needed for now until the harness is figured out
#if so, use your actual path to the Hostbase module
#sys.path.insert(0,'/home/dahl/Code/bcfg2/src/lib/Server/Hostbase')