diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-17 14:36:52 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2017-01-17 14:36:52 +0100 |
commit | ca3541cadd6574b8fce3235963c9b76155607f94 (patch) | |
tree | 221cd8da0848f04815d35cd3d3d75fb5e2a95579 /utils/push-test-logs.sh | |
parent | a5923540034403860464e6f01f32c159c31a254d (diff) |
Declare additional huawei PODS
new pods have been declared in the DB
they are used as production pods and may push results to artifact
Change-Id: Ifca4e68b4d8e9fe696142db59e48d255f5b3019c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils/push-test-logs.sh')
-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 913748f03..733ffbcb5 100644 --- a/utils/push-test-logs.sh +++ b/utils/push-test-logs.sh @@ -27,7 +27,8 @@ node_list=(\ 'ericsson-virtual1' 'ericsson-virtual2' 'ericsson-virtual3' \ 'ericsson-virtual4' 'ericsson-virtual5' \ 'arm-pod1' 'arm-pod3' \ -'huawei-pod1' 'huawei-pod2' 'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4') +'huawei-pod1' 'huawei-pod2' 'huawei-pod3' 'huawei-pod4' 'huawei-pod5' \ +'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4') if [[ ! " ${node_list[@]} " =~ " ${testbed} " ]]; then |