|
Ran
|
Jobs
1
|
Files
13
|
Run time
1s
|
Badge
README BADGES
|
push
travis-ci-com
Dualstack support Support both ipv4 and ipv6 for pod_subnet, node_subnet, extern_dynamic and extern_static. For example, pod_subnet can be diven in the following formats in the acc_provision_input.yaml: * single string (IPv4) eg: pod_subnet: 10.2.0.1/16 * single string (IPv6) eg: pod_subnet: 1:2:1:1::1/64 * List with one subnet (IPv4) eg: pod_subnet: - 10.2.0.1/16 * List with one subnet (IPv6) eg: pod_subnet: - 1:2:1:1::1/64 * List with two subnets for dual stack, one IPv4 and one IPv6 eg: pod_subnet: - 10.2.0.1/16 - 1:2:1:1::1/64 * List with more than two subnets, and any combination of IPv4 and IPv6 (If both IPv4 and IPv6 are present, it amounts to dualstack) eg: pod_subnet: - 10.2.0.1/16 - 10.3.0.1/16 - 1:2:1:1::1/64 Co-authored-by: Vishal vlella@gmail.com (cherry picked from commit 063499d23)
3355 of 4620 relevant lines covered (72.62%)
0.73 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 6798.1 | 0 |
72.62 |
Travis Job 6798.1 |