Modified path append to work better with Windows, updated use of wait_for_ip calls to work with new params

This commit is contained in:
Logan Lipke
2020-07-13 12:42:50 -07:00
parent 0b0a51487d
commit 4f402d15f4
6 changed files with 21 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ if sys.version_info[0] != 3:
exit(1)
if 'py-json' not in sys.path:
sys.path.append('../py-json')
sys.path.append(os.path.join(os.path.abspath('..'), 'py-json'))
import LANforge
from LANforge.lfcli_base import LFCliBase
from LANforge import LFUtils