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

rollandf / sriov-network-operator
63%
master: 63%

Build:
Build:
LAST BUILD BRANCH: fix/ut-failures
DEFAULT BRANCH: master
Repo Added 25 Jul 2022 11:08AM UTC
Token XCzVsfgJHlDoAXiRtmOJ1Z71xUEDMOzri regen
Build 196 Last
Files 108
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

LAST BUILD ON BRANCH fix/ut-failures
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • CVE-2021-20206
  • CVE-2022-1996
  • CVE-2022-3064
  • add-u
  • add-u-br
  • align-docker
  • baseimage
  • baseimage25.10
  • bp-goproxy
  • bridgesecure
  • busybox
  • check-dra
  • ci-base-branch
  • ci-pr-branch
  • ci-pr-branch-back
  • ci-pr-title
  • daemonresult
  • delete
  • dependabot/docker/golang-1.25
  • dependabot/docker/golang-1.26
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/labeler-6
  • dependabot/github_actions/actions/setup-go-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/azure/setup-helm-4.3.1
  • dependabot/github_actions/coverallsapp/github-action-2.3.6
  • dependabot/github_actions/coverallsapp/github-action-2.3.7
  • dependabot/github_actions/docker/build-push-action-6
  • dependabot/github_actions/docker/setup-buildx-action-3
  • dependabot/github_actions/github/codeql-action-4
  • dependabot/go_modules/general-dependencies-070606913e
  • dependabot/go_modules/general-dependencies-35e5ba6828
  • dependabot/go_modules/general-dependencies-5b87cf7aa9
  • dependabot/go_modules/general-dependencies-8e0f654415
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • disable-plugins-helm
  • docker-again
  • dockerarg
  • dockerargbp
  • dockerbp
  • dra-design
  • dra-poc
  • empty-dir-ups
  • events
  • fix/ut-failures
  • force
  • force-backport
  • gitignore
  • gitignoremaster
  • goconst
  • goproxy
  • gov-ready
  • gpg
  • grpc-cve
  • hook-affinity
  • ignition-cve
  • karg-temp
  • karg-temp-restore
  • labeler
  • log-name
  • loop
  • loop-restore
  • master
  • mtu-ovs
  • nvstaging
  • oauth
  • oauth2
  • oauth3
  • otherconfigbp261
  • ovs-internal
  • remove-license-check
  • revert-grub
  • securebridgeovs
  • typo
  • updates-26.1.x
  • webhookport

28 Apr 2026 12:44PM UTC coverage: 62.626%. First build
25053531349

push

github

rollandf
fix: restore broken test code introduced by bad merge conflict resolutions

Four bugs were introduced in sriovoperatorconfig_controller_test.go
during upstream syncs:

1. Two Delete() calls had their ObjectMeta stripped
   (`&SriovOperatorConfig{}` with no name/namespace), causing
   "resource name may not be empty" → the SriovOperatorConfig/default
   was never cleaned up, which cascaded into the sriovnetworknodepolicy
   controller suite's BeforeAll failing with "already exists" (409).

2. assertResourceExists() for the ServiceMonitor was called with an
   empty GroupVersionKind{} instead of the real monitoring.coreos.com/v1
   ServiceMonitor GVK.

3. A duplicate bare Expect(err) was left alongside the g.Expect(err)
   inside an Eventually closure, causing potential double-failure
   reporting.

Signed-off-by: Fred Rolland <frolland@nvidia.com>
Made-with: Cursor

10059 of 16062 relevant lines covered (62.63%)

0.7 hits per line

Relevant lines Covered
Build:
Build:
16062 RELEVANT LINES 10059 COVERED LINES
0.7 HITS PER LINE
Source Files on master
  • Tree
  • List 108
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25053531349 fix/ut-failures fix: restore broken test code introduced by bad merge conflict resolutions Four bugs were introduced in sriovoperatorconfig_controller_test.go during upstream syncs: 1. Two Delete() calls had their ObjectMeta stripped (`&SriovOperatorConfig{}... push 28 Apr 2026 12:55PM UTC rollandf github
62.63
24340253074 master Merge pull request #1067 from k8snetworkplumbingwg/dependabot/go_modules/general-dependencies-a66d143ff0 build(deps): bump github.com/jaypipes/ghw from 0.23.0 to 0.24.0 in the general-dependencies group push 13 Apr 2026 11:22AM UTC web-flow github
63.45
24334764065 dra-poc feat: integrate dra-driver-sriov as device-plugin alternative Add optional Dynamic Resource Allocation mode behind the dynamicResourceAllocation feature gate: deploy the SR-IOV DRA driver instead of the network device plugin, and keep SR-IOV conf... Pull #35 13 Apr 2026 09:09AM UTC rollandf github
62.9
24334765723 dra-poc Merge bba324abc into 6903bd855 Pull #35 13 Apr 2026 09:09AM UTC web-flow github
62.93
24329542659 dra-poc Merge 55abe7ebd into 6903bd855 Pull #35 13 Apr 2026 06:55AM UTC web-flow github
62.95
24037235827 check-dra fix: skip DeviceClass delete if API not exists Signed-off-by: Fred Rolland <frolland@nvidia.com> push 06 Apr 2026 03:18PM UTC rollandf github
62.49
24029074505 grpc-cve fix: grpc CVE GHSA-p77j-4mvh-x3m3 - google.golang.org/grpc Signed-off-by: Fred Rolland <frolland@nvidia.com> push 06 Apr 2026 11:03AM UTC rollandf github
63.12
23794542826 dra-poc feat: integrate dra-driver-sriov as device-plugin alternative Add optional Dynamic Resource Allocation mode behind the dynamicResourceAllocation feature gate: deploy the SR-IOV DRA driver instead of the network device plugin, and keep SR-IOV conf... Pull #35 31 Mar 2026 11:28AM UTC rollandf github
63.01
23792784975 dra-poc feat: integrate dra-driver-sriov as device-plugin alternative Add optional Dynamic Resource Allocation mode behind the dynamicResourceAllocation feature gate: deploy the SR-IOV DRA driver instead of the network device plugin, and keep SR-IOV conf... Pull #35 31 Mar 2026 10:41AM UTC rollandf github
62.96
23792371600 dra-poc feat: integrate dra-driver-sriov as device-plugin alternative Add optional Dynamic Resource Allocation mode behind the dynamicResourceAllocation feature gate: deploy the SR-IOV DRA driver instead of the network device plugin, and keep SR-IOV conf... push 31 Mar 2026 10:30AM UTC rollandf github
62.91
See All Builds (170)

Badge your Repo: sriov-network-operator

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo 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