Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dirkmueller opened this issue Aug 13, 2024 · 0 comments
Open

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

dirkmueller opened this issue Aug 13, 2024 · 0 comments

Comments

@dirkmueller
Copy link
Member

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 #562 should be removed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant