HomeClusterLabs Projects

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

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_data.

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

Details

Provenance
clumensAuthored on Jan 31 2025, 4:25 PM
Parents
rPf69c484027a7: Refactor: cts: Replace {shadow} strings in cts-cli where possible.
Branches
Unknown
Tags
Unknown