test_fp_sharing: Add testcase.ini files
Adds testcase.ini files for the floating point sharing tests to ensure that there are run on a daily basis. Change-Id: I206b1734700f6e998c19d7ad1b36a84400284899 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
1b3f8d1a95
commit
1434d49539
8
tests/kernel/test_fp_sharing/microkernel/testcase.ini
Normal file
8
tests/kernel/test_fp_sharing/microkernel/testcase.ini
Normal file
|
@ -0,0 +1,8 @@
|
|||
[test]
|
||||
tags = core
|
||||
platform_whitelist = qemu_x86
|
||||
slow = true
|
||||
# One may expect this test to take about two or three minutes to finish
|
||||
# under normal circumstances. On a heavily loaded machine, extra time
|
||||
# may be required--hence the 10 minute timeout.
|
||||
timeout = 600
|
3
tests/kernel/test_fp_sharing/nanokernel/testcase.ini
Normal file
3
tests/kernel/test_fp_sharing/nanokernel/testcase.ini
Normal file
|
@ -0,0 +1,3 @@
|
|||
[test]
|
||||
tags = core
|
||||
platform_whitelist = qemu_x86
|
Loading…
Reference in a new issue