Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5e056c4
Add validate_common.go with SSH command runners and output parsers
Britel Feb 23, 2026
92183eb
Create testselection.go to parse test-selection.yaml configs
Britel Feb 23, 2026
bb8ea47
Add dedicated CryptsetupStatus and DmsetupInfo typed parsers
Feb 23, 2026
2b5de0e
Enhance discover.go to read test-selection configs during scenario di…
Feb 23, 2026
e056597
Implement validate_base.go - partition validation (Go E2E)
Feb 23, 2026
23ff6c8
Implement validateUsers and validateUefiFallback in validate_base.go
Feb 23, 2026
efeeb71
Implement validate_encryption.go - LUKS2/TPM2 verification
Feb 23, 2026
fc7dfa2
Register encryption validation in RegisterTestCases()
Feb 23, 2026
8241988
Implement validate_verity.go - DM-Verity validation
Feb 23, 2026
0f7b8c7
Implement validate_extensions.go - systemd-sysext/confext validation
Feb 23, 2026
0366a50
Implement validate_rollback.go - health check rollback validation
Feb 23, 2026
10fd884
Implement validate_ab_staged.go - staged A/B update validation
Feb 24, 2026
6ea54cf
Add Phase 3 test case registration verification tests
Feb 24, 2026
1d071bb
Remove Python pytest E2E test files and dependencies
Feb 24, 2026
c82639d
Integrate JUnit XML output into storm E2E pipeline
Feb 24, 2026
f29e3e8
Integrate metrics and log collection into storm E2E scenario
Feb 24, 2026
921fab7
Simplify test_execution_template.yml to single storm-trident run
Feb 24, 2026
3a8c9d2
Remove deprecated YAML test execution templates
Feb 24, 2026
e4faf3a
docs: update E2E README with validation test cases and test-selection…
Feb 24, 2026
4618ee3
Add verification tests for all 19 configs and full-validation ring co…
Feb 24, 2026
44b0bf3
Add pipeline validation tests for simplified ADO E2E pipeline
Feb 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -349,17 +349,8 @@ stages:
${{ if ne(variables['Build.SourceBranchName'], 'main') }}:
kustoTableName: dev

- template: ../testing_common/e2e-test-run.yml
parameters:
buildPurpose: ${{ parameters.buildPurpose }}
deploymentEnvironment: bareMetal
tridentConfigurationName: $(TRIDENT_CONFIGURATION_NAME)
hostIp: "$(baremetal_controller.oam_ip)"
tridentConfigPath: $(TRIDENT_CONFIG_PATH)
netlistenPort: ${{ variables.NETLAUNCH_PORT }}
runtimeEnv: ${{ parameters.runtimeEnv }}
netlistenConfigFile: $(TRIDENT_SOURCE_DIR)/baremetal-netlisten.yaml
httpsProxy: "$(baremetal_controller.https_proxy)"
# E2E tests are now run via the storm_e2e stage using storm-trident.
# See .pipelines/templates/stages/testing_e2e/storm_e2e.yml

- template: ../common_tasks/remove-from-acr.yml
parameters:
Expand Down

This file was deleted.

Loading