* [PATCH 0/2] Updating CTCS test suite
@ 2011-05-03 6:00 Lucas Meneghel Rodrigues
2011-05-03 6:00 ` [PATCH 2/2] KVM test: Update ctcs run on guests Lucas Meneghel Rodrigues
0 siblings, 1 reply; 2+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-05-03 6:00 UTC (permalink / raw)
To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues
Use new git repo, rename module, update KVM test definitions.
Please bear with me when you see the binary patches, didn't
have the patience to remove them :)
Lucas Meneghel Rodrigues (2):
client.tests: Move cerberus to ctcs, use new source repo
KVM test: Update ctcs run on guests
client/tests/cerberus/0001-Fix-CTCS2-Build.patch | 212 --------------------
.../0002-Fix-CTCS2-build-in-64-bit-boxes.patch | 192 ------------------
client/tests/cerberus/cerberus.py | 109 ----------
client/tests/cerberus/control | 20 --
client/tests/cerberus/ctcs2.tar.bz2 | Bin 2131977 -> 0 bytes
client/tests/ctcs/control | 19 ++
client/tests/ctcs/ctcs.py | 100 +++++++++
client/tests/ctcs/ctcs.tar.bz2 | Bin 0 -> 1337538 bytes
client/tests/kvm/autotest_control/cerberus.control | 20 --
client/tests/kvm/autotest_control/ctcs.control | 19 ++
client/tests/kvm/tests_base.cfg.sample | 4 +-
11 files changed, 140 insertions(+), 555 deletions(-)
delete mode 100644 client/tests/cerberus/0001-Fix-CTCS2-Build.patch
delete mode 100644 client/tests/cerberus/0002-Fix-CTCS2-build-in-64-bit-boxes.patch
delete mode 100644 client/tests/cerberus/cerberus.py
delete mode 100644 client/tests/cerberus/control
delete mode 100644 client/tests/cerberus/ctcs2.tar.bz2
create mode 100644 client/tests/ctcs/control
create mode 100644 client/tests/ctcs/ctcs.py
create mode 100644 client/tests/ctcs/ctcs.tar.bz2
delete mode 100644 client/tests/kvm/autotest_control/cerberus.control
create mode 100644 client/tests/kvm/autotest_control/ctcs.control
--
1.7.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] KVM test: Update ctcs run on guests
2011-05-03 6:00 [PATCH 0/2] Updating CTCS test suite Lucas Meneghel Rodrigues
@ 2011-05-03 6:00 ` Lucas Meneghel Rodrigues
0 siblings, 0 replies; 2+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-05-03 6:00 UTC (permalink / raw)
To: autotest; +Cc: kvm
Just update the config file and the control file that
is supposed to run on guests.
Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>
---
client/tests/kvm/autotest_control/cerberus.control | 20 --------------------
client/tests/kvm/autotest_control/ctcs.control | 19 +++++++++++++++++++
client/tests/kvm/tests_base.cfg.sample | 4 ++--
3 files changed, 21 insertions(+), 22 deletions(-)
delete mode 100644 client/tests/kvm/autotest_control/cerberus.control
create mode 100644 client/tests/kvm/autotest_control/ctcs.control
diff --git a/client/tests/kvm/autotest_control/cerberus.control b/client/tests/kvm/autotest_control/cerberus.control
deleted file mode 100644
index 5a828f0..0000000
--- a/client/tests/kvm/autotest_control/cerberus.control
+++ /dev/null
@@ -1,20 +0,0 @@
-AUTHOR = """
-Manas Kumar Nayak (maknayak@in.ibm.com) (original code)
-Lucas Meneghel Rodrigues (lucasmr@br.ibm.com) (rewrite)
-Cao, Chen <kcao@redhat.com> (use ctcs2 and port it to 64)
-"""
-NAME = "Cerberus test suite"
-TEST_TYPE = "CLIENT"
-TEST_CLASS = "HARDWARE"
-TEST_CATEGORY = "BENCHMARK"
-TIME = "MEDIUM"
-DOC = """\
-Executes the cerberus test for a period of time specified. You
-can also provide a cerberus test control file of your own, trough the parameter
-tcf_contents.
-
-see http://sourceforge.net/projects/ctcs2
- and http://sourceforge.net/projects/va-ctcs
-"""
-
-job.run_test(url='cerberus', length='1h', tc_opt='-k -C -a')
diff --git a/client/tests/kvm/autotest_control/ctcs.control b/client/tests/kvm/autotest_control/ctcs.control
new file mode 100644
index 0000000..c105344
--- /dev/null
+++ b/client/tests/kvm/autotest_control/ctcs.control
@@ -0,0 +1,19 @@
+AUTHOR = """
+Manas Kumar Nayak (maknayak@in.ibm.com) (original code)
+Lucas Meneghel Rodrigues (lucasmr@br.ibm.com) (rewrite)
+Cao, Chen <kcao@redhat.com> (use ctcs2 and port it to 64)
+Lucas Meneghel Rodrigues (lmr@redhat.com) (use ctcs new source repo)
+"""
+NAME = "CTCS"
+TEST_TYPE = "CLIENT"
+TEST_CLASS = "HARDWARE"
+TEST_CATEGORY = "BENCHMARK"
+TIME = "MEDIUM"
+DOC = """
+Executes CTCS for a period of time specified. You can also provide a cerberus
+test control file of your own, trough the parameter tcf_contents.
+
+see https://github.com/autotest/ctcs
+"""
+
+job.run_test(url='ctcs', length='1h', tc_opt='-k -C -a')
diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index d3597b4..3b69b37 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -233,11 +233,11 @@ variants:
test_control_file = stress.control
- disktest:
test_control_file = disktest.control
- - ctcs2:
+ - ctcs:
# If you think this is too lengthy, please change the cerberus
# control file and set this timeout appropriately.
test_timeout = 3900
- test_control_file = cerberus.control
+ test_control_file = ctcs.control
- npb:
test_control_file = npb.control
- hackbench:
--
1.7.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-03 6:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03 6:00 [PATCH 0/2] Updating CTCS test suite Lucas Meneghel Rodrigues
2011-05-03 6:00 ` [PATCH 2/2] KVM test: Update ctcs run on guests Lucas Meneghel Rodrigues
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).