diff options
author | Tim Rozet <trozet@redhat.com> | 2016-06-03 04:04:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-03 04:04:56 +0000 |
commit | b437e54b11a3cd6c1bbfa4b54534321453404516 (patch) | |
tree | aba0905a851f2f6ebc7dfcc0c415ea46072c16c6 /tests | |
parent | ae28031af48b31d909eaa9ea2290f578309e4000 (diff) | |
parent | 68fc16c4fc98d26bbb58cda6ce7945c2ac6d79bc (diff) |
Merge "Migrates network environment parsing to python"
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/python-coverage.sh | 2 |
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 |