diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-08 14:34:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-08 14:34:31 +0000 |
commit | 8050d76939f9a69ba9262a4afa7967c6b3796022 (patch) | |
tree | a877703981c4505b0e37658646b709b0775cf450 | |
parent | bf128df80f08053c5f049a2161dc12634a070c82 (diff) | |
parent | 96db0ccad7d237ed9caba04e51e6c0a99a04ed53 (diff) |
Merge "Allow ZTE POD2 to Publish Testing Logs"
-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') |