CI: do not run cases likely to fail

This commit is contained in:
He Yin Ling 2020-07-16 17:18:51 +08:00
parent bfb7757feb
commit 858e12a040
10 changed files with 930 additions and 170 deletions

View file

@ -1337,14 +1337,13 @@ IT_004:
IT_005:
<<: *test_template
parallel: 2
tags:
- ESP32_IDF
- SSC_T1_5
IT_006:
<<: *test_template
parallel: 8
parallel: 7
tags:
- ESP32_IDF
- SSC_T1_6
@ -1420,7 +1419,6 @@ IT_017:
IT_018:
<<: *test_template
parallel: 2
tags:
- ESP32_IDF
- SSC_T1_9

View file

@ -1,76 +1,6 @@
# NOT SUPPORT
# ICMP send Ping not supported
TCPIP_ICMP_0101
TCPIP_ICMP_0101_01
# Bug or not stable cases
# Wifi scan issue
WIFI_SCAN_0303
WIFI_SCAN_0303_01
WIFI_CONN_0302
WIFI_CONN_0302_01
WIFI_MODE_0102
WIFI_MODE_0103
WIFI_ADDR_0102
WIFI_ADDR_0102_01
# IGMP
TCPIP_IGMP_0201
TCPIP_IGMP_0201_01
TCPIP_IGMP_0202
TCPIP_IGMP_0202_01
TCPIP_IGMP_0204
TCPIP_IGMP_0204_01
# TCP
TCPIP_TCP_0401_01_02
# UDP
TCPIP_UDP_0103
TCPIP_UDP_0103_01
TCPIP_UDP_0103_02
TCPIP_UDP_0103_01_02
# BLE
# BT heap size issue
BTSTK_MISC_0301
# SMP
BTSTK_SMP_05001
BTSTK_SMP_05002
BTSTK_SMP_05003
BTSTK_SMP_06004
# multi connect
BTSTK_GAP_10001
BTSTK_GAP_10002
BTSTK_GAP_10003
BTSTK_GAP_10004
BTSTK_GAP_11001
BTSTK_GAP_11002
BTSTK_GAP_12001
BTSTK_GAP_12002
BTSTK_GATT_30001
BTSTK_GATT_30002
BTSTK_GATT_30003
BTSTK_GATT_31001
BTSTK_GATT_31002
BTSTK_GATT_31003
BTSTK_GATT_32001
BTSTK_GATT_32002
BTSTK_GATT_32003
BTSTK_GATT_32004
BTSTK_GATT_33001
BTSTK_GATT_33002
BTSTK_GATT_33003
BTSTK_GATT_34001
BTSTK_GATT_34002
BTSTK_GATT_34003
# GATT read multiple
BTSTK_GATT_27002
BTSTK_GATT_27003

View file

@ -1651,6 +1651,7 @@ test cases:
- *check_connection
- ID: BTSTK_SMP_05003
<<: *SMP_CASE
CI ready: 'No'
test point 2: BLE SMP unsuccessful pair reply test
summary: BLE SMP unsuccessful passkey entry on both side test
steps: |
@ -1766,6 +1767,7 @@ test cases:
- ['P SSC[1-2] C +BLESMP:AuthComplete,Success,0']
- ID: BTSTK_SMP_06004
<<: *SMP_CASE
CI ready: 'No'
test point 2: BLE SMP use API in abnormal state
summary: BLE SMP master disconnect during pairing and repairing
steps: |

View file

@ -1,5 +1,5 @@
test cases:
- CI ready: 'Yes'
- CI ready: 'No'
ID: TCPIP_ICMP_0101
SDK: |-
8266_NonOS

File diff suppressed because it is too large Load diff

View file

@ -2167,7 +2167,7 @@ test cases:
test point 1: basic function
test point 2: socket option test
version: v1 (2016-8-15)
- CI ready: 'Yes'
- CI ready: 'No'
ID: TCPIP_TCP_0401
SDK: |-
8266_NonOS

View file

@ -43,7 +43,7 @@ test cases:
test point 1: basic function
test point 2: mac address function test
version: v1 (2016-8-15)
- CI ready: 'Yes'
- CI ready: 'No'
ID: WIFI_ADDR_0102
SDK: |-
8266_NonOS

View file

@ -315,7 +315,7 @@ test cases:
test point 1: interaction
test point 2: Conn interact with other WiFi operation
version: v1 (2016-8-15)
- CI ready: 'Yes'
- CI ready: 'No'
ID: WIFI_CONN_0302
SDK: |-
ESP32_IDF

View file

@ -47,7 +47,7 @@ test cases:
test point 1: basic function
test point 2: wifi mode fucntion
version: v1 (2016-8-15)
- CI ready: 'Yes'
- CI ready: 'No'
ID: WIFI_MODE_0102
SDK: |-
8266_NonOS
@ -88,7 +88,7 @@ test cases:
test point 1: basic function
test point 2: wifi mode fucntion
version: v1 (2016-8-15)
- CI ready: 'Yes'
- CI ready: 'No'
ID: WIFI_MODE_0103
SDK: |-
8266_NonOS

View file

@ -587,7 +587,7 @@ test cases:
test point 1: interaction
test point 2: Scan interact with other WiFi operation
version: v1 (2015-8-15)
- CI ready: 'Yes'
- CI ready: 'No'
ID: WIFI_SCAN_0303
SDK: ESP32_IDF
Test App: SSC