Revision 479c7a49756856fd72173ddc923b6c8b810f8701 authored by Cilium Imagebot on 07 July 2024, 04:19:34 UTC, committed by Cilium Imagebot on 07 July 2024, 04:29:56 UTC
Signed-off-by: Cilium Imagebot <noreply@cilium.io>
1 parent 42b26f5
Raw File
test-config-classic.yaml
# List of test cases for conformance-gke with helm installation options
---
config:
  - type: "no-tunnel"
    index: 1
  - type: "tunnel"
    index: 2
    cilium-install-opts: "--datapath-mode=tunnel"
  - type: "ipsec"
    index: 3
    cilium-install-opts: "--encryption=ipsec"
  - type: "tunnel-ipsec"
    index: 4
    cilium-install-opts: "--encryption=ipsec --datapath-mode=tunnel"
back to top