Add new k8s genie-cni calico+flannel test
Change-Id: I9441cf3224358d272abe7d647d7209463f7cae0c
Related-PROD: PROD-21550
diff --git a/tcp_tests/tests/system/testdata/k8s/pod-sample-flannel.yaml b/tcp_tests/tests/system/testdata/k8s/pod-sample-flannel.yaml
new file mode 100644
index 0000000..2618fc5
--- /dev/null
+++ b/tcp_tests/tests/system/testdata/k8s/pod-sample-flannel.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Pod
+metadata:
+ name: pod-sample-flannel
+ annotations:
+ cni: "flannel"
+spec:
+ containers:
+ - name: pod-sample-flannel-container
+ image: gcr.io/google-samples/node-hello:1.0
+ ports:
+ - containerPort: 8080