summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2012-01-09 16:47:43 -0600
committerClark Williams <williams@redhat.com>2012-01-09 16:47:43 -0600
commit5dcd4102492f115b9425734ec77cb59f3c045b89 (patch)
tree3f1382fd92ec0cf5081a9001ae6cd515a8d7485b
parentc590698f6f06c3c38317116535f5c67f05b945fb (diff)
downloadrteval-5dcd4102492f115b9425734ec77cb59f3c045b89.tar.gz
rteval-5dcd4102492f115b9425734ec77cb59f3c045b89.tar.xz
rteval-5dcd4102492f115b9425734ec77cb59f3c045b89.zip
propogate config file values to cyclictest thread
We missed merging the parameters into the cyclictest config section so that numanodes was not being passed down. Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval/rteval.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rteval/rteval.py b/rteval/rteval.py
index aa920b1..3e2120d 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -680,6 +680,7 @@ class RtEval(object):
self.loads.append(m.create(self.config.GetSection(m.__name__)))
if not onlyload:
+ self.config.AppendConfig('cyclictest', params)
self.info("setting up cyclictest")
self.cyclictest = cyclictest.Cyclictest(params=self.config.GetSection('cyclictest'))