Skip to content

test: e2e: add iaa & dsa workloads - #2364

Open
tkatila wants to merge 2 commits into
intel:mainfrom
tkatila:test-e2e-iaa-dsa-workloads
Open

tkatila wants to merge 2 commits into
intel:mainfrom
tkatila:test-e2e-iaa-dsa-workloads

Conversation

@tkatila

@tkatila tkatila commented Sep 24, 2026

Copy link
Copy Markdown
Contributor
  • some additions to makefile

Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot review overview

🟡 Changes recommended

Moderate issues remain in workload execution, image mirroring, and Makefile target filtering.

Get a fresh assessment by requesting another Copilot review.

Review effort: Lite
Findings: 3 Medium severity

Open (3)
What changed in this PR

Adds operator E2E workloads for IAA and DSA VFIO, with hardware-specific Makefile targets and image override support.

Changes:

  • Adds IAA and DSA VFIO workload execution.
  • Adds categorized operator E2E targets.
  • Adds accel-config-demo image override handling.
File Summary
test/​e2e/​operator/​utils/​operator_utils.go Adds IAA demo image overrides; OCP image mirroring also needs updating.
test/​e2e/​operator/​operator.go Adds IAA and DSA VFIO workloads; restart policy, timeout, and naming issues require changes.
Makefile Adds plugin-specific targets; default filtering and VFIO target coverage require changes.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread Makefile Outdated
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events --ginkgo.label-filter "operator && !(gpu || iaa)" $(E2E_DRYRUN) -delete-namespace-on-failure=false

e2e-operator: e2e-operator-reminder
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events --ginkgo.label-filter "operator && !(gpu || vfio)" $(E2E_DRYRUN) -delete-namespace-on-failure=false
Comment thread Makefile
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events --ginkgo.label-filter "operator && qat" $(E2E_DRYRUN) -delete-namespace-on-failure=false

e2e-operator-dsa: e2e-operator-reminder
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events --ginkgo.label-filter "operator && dsa && !vfio" $(E2E_DRYRUN) -delete-namespace-on-failure=false
"intel-deviceplugin-operator",
"crypto-perf",
"dsa-dpdk-dmadevtest",
"accel-config-demo",
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
@tkatila
tkatila force-pushed the test-e2e-iaa-dsa-workloads branch from c0a962f to ab5122d Compare September 24, 2026 12:56

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants