Add smoke test for machine-api#22015
Conversation
|
part of the effort to ensure we have basic smoke testing in e2e-aws for major feature areas. |
d80303c to
127c5f1
Compare
| o.Expect(err).NotTo(o.HaveOccurred()) | ||
|
|
||
| g.By("checking for the openshift machine api operator") | ||
| // TODO: skip if platform != aws |
There was a problem hiding this comment.
In follow ups we should probably try to make explicit the scenarios where we want the test to run so skipUnlessMachineAPIOperator doesn't skip silently for scenarios where the operator is expected to exist.
|
thanks a lot! |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
5 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
127c5f1 to
7cbc34c
Compare
|
fixed up go vet |
|
/test e2e-aws |
|
The tests are not using latest version of installer |
|
/retest I have manually nuked the namespace, new test run should create a new one. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: derekwaynecarr, enxebre The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/test e2e-aws-serial |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest |
|
/test e2e-aws-serial |
|
/test e2e-aws |
1 similar comment
|
/test e2e-aws |
|
/retest |
|
/test e2e-aws |
Adds a basic smoke test that verifies every node is referenced by a machine.
Further iterations should scope this for IPI mode on AWS only.