diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2018-03-27 15:44:37 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2018-03-27 15:44:37 +0800 |
commit | da27201799d8aec6c6a1e0095b33baeea8e66efc (patch) | |
tree | ed071b68790bbd1eedf7fcfd61a6dbe135c26091 /utils | |
parent | a0df693b4e7d567adec158f6cc11b5b7cdadf564 (diff) |
Allow zte-pod9 pushing results to artifacts
For the new scenario 'os-nosdn-ovs_dpdk-noha' for daisy in Fraser.
Change-Id: I331e276c2355d37d54ac0b7436593d8e0f049dfa
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/push-test-logs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/push-test-logs.sh b/utils/push-test-logs.sh index 0fcea0d7b..a87e399dd 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -32,7 +32,7 @@ node_list=(\ 'huawei-pod6' 'huawei-pod7' 'huawei-pod12' \ 'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4' \ 'huawei-virtual5' 'huawei-virtual8' 'huawei-virtual9' \ -'zte-pod2' 'zte-pod3' \ +'zte-pod2' 'zte-pod3' 'zte-pod9' \ 'zte-virtual1') |