Refactor: check csr request is separated from check network

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
ChengHao Yang
2025-11-29 01:40:17 +08:00
parent 3e42b84e94
commit 78199c3bc3
3 changed files with 50 additions and 48 deletions

View File

@@ -24,6 +24,8 @@
- name: Testcases checking pods
import_tasks: 020_check-pods-running.yml
when: ('macvlan' not in testcase)
- name: Checking CSR approver
import_tasks: 025_check-csr-request.yml
- name: Testcases for network
import_tasks: 030_check-network.yml
when: ('macvlan' not in testcase)