You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/e2e-test.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ order:
103
103
- Node reuse
104
104
- Re-pivoting
105
105
106
-
However, in case we need to run them in the ephemeral cluster pivoting and
106
+
However, in case we need to run them in the bootstrap cluster pivoting and
107
107
re-pivoting should be ignored.
108
108
109
109
### Remediation based feature tests
@@ -118,10 +118,10 @@ Independent from the previous tests and can run independently includes:
118
118
[in the middle of the remediation test](https://github.com/metal3-io/cluster-api-provider-metal3/blob/8d08f375de93a793f839b42b5ec40e6bebf98664/test/e2e/remediation_test.go#L108)
119
119
for practical reasons at the moment.
120
120
121
-
The ephemeral cluster is first launched using
121
+
The bootstrap cluster is first launched using
122
122
[metal3-dev-env](https://github.com/metal3-io/metal3-dev-env). The remediation,
123
123
inspection and Metal3Remediation tests are then run with the controllers still
124
-
in the ephemeral cluster either before pivoting or after re-pivoting.
124
+
in the bootstrap cluster either before pivoting or after re-pivoting.
0 commit comments