Skip to content

Commit

Permalink
Merge pull request #2041 from Nordix/remove-live-iso/test
Browse files Browse the repository at this point in the history
🌱 Removing live-iso test
  • Loading branch information
metal3-io-bot authored Oct 16, 2024
2 parents 10489ec + 3695c8a commit 0a96a82
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 140 deletions.
7 changes: 0 additions & 7 deletions docs/e2e-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ The e2e tests currently include three different sets:
1. Remediation based feature tests
1. clusterctl upgrade tests
1. K8s upgrade tests
1. Live ISO test

### Pivoting based feature tests

Expand Down Expand Up @@ -136,11 +135,6 @@ Release 1.5 branch k8s-upgrade test:
When Kubernetes 1.31 is released, k8s-upgrade `v1.30` => `v1.31` will be
supported in v1.7.x (but not in v1.6.x)

### Live ISO test

Independent from the previous tests and can run independently.
This is testing the booting of target cluster's nodes with the live ISO.
## Guidelines to follow when adding new E2E tests

- Tests should be defined in a new file and separate test spec, unless the new
Expand All @@ -153,7 +147,6 @@ This is testing the booting of target cluster's nodes with the live ISO.
- `[clusterctl-upgrade]` => runs only existing upgrade tests including CAPI,
CAPM3, Ironic and Baremetal Operator.
- `[remediation]` => runs only remediation and inspection tests.
- `[live-iso]` => runs only live ISO test.
- `[k8s-upgrade]` => runs only k8s upgrade tests.

For instance, to skip the upgrade E2E tests set `GINKGO_SKIP="[upgrade]"`
Expand Down
3 changes: 0 additions & 3 deletions scripts/ci-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ source "${M3_DEV_ENV_PATH}/lib/ironic_basic_auth.sh"
# shellcheck disable=SC1091,SC1090
source "${M3_DEV_ENV_PATH}/lib/ironic_tls_setup.sh"

# image for live iso testing
export LIVE_ISO_IMAGE="https://artifactory.nordix.org/artifactory/metal3/images/iso/minimal_linux_live-v2.iso"

# Generate credentials
BMO_OVERLAYS=(
"${REPO_ROOT}/test/e2e/data/bmo-deployment/overlays/release-0.4"
Expand Down
130 changes: 0 additions & 130 deletions test/e2e/live_iso_test.go

This file was deleted.

0 comments on commit 0a96a82

Please sign in to comment.