Skip to content

Commit 2415614

Browse files
Use All-app-cluster to run the TC_GCAST test in CI. Enable GCAST_2.1 and 2.6 on CI. Preemptively disable 2.2 and 2.8 from ci until they are fully supported/passing (project-chip#43226)
1 parent 23a1ffd commit 2415614

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/python_testing/TC_GCAST_2_1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# === BEGIN CI TEST ARGUMENTS ===
2121
# test-runner-runs:
2222
# run1:
23-
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
23+
# app: ${ALL_CLUSTERS_APP}
2424
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2525
# script-args: >
2626
# --storage-path admin_storage.json

src/python_testing/TC_GCAST_2_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# === BEGIN CI TEST ARGUMENTS ===
2121
# test-runner-runs:
2222
# run1:
23-
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
23+
# app: ${ALL_CLUSTERS_APP}
2424
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2525
# script-args: >
2626
# --storage-path admin_storage.json

src/python_testing/TC_GCAST_2_4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# === BEGIN CI TEST ARGUMENTS ===
2121
# test-runner-runs:
2222
# run1:
23-
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
23+
# app: ${ALL_CLUSTERS_APP}
2424
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2525
# script-args: >
2626
# --storage-path admin_storage.json

src/python_testing/TC_GCAST_2_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# === BEGIN CI TEST ARGUMENTS ===
2121
# test-runner-runs:
2222
# run1:
23-
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
23+
# app: ${ALL_CLUSTERS_APP}
2424
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2525
# script-args: >
2626
# --storage-path admin_storage.json

src/python_testing/TC_GCAST_2_6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# === BEGIN CI TEST ARGUMENTS ===
2121
# test-runner-runs:
2222
# run1:
23-
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
23+
# app: ${ALL_CLUSTERS_APP}
2424
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2525
# script-args: >
2626
# --storage-path admin_storage.json

src/python_testing/TC_GCAST_2_7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# === BEGIN CI TEST ARGUMENTS ===
2121
# test-runner-runs:
2222
# run1:
23-
# app: ${LIGHTING_APP_NO_UNIQUE_ID}
23+
# app: ${ALL_CLUSTERS_APP}
2424
# app-args: --discriminator 1234 --KVS kvs1 --trace-to json:${TRACE_APP}.json
2525
# script-args: >
2626
# --storage-path admin_storage.json

src/python_testing/test_metadata.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ not_automated:
186186
onboarding data security requirements)
187187
- name: TC_GCAST_common.py
188188
reason: Shared code for TC_GCAST, not a standalone test.
189-
- name: TC_GCAST_2_1.py
189+
- name: TC_GCAST_2_2.py
190190
reason:
191191
Cluster not finalized. Will re-enable before 1.6TE2. CI is not
192192
supported.
@@ -202,11 +202,11 @@ not_automated:
202202
reason:
203203
Cluster not finalized. Will re-enable before 1.6TE2. CI is not
204204
supported.
205-
- name: TC_GCAST_2_6.py
205+
- name: TC_GCAST_2_7.py
206206
reason:
207207
Cluster not finalized. Will re-enable before 1.6TE2. CI is not
208208
supported.
209-
- name: TC_GCAST_2_7.py
209+
- name: TC_GCAST_2_8.py
210210
reason:
211211
Cluster not finalized. Will re-enable before 1.6TE2. CI is not
212212
supported.

0 commit comments

Comments
 (0)