Skip to content

Add cflinuxfs5 acceptance tests#1946

Open
Milena-Encheva wants to merge 1 commit into
developfrom
validation_cflinuxfs5
Open

Add cflinuxfs5 acceptance tests#1946
Milena-Encheva wants to merge 1 commit into
developfrom
validation_cflinuxfs5

Conversation

@Milena-Encheva
Copy link
Copy Markdown
Contributor

Are you submitting this PR against the [develop branch]

Yes, this PR targets the develop branch.

What is this change about?

Adds support for the cflinuxfs5 stack (Ubuntu 24.04 Noble Numbat) to CATs, following the same pattern used when cflinuxfs4 (Ubuntu 22.04 Jammy) was introduced in PR #648.

Please provide contextual information.

Part of cloudfoundry/cf-deployment#1323. Required by the community pipeline cflinuxfs5-release to validate the new cflinuxfs5 stack
cflinuxfs5 is based on Ubuntu 24.04 Noble Numbat.

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

To be tested against cflinuxfs5-release community pipeline.

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

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?

CATs should validate common operator workflows.
CATs is not a regression test suite.
CATs is run by every component team to validate their releases before promotion.

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

N/A — no new tests introduced. Existing stack tests are extended to cover cflinuxfs5.

What is the level of urgency for publishing this change?

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

Tag your pair, your PM, and/or team!

@oliver-heinrich @jochenehret

@Milena-Encheva Milena-Encheva force-pushed the validation_cflinuxfs5 branch from 5df718c to ce4e924 Compare May 12, 2026 10:31
@Milena-Encheva Milena-Encheva marked this pull request as ready for review May 26, 2026 09:18

defaults.Stacks = &[]string{"cflinuxfs4"}

// NOTE: To test cflinuxfs5, override the stacks property in your cats config:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Notes for the test configuration should be added here:
https://github.com/cloudfoundry/cf-acceptance-tests#test-configuration
No need for comments here.

Expect(config.GetCredHubLocation()).To(Equal("https://credhub.service.cf.internal:8844"))

Expect(config.GetStacks()).To(ConsistOf("cflinuxfs4"))
// NOTE: cflinuxfs5 is also supported - override stacks in config to test it
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No need for a comment, the tests below explain how cflinuxfs5 is handled.

Copy link
Copy Markdown
Contributor

@jochenehret jochenehret left a comment

Choose a reason for hiding this comment

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

Looks good, only the comments can be removed.

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