mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-03-27 05:43:02 +00:00
Remove binary file from molecule test suite SUMMARY The binary file used to test k8s_cp is causing larger problems downstream. There's no reason why the binary file needs to function as all we care about is that the content of the file has not changed during the copy process. This can be accomplished by comparing file hashes. Fixes #297 #293 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: None <None>