From f7032844ca19b833b5ee05a7698ace2823aa2fc2 Mon Sep 17 00:00:00 2001 From: Dan Radez Date: Fri, 20 May 2016 12:29:55 -0400 Subject: Adding python tests and updating for conventions - adding tests dir with a script to run python coverage - adding main funtion to python per convention - replacing underscores with dashes in CLI params per convention Change-Id: I6f64174278e2a2e93eacdb7bee09aac49ce15d29 Signed-off-by: Dan Radez --- lib/common-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common-functions.sh') diff --git a/lib/common-functions.sh b/lib/common-functions.sh index 244d7585..069b3349 100644 --- a/lib/common-functions.sh +++ b/lib/common-functions.sh @@ -18,7 +18,7 @@ function find_ip { return 1 fi - python3.4 -B $LIB/python/apex-python-utils.py find_ip -i $1 + python3.4 -B $LIB/python/apex-python-utils.py find-ip -i $1 } ##attach interface to OVS and set the network config correctly -- cgit 1.2.3-korg