summaryrefslogtreecommitdiffstats
path: root/lib/common-functions.sh
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2016-05-31 12:21:09 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-31 12:21:09 +0000
commit0c42080ac45da4ee0688198b2e9150e7687ffc85 (patch)
treeca6e468698fb1ef4f9abf601548bc46dd7375dcb /lib/common-functions.sh
parentab0faad452803dad2aa7c2bfca09ee169c6063f2 (diff)
parentf7032844ca19b833b5ee05a7698ace2823aa2fc2 (diff)
Merge "Adding python tests and updating for conventions"
Diffstat (limited to 'lib/common-functions.sh')
-rw-r--r--lib/common-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common-functions.sh b/lib/common-functions.sh
index 2e401b75..6b259ac1 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