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

noironetworks / aci-containers / 11714
63%
master: 63%

Build:
Build:
LAST BUILD BRANCH: vlan-preprovisioning-aci-6.2.x
DEFAULT BRANCH: master
Ran 16 Mar 2026 01:12PM UTC
Jobs 1
Files 48
Run time 1min
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

16 Mar 2026 12:47PM UTC coverage: 62.857% (-0.05%) from 62.911%
11714

push

travis-pro

allenantony-oc
Fix OpenStack system ID lookup broken in ACI 6.2.x

In ACI 6.2.x, opflexIDEp.containerName changed from the Kubernetes
node name to the node UUID, breaking setOpenStackSystemId.
The function filtered opflexIDEp by containerName == <node name>,
which returned no results, leaving openStackSystemId empty and
not enabling VLAN pre-provisioning on OCP-on-OpenStack clusters.

Replace with a two-query MAC-based approach:
1. Query opflexIDEp by domName + ctrlrName + instType=hv to get a
node MAC scoped to the particular OCP cluster.
2. Query opflexIDEp by that MAC with wcard(compHvDn,"prov-OpenStack")
to extract the OpenStack system ID.

0 of 22 new or added lines in 1 file covered. (0.0%)

13 existing lines in 3 files now uncovered.

13486 of 21455 relevant lines covered (62.86%)

0.72 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
22
57.52
-0.01% pkg/controller/services.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
77.32
-0.04% pkg/controller/network_policy.go
2
67.89
-0.18% pkg/hostagent/snats.go
10
64.0
-0.57% pkg/apicapi/apicapi.go
Jobs
ID Job ID Ran Files Coverage
1 11714.1 (DEFAULT_BRANCH=master GOPROXY=https://proxy.golang.org,https://goproxy.io,direct) 16 Mar 2026 01:12PM UTC 48
62.86
Travis Job 11714.1
Source Files on build 11714
  • Tree
  • List 48
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #11714
  • 45358c03 on github
  • Prev Build on master (#11708)
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