From 8d4256ad7c88d712e81a981e25dc3a9fd644d9ac Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 4 Jul 2017 09:08:52 +0200 Subject: [PATCH] Allow zte-virtual1 publish logs to artifact repo Change-Id: I0a8935351444909b13ed306baf4f36311c8186c9 Signed-off-by: jose.lausuch --- utils/push-test-logs.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh index f0c488a5a..5021b7832 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -30,7 +30,8 @@ node_list=(\ 'arm-pod1' 'arm-pod3' \ 'huawei-pod1' 'huawei-pod2' 'huawei-pod3' 'huawei-pod4' 'huawei-pod5' \ 'huawei-pod6' 'huawei-pod7' 'huawei-pod12' \ -'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4') +'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4'\ +'zte-virtual1') if [[ ! " ${node_list[@]} " =~ " ${testbed} " ]]; then -- 2.16.6