Open dennisjbell opened 4 years ago
which version of the bosh-cli did you use? Asking because there are tests for this case already in the spec dir, baseline.yml for example does not use bosh-variables.
was related to bosh
being a bash function on the reports system. Could be fixed by using bosh via the go library
Getting the following error when testing on a bosh 1.x line:
This version of the bosh kit doesn't use bosh-variables, which results in having an empty hash as the value, which seems to result in
bosh int
returning a -1 without stderr or stdout output. My naive solution is to apply the following totesting/testing.go
, but there may be a more golang-way of doing it.