diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-09-06 07:07:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-06 07:07:55 +0000 |
commit | 70d1e053d284fc3028cbb939a7a1649046f39904 (patch) | |
tree | 060a8907eef987a9f6715c20c6d7cf3700c42d6d /tests | |
parent | 2725dd7533befc0b11f4ec90355e994325edcd5b (diff) | |
parent | 031960e8c80bedc0bce00f950ad3555214763573 (diff) |
Merge "Bugfix: correct the path of pod.yaml" into stable/colorado
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/ci/prepare_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/prepare_env.sh b/tests/ci/prepare_env.sh index 8c0a8badc..5529a6f73 100755 --- a/tests/ci/prepare_env.sh +++ b/tests/ci/prepare_env.sh @@ -90,7 +90,7 @@ if [ "$INSTALLER_TYPE" == "fuel" ]; then controller_ips=($(cat fuel_node|grep controller|awk '{print $10}')) compute_ips=($(cat fuel_node|grep compute|awk '{print $10}')) - pod_yaml="/etc/yardstick/nodes/fuel_baremetal/pod.yaml" + pod_yaml="./etc/yardstick/nodes/fuel_baremetal/pod.yaml" if [[ ${controller_ips[0]} ]]; then sed -i "s/ip1/${controller_ips[0]}/" $pod_yaml; |