diff options
author | meimei <meimei@huawei.com> | 2016-07-06 10:57:57 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-07-06 10:58:31 +0800 |
commit | ad6867d41c685757b14a9d858389776754e07944 (patch) | |
tree | 296f8c18ed117f4cb08f4038eb6a70c84c103da1 /utils | |
parent | dbc2d128db8ab36e52f245c064b3f68f0953ecb2 (diff) |
[functest] Upload the specified version of the directory
Change-Id: Ia185feab00336c35888e1e7b3ff6cd71077e30f8
Signed-off-by: meimei <meimei@huawei.com>
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=(\ |