Skip to content

Commit

Permalink
tests/xen: add test-pv64-xsa-444 to list of common skips for XTF
Browse files Browse the repository at this point in the history
It depends on CPU features (DBEXT).

Signed-off-by: Samuel Verschelde <[email protected]>
  • Loading branch information
stormi committed Jan 8, 2024
1 parent 91a52b6 commit 27e63c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/xen/test_xtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ class TestXtf:
# Depends on pv linear pagetables, which is disabled by default but can be activated on Xen's cmdline.
# Is not needed for Linux. It is for a NetBSD PV guest.
'test-pv64-xsa-182',
# Will skip if DBEXT support is not present
'test-pv64-xsa-444',
]

def _extract_skipped_tests(self, output):
Expand Down

0 comments on commit 27e63c4

Please sign in to comment.