functest: Enable pushing test logs from orange-fr-pod2 17/10217/1
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 18 Feb 2016 15:01:30 +0000 (16:01 +0100)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 18 Feb 2016 15:01:30 +0000 (16:01 +0100)
Change-Id: I178d6b2458e35da6d53f4f133f6e91de531bef15
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
utils/push-test-logs.sh

index 590397f..972853b 100644 (file)
@@ -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."