Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Build and test managed plugin support in CI #1020

Closed
msterin opened this issue Mar 10, 2017 · 0 comments · Fixed by #1061
Closed

Build and test managed plugin support in CI #1020

msterin opened this issue Mar 10, 2017 · 0 comments · Fixed by #1061
Milestone

Comments

@msterin
Copy link
Contributor

msterin commented Mar 10, 2017

Fixes #886
Depends on #1019

Per offline disussion, we plan to do the following in the CI:

  • after vDVS is build, we deploy the VIB, then select a (ubuntu) VM
  • copy ./plugin folder and ./build/docker-volume-vsphere file there
  • run 'cd ./plugin; make info clean plugin' there. This will build the plugin locally
  • to sanity test on the same VM:
  • Enable plugin
  • create a vsphere volume
  • run busybox and write something to this volume
  • run busybox and check the written stuff
  • check the volume indeed belongs to the plugin (Not local)
  • rm the volume
  • disable the plugin and remove it (or rm -rf or just make clean in ./plugin)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants