blob: 6cb886e25331a62985d9c9d3251ece1b30ffc3d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#Sample test case for the test driver.
#Each element of the test_case list is a real-time executable task, with parameters.
#For each task, we have a list: [location of executable,wcet,period,duration].
test_case = [
['/root/liblitmus/rtspin',10,100,1000]
['/root/liblitmus/rtspin',10,100,1000]
]
|