Releases: cloudfoundry/cf-acceptance-tests
Releases · cloudfoundry/cf-acceptance-tests
v5.6.0
v5.5.0
v5.4.0
v5.3.0
Updated Tests
-route_services/route_services.go
- Set skip-ssl-validation to true for the sample app.
Other Updates
assets/nora/README.md
- Updated readme
apps/default_environment_variables.go
- Fixed flaxiness of the test- Updated go-mod support for tests
- Copied parts of the cf-networking proxy app into assets so that we no longer have a dependency on an app that doesn't support go mod format.
v5.2.0
Notice:
- We are actively integrating CLI 7 changes into CATS. We don't have exact dates for the major release yet, but we will continue to provide updates through release notes.
Updated Tests
-volume_services/volume_services.go
- Improved the repeatability of the volume services test in CATs by creating the required shared domain during test setup and adding correct timeouts and randomizing the shared domain that it creates.
v5.1.0
v5.0.0
Updated Tests
- Allow volume service create config to be specified to support testing against external volume services such as SMB
volume_services/volume_services.go
,volume_service_create_config
: The JSON configuration that is used when volume service is created.
Deleted Tests
- Removed logging isolation segments tests as isolated loggregator aren't supported (flag
include_logging_isolation_segments
)- Removed
logging_isolation_segments/logging_isolation_segments.go
- Removed
Helper Updates
- Removed helpers related to logging isolation segments
cats_suite_helpers/cats_suite_helpers.go
v4.0.0
Notice:
- We are actively working on migrating CATS tests to the new CLI 7 and CAPI API 3. More updates will follow.
Updated Tests
-volume_services/volume_services.go
- Volume services test now uses a cf-pushed "in-memory" nfs server. This should allow you to run NFS volume services without requiring additional configuration.
Helpers updates
- v3 suite now uses the
app_report_helper
to get relevant apps logs instead of making a raw curl to the doppler api.
Other Updates
- Removed the windows2016 stack [breaking change] - The legacy "windows2016" stack is deprecated and not supported anymore by CF that uses windows cells.
- Please update
windows2016
towindows
stack in your config.
- Please update