forked from pool/python-kiwi
- Extend test-image-azure integration test Use xfs as filesystem and set a tag to also test image tags - Use /dev/zero to really write a zero byte The cleanup of the 512 byte block for the vhdfixed tag was based on reading from /dev/null which does effectively nothing. As the block should be filled with zero bytes this patch changes the source from /dev/null to /dev/zero This was found by tests to reproduce the issue reported in bsc#1090953 but is not causing it - Add test for the utils class StringToSize This commit adds a couple of unit tests for the StringToSize class. - Bump version: 9.14.4 → 9.14.5 OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=103
Description
No description provided
Languages
Shell
100%