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

noironetworks / acc-provision / 6787 / 1
72%
master: 72%

Build:
Build:
LAST BUILD BRANCH: mmr-611-ocp-4.20-flavor
DEFAULT BRANCH: master
Ran 12 May 2023 07:16AM UTC
Files 13
Run time 0s
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

12 May 2023 07:09AM UTC coverage: 72.3%. First build
6787.1

push

travis-ci-com

rupeshsahuoc
    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)

3213 of 4444 relevant lines covered (72.3%)

0.72 hits per line

Source Files on job 6787.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3834
  • Travis Job 6787.1
  • bfdeab66 on github
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