diff options
author | 2017-08-02 11:02:23 -0700 | |
---|---|---|
committer | 2017-08-07 08:50:44 -0700 | |
commit | 96db0ccad7d237ed9caba04e51e6c0a99a04ed53 (patch) | |
tree | fa0df6bd8136496c1ad66c0f246f7ef636bb4a43 | |
parent | eeec59f7b8d501a62c9a89a34300047fd45c69cd (diff) |
Allow ZTE POD2 to Publish Testing Logs
Change-Id: I17e6c6d316a49199f3e4797d87113392cce69568
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-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 5021b7832..eb57deb7b 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-pod2' \ 'zte-virtual1') |