pulp / oci_env

9 stars 33 forks source link

Set an environment variable for remote fixtures #99

Closed lubosmj closed 1 year ago

lubosmj commented 1 year ago

Before this commit, the environment variable used for setting fixtures_origin in the pulp_smash config was not correctly initialized. Therefore, fixtures_origin was set to an empty string what led config.get_config().get_fixtures_url() to return None.

[noissue]

lubosmj commented 1 year ago

This was supposed to be done in https://github.com/pulp/oci_env/commit/24ba66b9beec72d7c42d6901fac60a960378024a. Right now, it is not possible to run tests without further adjustments to REMOTE_FIXTURES_ORIGIN and pulp_smash/settings.json::custom.fixtures_origin.