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

Re-enable volume service test #1257

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

jochenehret
Copy link
Contributor

@jochenehret jochenehret commented Sep 26, 2024

What is this change about?

Fix the volume service acceptance test so that it works with the cf-deployment NFS service.

Please provide contextual information.

We want to validate the NFS service feature that is offered by cf-deployment:
https://github.com/cloudfoundry/cf-deployment/blob/main/operations/enable-nfs-volume-service.yml
The cf-deployment "fresh" environment will deploy the NFS broker and a test server:
cloudfoundry/cf-deployment#1204
Then we can activate the volume_service test on that environment:
https://github.com/cloudfoundry/relint-envs/pull/46

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

v43.3.0

Please check all that apply for this PR:

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

Did you update the README as appropriate for this change?

  • YES
  • N/A

If you are introducing a new acceptance test, what is your rationale for including it CATs rather than your own acceptance test suite?

It's not strictly a new test, we want to re-enable an existing test.

How many more (or fewer) seconds of runtime will this change introduce to CATs?

150 seconds

What is the level of urgency for publishing this change?

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

@jochenehret jochenehret requested review from a team September 26, 2024 13:35
@jochenehret
Copy link
Contributor Author

CATs config json would need these parameters:

  "volume_service_name": "nfs",
  "volume_service_plan_name": "Existing",
  "volume_service_create_config": "{\"share\": \"nfstestserver.service.cf.internal/export/users\"}"

ctlong
ctlong previously approved these changes Sep 26, 2024
@jochenehret jochenehret marked this pull request as ready for review September 27, 2024 11:16
@jochenehret jochenehret requested a review from a team September 27, 2024 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants