mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 21:12:37 +00:00
Remove binary file from molecule test suite (#298)
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>
This commit is contained in:
3
changelogs/fragments/298-remove-binary-file.yaml
Normal file
3
changelogs/fragments/298-remove-binary-file.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- remove binary file from k8s_cp test suite (https://github.com/ansible-collections/kubernetes.core/pull/298).
|
||||
Reference in New Issue
Block a user