Skip to content

Commit

Permalink
rme tests impdef
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Dec 3, 2024
1 parent d6be78e commit 1e87560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/functional/test_aarch64_rme_sbsaref.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_aarch64_rme_sbsaref(self):
virtual = os.path.join(rme_stack, 'images', 'disks', 'virtual')
drive = os.path.join(rme_stack, 'out-br', 'images', 'rootfs.ext4')

self.vm.add_args('-cpu', 'max,x-rme=on,pauth-impdef=on')
self.vm.add_args('-cpu', 'max,x-rme=on')
self.vm.add_args('-m', '2G')
self.vm.add_args('-M', 'sbsa-ref')
self.vm.add_args('-drive', f'file={pflash0},format=raw,if=pflash')
Expand Down
2 changes: 1 addition & 1 deletion tests/functional/test_aarch64_rme_virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_aarch64_rme_virt(self):
bios = os.path.join(rme_stack, 'out', 'bin', 'flash.bin')
drive = os.path.join(rme_stack, 'out-br', 'images', 'rootfs.ext4')

self.vm.add_args('-cpu', 'max,x-rme=on,pauth-impdef=on')
self.vm.add_args('-cpu', 'max,x-rme=on')
self.vm.add_args('-m', '2G')
self.vm.add_args('-M', 'virt,acpi=off,'
'virtualization=on,'
Expand Down

0 comments on commit 1e87560

Please sign in to comment.