summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2010-07-08 15:37:31 -0500
committerClark Williams <williams@redhat.com>2010-07-08 15:37:31 -0500
commit69cadd050763d1e23a920a100b5479d38c5c8538 (patch)
tree891028d38fbb4d8a4303096136913322ca3ec7c7
parentee614b857c241ca3a2ac6ede1f9dc3c9821ea25a (diff)
downloadrteval-69cadd050763d1e23a920a100b5479d38c5c8538.tar.gz
rteval-69cadd050763d1e23a920a100b5479d38c5c8538.tar.xz
rteval-69cadd050763d1e23a920a100b5479d38c5c8538.zip
version update to v1.22
Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--rteval.spec11
-rw-r--r--rteval/rteval.py2
2 files changed, 10 insertions, 3 deletions
diff --git a/rteval.spec b/rteval.spec
index 63e44a8..c806e52 100644
--- a/rteval.spec
+++ b/rteval.spec
@@ -2,8 +2,8 @@
%{!?python_ver: %define python_ver %(%{__python} -c "import sys ; print sys.version[:3]")}
Name: rteval
-Version: 1.21
-Release: 2%{?dist}
+Version: 1.22
+Release: 1%{?dist}
Summary: Utility to evaluate system suitability for RT Linux
Group: Development/Tools
@@ -71,6 +71,13 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/rteval
%changelog
+* Thu Jul 8 2010 Clark Williams <williams@redhat.com> - 1.22-1
+- merged David Sommerseth <davids@redhat.com> changes to use
+ hackbench from rt-tests packages rather than carry local copy
+- converted all loads and cyclictest to pass __init__ parameters
+ in a dictionary rather than as discrete parameters
+- added logging for load output
+
* Thu Apr 13 2010 Clark Williams <williams@redhat.com> - 1.21-1
- from Luis Claudio Goncalves <lgoncalv@redhat.com>:
- remove unecessary wait() call in cyclictest.py
diff --git a/rteval/rteval.py b/rteval/rteval.py
index 41ca650..08adf15 100644
--- a/rteval/rteval.py
+++ b/rteval/rteval.py
@@ -70,7 +70,7 @@ def sigint_handler(signum, frame):
class RtEval(object):
def __init__(self, cmdargs):
- self.version = "1.21"
+ self.version = "1.22"
self.load_modules = []
self.workdir = os.getcwd()
self.inifile = None