-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🌱 Implement E2E test for vcsim in govmomi mode #2767
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2767 +/- ##
==========================================
- Coverage 64.01% 63.93% -0.09%
==========================================
Files 160 160
Lines 9345 9360 +15
==========================================
+ Hits 5982 5984 +2
- Misses 2906 2916 +10
- Partials 457 460 +3 ☔ View full report in Codecov by Sentry. |
/test |
@fabriziopandini: The
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-cluster-api-provider-vsphere-e2e-main |
/test pull-cluster-api-provider-vsphere-e2e-conformance-ci-latest-main |
0e19093
to
afd6fb4
Compare
/test pull-cluster-api-provider-vsphere-e2e-blocking-main |
fab8542
to
be719e9
Compare
test/infrastructure/vcsim/config/default/manager_image_patch.yaml
Outdated
Show resolved
Hide resolved
b8d473b
to
15495af
Compare
/test pull-cluster-api-provider-vsphere-e2e-blocking-main |
1 similar comment
/test pull-cluster-api-provider-vsphere-e2e-blocking-main |
c240d4b
to
baac390
Compare
test/infrastructure/vcsim/controllers/virtualmachine_controller.go
Outdated
Show resolved
Hide resolved
baac390
to
3732d17
Compare
3732d17
to
e0b117a
Compare
/test pull-cluster-api-provider-vsphere-e2e-blocking-main |
e0b117a
to
5a6018a
Compare
// Add config overrides + drop vcsim relates provider/image if not necessary. | ||
amendE2EConfig() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch that we need this here too :-) 👍
return sc | ||
} | ||
|
||
func amendE2EConfig() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optional: we could integrate this into vsphereframework.LoadE2EConfig
, but ok to keep as is :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's keep this here for now, it depends on global variables
5a6018a
to
2a8ecbe
Compare
/lgtm |
LGTM label has been added. Git tree hash: d101919304f54dd0fc0481f10455777f5038d6ae
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
Add E2E test for vcsim in govmomi mode + one step closer to test supervisor mode