summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-02-18 15:14:30 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-18 15:14:30 +0000
commit0032da631e6fb50b00ba78a70b33ee8c087b58a0 (patch)
tree1ca6e3d562fa0db89c246d7f83b2e2f67b8b30f2
parentf9ec4a6445eb87ca79b01ce271b0784b6ea0c99a (diff)
parentbbc2a0da3f344f61847be457f297be2fb9cb14d0 (diff)
Merge "functest: Enable pushing test logs from orange-fr-pod2"
-rw-r--r--utils/push-test-logs.sh2
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."