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
What sort of test coverage would be appropriate for this set of features?
I'm expecting to develop against a real VC, using a script that runs govc to do some user workflows (e.g. install 2 versions, list the versions, remove them, and remove the service).
I see some bats tests that look kinda like that, e.g. here but it looks like they depend on a test harness here vapi/namespace/simulator as well? Am I understanding right?
Right, the bats tests run against vcsim, which includes the namespace simulator. Clients (such as govc) talk to vcsim just as they would a real vCenter. Starting with a script against real vCenter is good, esp. if you can share it. Then myself and others could help with the simulator part if you need it.
Is your feature request related to a problem? Please describe.
I want to use
govc
to install and activate a Carvel supervisor service.Describe the solution you'd like
Enhance
govc namespace.service.create
and supporting library functions to work with Carvel manifests.Describe alternatives you've considered
🤷 Writing my own Go library to drive the relevant APIs? Using the Python SDK instead?
Additional context
It appears that #2668 and #2690 introduced partial support for
vsphere
type Supervisor Services, but not Carvel-type.The text was updated successfully, but these errors were encountered: