Skip to content

Tests should be able to set up and tear down CF resources, avoiding manual and stateful configuration #34

@deniseyu

Description

@deniseyu

To use this checker, you have to spend at least 5 minutes manually copying GUIDs into the config file. This is error-prone and time-consuming, and feels like an inefficient use of Human Cycles ™️ .

It would be great if I could just pass it a minimal config file that only contains my CF API, admin username, and admin password. The test suite should dynamically create a new CF org, space, broker with pre-configured plans (and register the broker), service instances, and bindings for each test run. At the end of the test run, it should force-delete the broker and the CF org, recursively getting rid of all associated resources.

This would lower the barrier to using this checker and cuts down on the general noise caused by stateful tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions