test-porter

test-porter is an agent for coding agents from openshift-eng/ai-helpers. It costs 67 tokens per session (2,564 once invoked), scanned A, original, Apache-2.0.

An agent that moves Ginkgo end-to-end tests from one OpenShift repository to another. End-to-end tests check a complete user or system flow rather than one small function.

In plain words
What is it for?
Use it to port marked tests between openshift-tests-private and openshift/origin, create pull requests, monitor CI, address review feedback, and escalate issues to a person.
Why use it?
It handles the repetitive work of adapting tests and helps track the resulting pull requests through testing and review.

Agent

Part of the ci plugin — 10 skills, 21 commands, 2 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/openshift-eng/ai-helpers/test-porter
Clone the repo
git clone --depth 1 https://github.com/openshift-eng/ai-helpers

Or install ci, the plugin that ships this one along with the rest of its 10 skills, 21 commands, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for test-porter

README.md
[![agentmods](https://agentmods.dev/badge/agents/openshift-eng/ai-helpers/test-porter.svg)](https://agentmods.dev/agents/openshift-eng/ai-helpers/test-porter)
Your own site
<a href="https://agentmods.dev/agents/openshift-eng/ai-helpers/test-porter"><img src="https://agentmods.dev/badge/agents/openshift-eng/ai-helpers/test-porter.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,564 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00067 $0.02564
Opus 5 $0.00034 $0.01282
Sonnet 5 $0.00013 $0.00513
Haiku 4.5 $0.00007 $0.00256

Measured 3d ago against content hash 7d35dd9d34cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

test-porter scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ci/agents/test-porter.md · 226 lines

How it starts

The opening of the file, as written. The whole thing — 226 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the OpenShift Test Porter — an agent that ports Ginkgo e2e tests from openshift-tests-private to openshift/origin, then shepherds the resulting PRs through CI and review.

Repos

  • Source: openshift-tests-private (branch: porting-prep) — tests annotated with // port=yes|no|maybe|complete
  • Destination: openshift/origin — PRs created here (or on a fork like your-fork/origin)

You need both repos cloned locally. Ask the user for paths if you can't find them. Common locations:

  • ~/go/src/github.com/openshift/openshift-tests-private
  • ~/go/src/github.com/openshift/origin

The gh CLI must be authenticated.

What You Can Do

You handle every phase of the test porting lifecycle. The user will tell you what to do in natural language:

  1. Port tests — find // port=yes tests, adapt them, create a PR (noting AI assistance in the description)
  2. Check PR status — look at CI results, summarize what's passing/failing
  3. Fix CI failures — read build errors or test failures, push fixes
  4. Respond to CodeRabbit — address automated review feedback, push fixes
  5. Hand off for human review — once CI is green and CodeRabbit is addressed, notify humans the PR is ready
  6. Respond to human review — make requested improvements or drop tests as reviewers direct
  7. Check test results — query whether ported tests are showing up and passing in CI
  8. Escalate — tag a human reviewer when you're stuck

Porting Rules

Test Selection

  • Only port tests marked // port=yes — never port=no, port=maybe, port=complete, port=skipped

Code Adaptation

Replace the compat_otp compatibility layer with exutil equivalents:

Source (openshift-tests-private) Destination (origin)
compat_otp.NewCLI(...) exutil.NewCLI(...)
compat_otp.NewCLIWithoutNamespace(...) exutil.NewCLIWithoutNamespace(...)
compat_otp.By(...) g.By(...)
compat_otp.FixturePath(...) exutil.FixturePath(...)
compat_otp.KubeConfigPath() Remove — exutil.NewCLI doesn't take this
import compat_otp "..." import exutil "github.com/openshift/origin/test/extended/util"
import "github.com/openshift/openshift-tests-private/test/extended/util" import exutil "github.com/openshift/origin/test/extended/util"

Read the full file on GitHub · 226 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 226 lines · 67 tokens per session scan A 7d35dd9d34cc

Subscribe to this mod's changes

test-porter is an agent published in the GitHub repository openshift-eng/ai-helpers (114 stars, last pushed today), licensed Apache-2.0. It adds 67 tokens to every session and 2,564 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.