diff options
author | root <root@mollison.localdomain> | 2009-03-22 22:03:35 -0400 |
---|---|---|
committer | root <root@mollison.localdomain> | 2009-03-22 22:03:35 -0400 |
commit | fcbfba47e8c9e1596cf5e6d061408f99ea6618d7 (patch) | |
tree | 9dfa361ac4bc2fd07d7a16a3fca5cab0454392e4 | |
parent | 185f9d404e5c25f86e241ede3c30302feb944fc1 (diff) |
Created sample test case
-rw-r--r-- | test_driver/sample_test_case.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_driver/sample_test_case.py b/test_driver/sample_test_case.py new file mode 100644 index 0000000..6cb886e --- /dev/null +++ b/test_driver/sample_test_case.py | |||
@@ -0,0 +1,9 @@ | |||
1 | #Sample test case for the test driver. | ||
2 | |||
3 | #Each element of the test_case list is a real-time executable task, with parameters. | ||
4 | #For each task, we have a list: [location of executable,wcet,period,duration]. | ||
5 | |||
6 | test_case = [ | ||
7 | ['/root/liblitmus/rtspin',10,100,1000] | ||
8 | ['/root/liblitmus/rtspin',10,100,1000] | ||
9 | ] | ||