summaryrefslogtreecommitdiffstats
path: root/test_driver/sample_test_case.py
diff options
context:
space:
mode:
authorMac Mollison <mollison@cs.unc.edu>2010-02-08 00:24:40 -0500
committerMac Mollison <mollison@cs.unc.edu>2010-02-08 00:27:11 -0500
commit1016a3e271faebb899766f5d18468dd88b4d84b7 (patch)
tree387ab36e8ee886d8d6741d5820c178c974f46252 /test_driver/sample_test_case.py
parentcd6e43f37856f7fe6b60e0e2ae45f864a4bd6d64 (diff)
This is the beginning of a very major refactoring of the tool.
Current features: - Create a record stream from trace files - Print the record stream to standard out - TODO file - README file - run.py file to set up and execute the testing pipeline
Diffstat (limited to 'test_driver/sample_test_case.py')
-rw-r--r--test_driver/sample_test_case.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/test_driver/sample_test_case.py b/test_driver/sample_test_case.py
deleted file mode 100644
index 6cb886e..0000000
--- a/test_driver/sample_test_case.py
+++ /dev/null
@@ -1,9 +0,0 @@
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
6test_case = [
7 ['/root/liblitmus/rtspin',10,100,1000]
8 ['/root/liblitmus/rtspin',10,100,1000]
9]