-
Notifications
You must be signed in to change notification settings - Fork 95
VMs used in CI must not have a PVSCSI controller. #579
Comments
Can we add a test which removes a PVSCSI controller and then adds it? It is cheaper than keeping dedicated VMs for it. |
Yes, may be test set up should add the controller and remove at end of the On Thu, Nov 17, 2016 at 4:34 AM, Ritesh H Shukla notifications@github.com
|
As per the ask, PVSCSI controller is removed from all the vms exist in the current CI system. ESX 6.5 having 4 vms
ESX 6.0 having 4 vms
After removing controller from above vms and #989 exposes the volume creation failure for the test https://ci.vmware.run/vmware/docker-volume-vsphere/1477 === RUN TestVolumeCreationFirstTime
|
Expected work is done and supplied a change to reorder test sequence as part of this activity. currently CI is failing as expected and @govint is looking at similar failure cause. |
The plugin server logic includes code to add a PVSCSI controller and as such that must be tested during CI. Which is easily done by having VMs in CI that don't have a pvscsi controller. This will ensure more of the plugin server logic getting exercised and any regressions caught there.
The text was updated successfully, but these errors were encountered: