Commit Graph

3 Commits

Author SHA1 Message Date
Dean Troyer 753e96dd4a Fix unit tests
* OpenStack CI (Zuul?) puts repos under test in a repo named for the
  running job rather than the actual repo name, Go doesn't like ths.
  Get the actual package name from glide.yaml to build the golang
  workspace rather than the current directory.
* Only install glide on OS/X if it is not already found
* Hack out a bunch of the volume v3 stuff that I should not have merged
  before the unit job was working...the revert fails now too, so this
  is just a fine mess that I am going to clean up now.

Change-Id: I66b359fc1bfd91e686ef0b3f068e582b009e1ea5
2017-01-18 10:52:41 -06:00
Dean Troyer 34a783684a Use glide for dependencies
Use the new tools/test-setup.sh for bootstrapping our
dev/test environment

Change-Id: Ic5c9d89d4a6d89f8a4b138fc9c814452fc6ff104
2017-01-17 10:17:33 -06:00
Dean Troyer 9b52de086d Add bindep support
Adds make targets bindep and .bindep (install bindep into a venv)

Change-Id: Ie497d917e9149e56d8a1ed2570896b8b812da283
2016-12-22 09:42:59 -06:00