Skip to content
Snippets Groups Projects
Commit 3fb80aa1 authored by Weronika Lewandowska's avatar Weronika Lewandowska
Browse files

test: disable pmem2_map_prot devdax exec test

parent 2b4b2373
No related branches found
No related tags found
No related merge requests found
......@@ -174,11 +174,12 @@ class TEST15(PMEM2_MAP_DEVDAX):
"""
test_case = "test_rw_mode_rw_prot"
@t.require_architectures('x86_64')
class TEST16(PMEM2_MAP_DEVDAX):
"""
READ|EXEC protection on device DAX opened in read|write|exec mode; test
runs the program, which is put in mapped memory - should succeed
"""
test_case = "test_rx_mode_rx_prot_do_execute"
# XXX: we need to add support to test framework and create a tool-helper
# to skip this test when exec access is not allowed for specific device
# @t.require_architectures('x86_64')
# class TEST16(PMEM2_MAP_DEVDAX):
# """
# READ|EXEC protection on device DAX opened in read|write|exec mode; test
# runs the program, which is put in mapped memory - should succeed
# """
# test_case = "test_rx_mode_rx_prot_do_execute"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment