Skip to content

Commit

Permalink
test: Disable Geneve encapsulation tests on GKE
Browse files Browse the repository at this point in the history
GKE currently doesn't support Geneve:
level=warning msg="+ ip link add name cilium_geneve address a6:04:9c:c0:d2:5b mtu 1460 type geneve external" subsys=datapath-loader
level=warning msg="RTNETLINK answers: Operation not supported" subsys=datapath-loader

Signed-off-by: Thomas Graf <thomas@cilium.io>
  • Loading branch information
tgraf committed Feb 20, 2020
1 parent 095dfa0 commit 3065ae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/k8sT/DatapathConfiguration.go
Expand Up @@ -253,6 +253,9 @@ var _ = Describe("K8sDatapathConfig", func() {
}, 600)

It("Check connectivity with Geneve encapsulation", func() {
// Geneve is currently not supported on GKE
SkipIfIntegration(helpers.CIIntegrationGKE)

deployCilium(map[string]string{
"global.tunnel": "geneve",
})
Expand Down

0 comments on commit 3065ae7

Please sign in to comment.