vmware-archive / vsphere-storage-for-docker

vSphere Storage for Docker
https://vmware.github.io/vsphere-storage-for-docker
Apache License 2.0
251 stars 95 forks source link

[SKIP CI] Update the vDVS documentation with steps to run tests on Windows VM #2021

Closed ashahi1 closed 6 years ago

ashahi1 commented 6 years ago

Updated contributing.md with steps to run windows test

      1. scp ~/.ssh/id_rsa.pub root@<Windows-VM-IP>:C:/Users/root/.ssh/authorized_keys
      2. export WIN_VM1=<Windows-VM-IP>
      3. make build-windows-plugin 
      4. make deploy-windows-plugin
      5. make test-e2e-windows
ashahi1 commented 6 years ago

Addressed all the comments. Merging the changes.