Project

General

Profile

Actions

action #19152

closed

[aarch64] handle_uefi_boot_disk_workaround should use ARCH variable not MACHINE

Added by rpalethorpe almost 7 years ago. Updated almost 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Enhancement to existing tests
Target version:
-
Start date:
2017-05-12
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

tests with aarch64-virtio set as the machine can not boot: https://openqa.suse.de/tests/932275#

probably because of openqabasetest.pm line ~317.

Actions #1

Updated by okurz almost 7 years ago

  • Category set to Enhancement to existing tests
  • Status changed from New to Feedback

I chose MACHINE because the architecture is not to blame in general. How about

- check_var('MACHINE', 'aarch64')
+ get_var('MACHINE') =~ /aarch64/
Actions #2

Updated by rpalethorpe almost 7 years ago

  • Assignee set to rpalethorpe
Actions #3

Updated by rpalethorpe almost 7 years ago

  • Status changed from Feedback to Resolved

It seems to work, really https://bugzilla.novell.com/show_bug.cgi?id=1022064 should be taken care of, but this will do for now.

Actions

Also available in: Atom PDF