robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-test-error / templates / tennet_invalid_07_02.yaml
diff --git a/resources/test_charts/tenantnetwork-test-error/templates/tennet_invalid_07_02.yaml b/resources/test_charts/tenantnetwork-test-error/templates/tennet_invalid_07_02.yaml
new file mode 100644 (file)
index 0000000..211e8bf
--- /dev/null
@@ -0,0 +1,17 @@
+# invalid TenantNetwork manifest where allocation_pool.end is defined to be smaller than allocation_pool.start
+apiVersion: danm.k8s.io/v1
+kind: TenantNetwork
+metadata:
+  name: tennet-invalid-07-02
+  namespace: default
+spec:
+  NetworkID: internal
+  NetworkType: ipvlan
+  Options:
+    host_device: ens3
+    container_prefix: int
+    rt_tables: 200
+    cidr: 10.240.1.0/24
+    allocation_pool:
+      start: 10.240.0.254
+      end: 10.240.2.1