Add arm-virtual3 pod into CI pod list 85/63585/1
authorJingzhao Ni <jingzhao.ni@arm.com>
Tue, 16 Oct 2018 10:11:06 +0000 (18:11 +0800)
committerJingzhao Ni <jingzhao.ni@arm.com>
Tue, 16 Oct 2018 10:11:06 +0000 (18:11 +0800)
Add arm-virtual3 pod into CI pod list for running
the functest-kubernetes cases on arm platform.

Change-Id: Iae1881320956795304896d8ea2c1790430f919da
Signed-off-by: Jingzhao Ni <jingzhao.ni@arm.com>
utils/push-test-logs.sh

index d5ab8b9..075a622 100644 (file)
@@ -33,7 +33,8 @@ node_list=(\
 'huawei-virtual1' 'huawei-virtual2' 'huawei-virtual3' 'huawei-virtual4' \
 'huawei-virtual5' 'huawei-virtual8' 'huawei-virtual9' \
 'zte-pod2' 'zte-pod3' 'zte-pod9' \
-'zte-virtual1')
+'zte-virtual1' \
+'arm-virtual3')
 
 
 if [[ ! " ${node_list[@]} " =~ " ${testbed} " ]]; then