Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced all v2 API calls with v3 calls #462

Merged
merged 2 commits into from
Mar 19, 2021

Conversation

FelisiaM
Copy link
Member

@FelisiaM FelisiaM commented Mar 8, 2021

#177245959

Are you submitting this PR against the develop branch?

All PR's to CATs should be submitted to develop and will be merged to main once they've passed acceptance.

What is this change about?

Services test relly only on v3 CAPI endpoints.

What version of cf-deployment have you run this cf-acceptance-test change against?

v16.5.0

Please check all that apply for this PR:

  • introduces a new test --- Are you sure everyone should be running this test?
  • changes an existing test
  • requires an update to a CATs integration-config

How should this change be described in cf-acceptance-tests release notes?

Services test relly only on v3 CAPI endpoints.

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/177251511

The labels on this github issue will be updated when the story is started.

@@ -288,13 +279,13 @@ var _ = ServicesDescribe("Service Instance Lifecycle", func() {
Expect(bindService).To(Exit(0), "failed binding app to service")
})

Context("when there is an existing binding", func() {
FContext("when there is an existing binding", func() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you meant to leave this focus (and the one below) in

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching it. I removed it now

@FelisiaM FelisiaM requested a review from matt-royal March 10, 2021 09:50
@matt-royal matt-royal merged commit d747664 into develop Mar 19, 2021
@matt-royal matt-royal deleted the use_only_v3_on_services_tests branch March 19, 2021 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants