add integration tests for finalize release using bosh-cli#675
add integration tests for finalize release using bosh-cli#675
Conversation
|
creating as draft as I'm still adding test cases for the |
These test cases used to be part of the Bosh Director repo when the CLI was included there. But now that CLI v2 is separate and finalize doesn't use director, it's better to move them here.
6134fbd to
cf642d8
Compare
These tests were originally part of the bosh repo when the CLI was included there. However, since these tests don't need to interact with a director, better to move themn closer to the code Signed-off-by: Rajath Agasthya <rajath.agasthya@broadcom.com>
70497cc to
a5d1618
Compare
|
ready for review |
|
@nader-ziada could you link to the commits where this was removed from the director? |
|
Here's the existing tests we hope to delete after this is merged: |
|
@nader-ziada / @rajathagasthya |
These test were moved to the cli integration test suite in cloudfoundry/bosh-cli#675 Co-authored-by: Chris Selzo <chris.selzo@broadcom.com>
These have been removed as of cloudfoundry/bosh@ad4b9c5 |
These specs exercise CLI local capabilities and don't make sense in the bosh repo (historicall the bosh cli was _another_ ruby gem). These have been ported to the `bosh-cli` repo via - cloudfoundry/bosh-cli#675
These test cases used to be part of the Bosh Director repo when the CLI was included there. But now that CLI v2 is separate and finalize doesn't use director, it's better to move them here.