• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

noironetworks / acc-provision / 6772
72%
master: 72%

Build:
Build:
LAST BUILD BRANCH: bump-6116
DEFAULT BRANCH: master
Ran 08 May 2023 04:26PM UTC
Jobs 1
Files 13
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
6772

push

travis-ci-com

Rupesh
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

3016 of 4195 relevant lines covered (71.9%)

0.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6772.1 08 May 2023 04:26PM UTC 0
71.9
Travis Job 6772.1
Source Files on build 6772
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #6772
  • eda1f62a on github
  • Prev Build on dualstack (#6414)
  • Next Build on dualstack (#6773)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc