summaryrefslogtreecommitdiffstats
path: root/tests/python-coverage.sh
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-06-03 04:04:56 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-03 04:04:56 +0000
commitb437e54b11a3cd6c1bbfa4b54534321453404516 (patch)
treeaba0905a851f2f6ebc7dfcc0c415ea46072c16c6 /tests/python-coverage.sh
parentae28031af48b31d909eaa9ea2290f578309e4000 (diff)
parent68fc16c4fc98d26bbb58cda6ce7945c2ac6d79bc (diff)
Merge "Migrates network environment parsing to python"
Diffstat (limited to 'tests/python-coverage.sh')
-rwxr-xr-xtests/python-coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python-coverage.sh b/tests/python-coverage.sh
index 2814363e..ee471446 100755
--- a/tests/python-coverage.sh
+++ b/tests/python-coverage.sh
@@ -7,7 +7,7 @@ coverage-3.4 run ../lib/python/apex-python-utils.py -l /dev/null > /dev/null
# exercise parse-net-settings
# throw debug on the first to exercise it
-coverage-3.4 run -a ../lib/python/apex-python-utils.py --debug parse-net-settings -f ../config/network/network_settings.yaml -i True > /dev/null
+coverage-3.4 run -a ../lib/python/apex-python-utils.py --debug parse-net-settings -s ../config/network/network_settings.yaml -i True -e ../build/network-environment.yaml> /dev/null
# exercise proper nic-template runs
coverage-3.4 run -a ../lib/python/apex-python-utils.py -l /dev/null nic-template -t ../config/network/network_settings.yaml -n "$all_networks" -e interface -af 4 > /dev/null