summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2009-12-22 11:55:13 -0600
committerClark Williams <williams@redhat.com>2009-12-22 11:55:13 -0600
commit51e64fdcb522deb317d40ecc71406b3bb1be340b (patch)
tree65f4f6d1c43f24146b5cf587288b9391501208b5
parent0f0ab6fbfe94d40ad5e646ab8e0c887643486fa7 (diff)
add config defaults for cyclictest
Add initializer for cyclictest defaults to RtEval class Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval/rteval.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 263cb2d..8c90867 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -89,6 +89,10 @@ class RtEval(object):
'source' : 'hackbench.tar.bz2',
'jobspercore': '5',
},
+ 'cyclictest' : {
+ 'interval' : '100',
+ 'buckets' : '2000',
+ }
}
# setup initial configuration