Skip to content

Using FH cluster paths during API tests #117

@tefirman

Description

@tefirman

For WDL's that require the use of FH paths in their inputs (#2, #17, #39), we need a way to obfuscate those paths in the repo while adding them back in during submission via the API GitHub Action.

One approach that might work is one similar to the filter_response_bodies function in conftest.py but in reverse.

For instance, in the input json, we use some sort of keyword like PATH_ROOT, and then during submission within the API tests, we replace PATH_ROOT with the specified path. Wondering if this would overcomplicate things though..

Metadata

Metadata

Assignees

No one assigned

    Labels

    infrastructureInfrastructure fix to execute WDL GitHub Actions

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions