sched_getcpu: add missing ncpus for tests

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-04-22 02:00:01 +00:00
parent e0e05828f5
commit ce1665d686

View File

@ -750,7 +750,10 @@ path_properties_tuples = (
'more_than_1s': True,
'requires_syscall_getcpu': True,
},
'sched_getcpu.c': {'requires_syscall_getcpu': True},
'sched_getcpu.c': {
'requires_syscall_getcpu': True,
'test_run_args': {'cpus': 2},
},
'time_boot.c': {'requires_sudo': True},
'virt_to_phys_user.c': {'requires_argument': True},
}