diff options
author | meimei <meimei@huawei.com> | 2016-07-06 07:13:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-06 07:13:41 +0000 |
commit | 406c93db02476c7cea06153fb968b8765ecb0e83 (patch) | |
tree | 57bb7dd9f42faf104f26571ae1368d20316eb0cc /utils | |
parent | 1e7de79e7e96bb21b708ff0fbec74cf18caa5d0d (diff) | |
parent | ad6867d41c685757b14a9d858389776754e07944 (diff) |
Merge "[functest] Upload the specified version of the directory"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/push-test-logs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh index 7486adb40..964b41908 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -17,7 +17,7 @@ res_build_date=${1:-$(date -u +"%Y-%m-%d_%H-%M-%S")} project=$PROJECT branch=${GIT_BRANCH##*/} testbed=$NODE_NAME -dir_result="${HOME}/opnfv/$project/results" +dir_result="${HOME}/opnfv/$project/results/${branch}" # src: https://wiki.opnfv.org/display/INF/Hardware+Infrastructure # + intel-pod3 (vsperf) node_list=(\ |