test: begin black-box cleanup of the e2e suite - #2949
Open
p-targowicz wants to merge 1 commit into
Open
Conversation
Contributor
|
@p-targowicz, start a full integration test pipeline with:
my commands and optionsYou can prevent me from automatically starting CI pipelines:
You can trigger a client pipeline on multiple prs with:
You can trigger a client pipeline for a specific Mender Client release with:
You can trigger GitHub->GitLab branch sync with:
You can print PR statistics for a repository with:
You can deploy a review app with:
You can run e2e tests against a deployed review app with:
You can cherry pick to a given branch or branches with:
|
p-targowicz
force-pushed
the
blackbox-test-cleanup
branch
from
July 14, 2026 12:39
5fe1561 to
26dfeeb
Compare
Remove the OS-to-enterprise migration test: the DEFAULT_TENANT_TOKEN mechanism it exercises is not compiled into the open-source server at all, and mender-server-enterprise both implements it and already tests it (TestDefaultTenantTokenEnterprise in its integration suite, run in its CI). The remaining assertion there, old users receiving 401 after migration, is a byproduct of enterprise login scoping rather than migration logic. Also remove the non-bootstrap preauth tests, pure device-auth API contracts now owned by mender-server's integration:ng suite; their enterprise variants stay until enterprise-mode backend coverage exists. The delta configuration call and create_org keep using internal APIs but are explicitly marked as fixtures since no public equivalent exists. Signed-off-by: Patryk Targowicz <patryk.targowicz@northern.tech>
p-targowicz
force-pushed
the
blackbox-test-cleanup
branch
from
July 17, 2026 07:50
26dfeeb to
5f042f1
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.
Deduplication pass from the cross-repo test taxonomy: the integration
repository keeps black-box, real-device e2e coverage; API/CLI/internal
behavior is owned by mender-server's test layers (per-service acceptance
suites and the integration:ng Go runner - see
mendersoftware/mender-server#2034).
Changes:
exercises is not compiled into the open-source server; the enterprise
server both implements it and already tests it
(TestDefaultTenantTokenEnterprise in its integration suite, running in
its CI). The remaining assertion, old users receiving 401 after
migration, is a byproduct of enterprise login scoping rather than
migration logic.
test_fail_preauth_existing: pure device-auth API contracts, ported to
the integration:ng suite with per-test CI runs. The enterprise
variants remain until equivalent enterprise-mode backend coverage
exists; the preauth-and-bootstrap flow (which needs a real device)
stays here.
test_autogenerate_delta's tenant delta configuration (no public
endpoint exists) and testutils' create_org (public org creation only
exists via the signup flow). Setup may stay white-box; the behavior
under test must not.
Net test collection: 195 -> 191, no collection errors.