HomeClusterLabs Projects

Refactor: cts: Use {cts_cli_data} as an f-string where possible.
703204607e10Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Refactor: cts: Use {cts_cli_data} as an f-string where possible.

Just like the previous commit, there's still places where we can't
completely switch over to f-strings for performing this substition, so
it has to stay in the apply_substitutions function for now.

However, there are several places we no longer need to call that
function because the only thing we were substituting was cts_cli_home.

Additionally, test_home wasn't being substituted anywhere so it can go.

Details

Provenance
clumensAuthored on Jan 31 2025, 4:25 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.