Remove netcheker as we now use hydrophone for network tests (#13058)

This commit is contained in:
Max Gautier
2026-03-02 14:10:54 +00:00
committed by GitHub
parent a866292279
commit 0c47a6891e
17 changed files with 0 additions and 424 deletions

View File

@@ -36,10 +36,6 @@
when:
- ('macvlan' not in testcase)
- ('hardening' not in testcase)
vars:
agent_report_interval: 10
netcheck_namespace: default
netchecker_port: 31081
- name: Testcases for kubernetes conformance
import_tasks: 100_check-k8s-conformance.yml
delegate_to: "{{ groups['kube_control_plane'][0] }}"