Skip to content

Add quickstart smoke test to e2e suite#284

Open
HarshithaMS005 wants to merge 1 commit into
kubernetes-sigs:mainfrom
HarshithaMS005:add/quickstart-e2e-smoke
Open

Add quickstart smoke test to e2e suite#284
HarshithaMS005 wants to merge 1 commit into
kubernetes-sigs:mainfrom
HarshithaMS005:add/quickstart-e2e-smoke

Conversation

@HarshithaMS005
Copy link
Copy Markdown
Contributor

What type of PR is this?
/kind test

What this PR does / why we need it:
The quickstart guide (site-src/guides/quickstart/) is the main way users try Agentic Networking, but nothing in CI exercised those manifests end-to-end. Existing e2e tests use custom testdata/ resources and a single /mcp route, so regressions in the quickstart YAML or policy wiring (for example #272) could break the quickstart without failing CI.
This PR adds TestQuickstartE2E to the existing e2e suite. It applies the real quickstart MCP server deployment and policy/e2e.yaml (Gateway, HTTPRoutes, XBackends, XAccessPolicies), then checks MCP calls through /local/mcp and /remote/mcp match the documented allow/deny behavior. It runs in the same Kind-based e2e job (pull-kube-agentic-networking-e2e) as the other controller tests, so manifest and policy mistakes are caught before users hit them in the quickstart.

Which issue(s) this PR fixes:
Fixes #281

Does this PR introduce a user-facing change?:

NONE

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@HarshithaMS005: The label(s) kind/test cannot be applied, because the repository doesn't have them.

Details

In response to this:

What type of PR is this?
/kind test

What this PR does / why we need it:
The quickstart guide (site-src/guides/quickstart/) is the main way users try Agentic Networking, but nothing in CI exercised those manifests end-to-end. Existing e2e tests use custom testdata/ resources and a single /mcp route, so regressions in the quickstart YAML or policy wiring (for example #272) could break the quickstart without failing CI.
This PR adds TestQuickstartE2E to the existing e2e suite. It applies the real quickstart MCP server deployment and policy/e2e.yaml (Gateway, HTTPRoutes, XBackends, XAccessPolicies), then checks MCP calls through /local/mcp and /remote/mcp match the documented allow/deny behavior. It runs in the same Kind-based e2e job (pull-kube-agentic-networking-e2e) as the other controller tests, so manifest and policy mistakes are caught before users hit them in the quickstart.

Which issue(s) this PR fixes:
Fixes #281

Does this PR introduce a user-facing change?:

NONE

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 22, 2026

Deploy Preview for kube-agentic-networking ready!

Name Link
🔨 Latest commit 6c63b74
🔍 Latest deploy log https://app.netlify.com/projects/kube-agentic-networking/deploys/6a1042ab1a547c0008978762
😎 Deploy Preview https://deploy-preview-284--kube-agentic-networking.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels May 22, 2026
Validates quickstart policy manifests and MCP authorization (local and
remote backends) in CI to catch regressions like broken allowlists.

Signed-off-by: Harshitha MS <harshitha.ms@ibm.com>
@HarshithaMS005 HarshithaMS005 force-pushed the add/quickstart-e2e-smoke branch from 0c8f3c6 to 6c63b74 Compare May 22, 2026 11:48
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: HarshithaMS005
Once this PR has been reviewed and has the lgtm label, please assign david-martin for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

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

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add quickstart smoke test to e2e suite

2 participants