SUSE / BCI-tests

This repository contains the tests for the SUSE Base Container Images
Apache License 2.0
10 stars 22 forks source link

extend test_kiwi::test_kiwi_create_image for non-x86_64 builds #563

Open dirkmueller opened 3 months ago

dirkmueller commented 3 months ago

currently the tests is hardcoding things for x86_64 build and has no chance to pass otherwise.

see the x86 in

kiwi_cmd = "kiwi-ng system build --description kiwi/build-tests/x86/leap/test-image-disk --set-repo obs://openSUSE:Leap:15.5/standard --target-dir /tmp/myimage"

and

"/tmp/myimage/kiwi-test-image-disk.x86_64-*.raw"

in result-files. the test needs to be extended to handle non-x86_64 and then the skip-if introduced in https://github.com/SUSE/BCI-tests/pull/562 should be removed again.