test(e2e): add API and CLI conformance profiles#2182
Open
elezar wants to merge 7 commits into
Open
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
7 tasks
elezar
force-pushed
the
feat/conformance-suite-skeleton
branch
from
July 16, 2026 14:19
8f15a6c to
a0bb1ff
Compare
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
elezar
force-pushed
the
feat/conformance-suite-skeleton
branch
from
July 17, 2026 14:00
de26f37 to
9493e29
Compare
elezar
marked this pull request as ready for review
July 17, 2026 14:03
elezar
requested review from
a team,
derekwaynecarr,
maxamillion and
mrunalp
as code owners
July 17, 2026 14:03
elezar
force-pushed
the
feat/conformance-suite-skeleton
branch
from
July 17, 2026 14:15
9493e29 to
e213a39
Compare
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
elezar
force-pushed
the
feat/conformance-suite-skeleton
branch
from
July 17, 2026 14:22
e213a39 to
6fe2c16
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds explicit API and CLI conformance profiles to the standalone Rust e2e package without changing production code.
The API profile validates driver-independent gateway and sandbox semantics directly over gRPC. The CLI profile identifies portable user workflows that can run against any compatible gateway while remaining separate from driver-specific infrastructure coverage. Gateway restart tests now share an application-level resume scenario but remain outside baseline conformance because they require provisioner control.
Related Issue
Changes
openshell-conformancebinary undere2e/ruste2e-api-conformanceprofile and run it against Docker, Podman, Kubernetes, and VM gateway lanese2e-cli-conformanceprofile for portable smoke, sandbox lifecycle, labels, port forwarding, sync, and upload-on-create workflowssandbox create -- <command>andsandbox execopenshell-clicrateThe capabilities scenario remains deferred until the gateway exposes driver capabilities through its public API. Additional CLI, security/network, and external-image conformance candidates are intentionally left for follow-up work.
Testing
openshell-conformancebinary testsopenshell-conformance list --output jsonreporting all eight API scenariosgit diff --checkmise run pre-commit(miseis unavailable in the current environment)Checklist