Skip to content

Releases: cloudfoundry/cf-acceptance-tests

v5.4.0

08 Dec 05:25
6aa8092
Compare
Choose a tag to compare

Updated Tests

-volume_services/volume_services.go

  • Improves the repeatability of the volume services test in CATs by adding the correct timeouts and randomizing the shared domain that it creates.

v5.3.0

13 Nov 17:24
Compare
Choose a tag to compare

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

31 Oct 16:58
ea4ed90
Compare
Choose a tag to compare

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

15 Oct 17:03
7b6efef
Compare
Choose a tag to compare

Other Updates

- bin/test

  • Leverage vendored modules using -mod=vendor to run the tests faster. Note: Requires GO >= 1.11 to work.

v5.0.0

19 Sep 22:44
Compare
Choose a tag to compare

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

Helper Updates

  • Removed helpers related to logging isolation segments
    • cats_suite_helpers/cats_suite_helpers.go

v4.0.0

16 Sep 19:50
Compare
Choose a tag to compare

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 to windows stack in your config.

v3.8.0

16 Sep 15:31
Compare
Choose a tag to compare
v3.8.0 Pre-release
Pre-release

PLEASE IGNORE THIS BUILD

v3.7.0

30 Aug 22:30
Compare
Choose a tag to compare

Other Updates

  • Upgrade ginkgo and gomega …
    • ginkgo -> 1.9.0
    • gomega -> 1.6.0

v3.6.0

26 Aug 16:49
Compare
Choose a tag to compare

Library updates

-cf-test-helpers

  • New helper function CfWithStdin to capture arbitrary terminal input from the user in the tests

v3.5.0

08 Aug 16:50
Compare
Choose a tag to compare

Updated Tests

  • v3/service_instances.go - Fixed an issue where the v3 service instances tests would occasionally fail due to a race condition
  • windows/running_security_groups_win.go - Windows ASG tests now honor include_security_groups flag
  • apps/instance_reporting.go - Moved app instance scaling test to instance_reporting.go

Deleted Tests

  • apps/dynamic_info.go - Deleted duplicate app crashing test.