robot tcs, test charts, robot container added
[ta/cloudtaf.git] / resources / test_charts / tenantnetwork-test-error / templates / tennet_invalid_07_02.yaml
1 # invalid TenantNetwork manifest where allocation_pool.end is defined to be smaller than allocation_pool.start
2 apiVersion: danm.k8s.io/v1
3 kind: TenantNetwork
4 metadata:
5   name: tennet-invalid-07-02
6   namespace: default
7 spec:
8   NetworkID: internal
9   NetworkType: ipvlan
10   Options:
11     host_device: ens3
12     container_prefix: int
13     rt_tables: 200
14     cidr: 10.240.1.0/24
15     allocation_pool:
16       start: 10.240.0.254
17       end: 10.240.2.1