diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2017-07-04 09:08:52 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2017-07-04 09:08:52 +0200 |
commit | 8d4256ad7c88d712e81a981e25dc3a9fd644d9ac (patch) | |
tree | 76401a7f94af7f48434eb518b5a55c13c3c0f94f /utils | |
parent | e5b452dfa55f8fb7a6bcc6895ae4c671b1c871cb (diff) |
Allow zte-virtual1 publish logs to artifact repo
Change-Id: I0a8935351444909b13ed306baf4f36311c8186c9
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/push-test-logs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |