Skip to content

Commit

Permalink
Fix manifest file transer for fam (#14238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan authored Mar 11, 2024
1 parent 6426265 commit 0f075ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/foreman/sys/test_fam.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def setup_fam(module_target_sat, module_sca_manifest):
module_target_sat.execute(f"sed -i '/^live/ s/$(MANIFEST)//' {FAM_ROOT_DIR}/Makefile")

# Upload manifest to test playbooks directory
module_target_sat.put(module_sca_manifest.path, module_sca_manifest.name)
module_target_sat.put(str(module_sca_manifest.path), str(module_sca_manifest.name))
module_target_sat.execute(
f'mv {module_sca_manifest.name} {FAM_ROOT_DIR}/tests/test_playbooks/data'
)
Expand Down

0 comments on commit 0f075ce

Please sign in to comment.