cf-acceptance-tests
cf-acceptance-tests copied to clipboard
CF Acceptance tests
Bumps [code.cloudfoundry.org/go-log-cache/v3](https://github.com/cloudfoundry/go-log-cache) from 3.0.1 to 3.0.2. Release notes Sourced from code.cloudfoundry.org/go-log-cache/v3's releases. v3.0.2 What's Changed chore: Bump to Go1.22 by @aqstack in cloudfoundry/go-log-cache#190 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.1 to 2.20.0 by...
The TCP Routing test that checks if one app can be reached from two ports is failing often here: https://github.com/cloudfoundry/cf-acceptance-tests/blob/6f060209f7a55f0c4f8d0fffabb122c785ce914e/tcp_routing/tcp_routing.go#L131 Example failures: https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/cf-deployment/jobs/fips-cats/builds/82 https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/cf-deployment/jobs/fips-cats/builds/57 https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/cf-deployment/jobs/fips-cats/builds/113 https://concourse.wg-ard.ci.cloudfoundry.org/teams/main/pipelines/cf-deployment/jobs/fips-cats/builds/120 I've recreated the test...
**Issue** While executing the test for enabled dynamic ASG it creates an ASG with fixed private network ranges and checks the connection to cc via https://cloud-controller-ng.service.cf.internal:9024/v2/info. It does not cover...
* remove pushing of cfpersi/nfs-cats test server, use cf-deployment ops file instead: https://github.com/cloudfoundry/cf-deployment/blob/main/operations/test/enable-nfs-test-server.yml * add "volume_service_bind_config" parameter with default values from https://github.com/cloudfoundry/cf-volume-services-acceptance-tests/blob/main/persi_acceptance_suite_test.go#L82 * a working value for "volume_service_create_config" can be...