From: Jason Wang <jasowang@redhat.com>
To: autotest@test.kernel.org, lmr@redhat.com, kvm@vger.kernel.org
Subject: [PATCH 2/2] KVM test: Add the hwclock test into guest test
Date: Tue, 30 Mar 2010 18:34:35 +0800 [thread overview]
Message-ID: <20100330103435.28582.41336.stgit@localhost.localdomain> (raw)
In-Reply-To: <20100330103426.28582.42762.stgit@localhost.localdomain>
Hwclock is useful to do the basic testing of emulated RTC.
Signed-off-by: Jason Wang <jasowang@redhat.com>
---
client/tests/kvm/autotest_control/hwclock.control | 12 ++++++++++++
client/tests/kvm/tests_base.cfg.sample | 3 +++
2 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 client/tests/kvm/autotest_control/hwclock.control
diff --git a/client/tests/kvm/autotest_control/hwclock.control b/client/tests/kvm/autotest_control/hwclock.control
new file mode 100644
index 0000000..bf3e9d3
--- /dev/null
+++ b/client/tests/kvm/autotest_control/hwclock.control
@@ -0,0 +1,12 @@
+AUTHOR = "Martin J. Bligh <mbligh@mbligh.org>"
+NAME = "Hwclock"
+TIME = "SHORT"
+TEST_CATEGORY = "Functional"
+TEST_CLASS = "General"
+TEST_TYPE = "client"
+
+DOC = """
+This test checks that we can set and read the hwclock successfully
+"""
+
+job.run_test('hwclock')
diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample
index cc10713..00b80c3 100644
--- a/client/tests/kvm/tests_base.cfg.sample
+++ b/client/tests/kvm/tests_base.cfg.sample
@@ -145,6 +145,9 @@ variants:
- scrashme:
test_name = scrashme
test_control_file = scrashme.control
+ - hwclock:
+ test_name = hwclock
+ test_control_file = hwclock.control
- linux_s3: install setup unattended_install
type = linux_s3
next prev parent reply other threads:[~2010-03-30 10:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-30 10:34 [PATCH 1/2] KVM test: Make the profiler could be configurated Jason Wang
2010-03-30 10:34 ` Jason Wang [this message]
2010-03-30 17:02 ` Michael Goldish
2010-03-31 6:28 ` Jason Wang
2010-04-01 2:33 ` Lucas Meneghel Rodrigues
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100330103435.28582.41336.stgit@localhost.localdomain \
--to=jasowang@redhat.com \
--cc=autotest@test.kernel.org \
--cc=kvm@vger.kernel.org \
--cc=lmr@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.