diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-18 16:01:30 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-18 16:01:30 +0100 |
commit | bbc2a0da3f344f61847be457f297be2fb9cb14d0 (patch) | |
tree | f9661052c8bf8d1ce17be90838bb6b1b4a63181f /utils/push-test-logs.sh | |
parent | 60585f36a64378b0a823ba0bd05c9bb5a609615a (diff) |
functest: Enable pushing test logs from orange-fr-pod2
Change-Id: I178d6b2458e35da6d53f4f133f6e91de531bef15
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'utils/push-test-logs.sh')
-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 590397f84..972853b78 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -21,7 +21,7 @@ dir_result="${HOME}/opnfv/$project/results/$branch" node_list=(\ 'opnfv-jump-1' 'opnfv-jump-2' 'ericsson-pod1' 'ericsson-pod2' \ 'intelpod2-jumphost' 'intel-pod3' 'intel-pod5' 'intel-pod6' \ -'intel-pod8' 'huawei-us-deploy-bare-1') +'intel-pod8' 'huawei-us-deploy-bare-1' 'orange-fr-pod2') if [[ ! " ${node_list[@]} " =~ " ${testbed} " ]]; then echo "This is not a CI POD. Aborting pushing the logs to artifacts." |