Skip to content

USHIFT-6747: [release-5.0] Migrate 14 QE networking/router tests to Robot Framework - #7296

Closed
agullon wants to merge 6 commits into
openshift:release-5.0from
agullon:USHIFT-6747-5.0
Closed

USHIFT-6747: [release-5.0] Migrate 14 QE networking/router tests to Robot Framework#7296
agullon wants to merge 6 commits into
openshift:release-5.0from
agullon:USHIFT-6747-5.0

Conversation

@agullon

@agullon agullon commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Backport of #7261 to release-5.0. Migrates 14 networking and router QE tests from
openshift-tests-private (Go/Ginkgo) into Robot Framework.

Changes

  • Shared resource: test/resources/network-testing.resource
  • host-networking.robot (3 tests): 60550, 65838, 64752
  • network-policy.robot (3 tests): 60331, 60332, 60426
  • service-types.robot (3 tests): 60968, 61218, 60290
  • route-types.robot (5 tests): 60149, 60266, 60283, 60136, 73152
  • Release scenario: el96-lrel@network-features.sh

Related PRs

Jira

https://issues.redhat.com/browse/USHIFT-6747

USHIFT-6747

Add reusable Robot Framework keywords for networking, service,
route, and infrastructure tests. Provides pod creation, connectivity
testing (curl from pod, SSH), service utilities (ClusterIP, NodePort,
LoadBalancer), route/router helpers, and conntrack verification.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
USHIFT-6747

Migrate three QE networking tests to Robot Framework:
- 60550: Pod accessible via node IP and host port
- 65838: br-ex interface unmanaged by NetworkManager
- 64752: Conntrack entry cleanup when UDP NodePort endpoint is deleted

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
USHIFT-6747

Migrate three QE NetworkPolicy tests to Robot Framework:
- 60331: Mixed ingress and egress policies block cross-namespace traffic
- 60332: Hairpin traffic through service with allow-same-namespace policy
- 60426: podSelector allow-to and allow-from policies work together

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
USHIFT-6747

Migrate three QE service tests to Robot Framework:
- 60968: LB service with different external/internal traffic policies
- 61218: Only one LB can bind same port at a time
- 60290: Service idling and manual unidling

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
USHIFT-6747

Migrate five QE router tests to Robot Framework:
- 60149: HTTP route via Ingress resource
- 60266: Edge and passthrough route creation
- 60283: HTTP and reencrypt route creation
- 60136: Reencrypt route via Ingress with destination CA certificate
- 73152: Router exposed as LoadBalancer service type

Uses quay.io/microshift/hello-world (nginx 1.20.2 with TLS support).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
USHIFT-6747

Add release scenario that runs all migrated networking and route-type
tests in a single VM: network-policy, service-types, host-networking,
and route-types suites.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

pre-commit.check-secrets: ENABLED
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Sep 1, 2026
@openshift-ci-robot

openshift-ci-robot commented Sep 1, 2026

Copy link
Copy Markdown

@agullon: This pull request references USHIFT-6747 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

Backport of #7261 to release-5.0. Migrates 14 networking and router QE tests from
openshift-tests-private (Go/Ginkgo) into Robot Framework.

Changes

  • Shared resource: test/resources/network-testing.resource
  • host-networking.robot (3 tests): 60550, 65838, 64752
  • network-policy.robot (3 tests): 60331, 60332, 60426
  • service-types.robot (3 tests): 60968, 61218, 60290
  • route-types.robot (5 tests): 60149, 60266, 60283, 60136, 73152
  • Release scenario: el96-lrel@network-features.sh

Related PRs

Jira

https://issues.redhat.com/browse/USHIFT-6747

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@coderabbitai

coderabbitai Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 78283c98-38ec-49cb-84c8-55f1a11c8958

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@agullon agullon closed this Sep 1, 2026
@openshift-ci
openshift-ci Bot requested review from copejon and jerpeter1 September 1, 2026 14:56
@openshift-ci

openshift-ci Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: agullon

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

The pull request process is described 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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 1, 2026
@agullon
agullon deleted the USHIFT-6747-5.0 branch September 1, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants