Message ID | a50cf5ab0907080136h241f6527ud401b0b722bfc91f@mail.gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Jul 8, 2009 at 5:36 AM, sudhir kumar<smalikphy@gmail.com> wrote: > This patch adds the test entries in the sample config file for kvm > test execution. Looks good. Applied. > Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com> > > Index: autotest/client/tests/kvm/kvm_tests.cfg.sample > =================================================================== > --- autotest.orig/client/tests/kvm/kvm_tests.cfg.sample > +++ autotest/client/tests/kvm/kvm_tests.cfg.sample > @@ -79,6 +79,15 @@ variants: > Â Â Â Â Â Â - bonnie: > Â Â Â Â Â Â Â Â test_name = bonnie > Â Â Â Â Â Â Â Â test_control_file = bonnie.control > + Â Â Â Â Â Â - ebizzy: > + Â Â Â Â Â Â Â Â test_name = ebizzy > + Â Â Â Â Â Â Â Â test_control_file = ebizzy.control > + Â Â Â Â Â Â - stress: > + Â Â Â Â Â Â Â Â test_name = stress > + Â Â Â Â Â Â Â Â test_control_file = stress.control > + Â Â Â Â Â Â - disktest: > + Â Â Â Â Â Â Â Â test_name = disktest > + Â Â Â Â Â Â Â Â test_control_file = disktest.control > > Â Â - linux_s3: Â Â Â install setup > Â Â Â Â type = linux_s3 > > > -- > Sudhir Kumar > _______________________________________________ > Autotest mailing list > Autotest@test.kernel.org > http://test.kernel.org/cgi-bin/mailman/listinfo/autotest >
Index: autotest/client/tests/kvm/kvm_tests.cfg.sample =================================================================== --- autotest.orig/client/tests/kvm/kvm_tests.cfg.sample +++ autotest/client/tests/kvm/kvm_tests.cfg.sample @@ -79,6 +79,15 @@ variants: - bonnie: test_name = bonnie test_control_file = bonnie.control + - ebizzy: + test_name = ebizzy + test_control_file = ebizzy.control + - stress: + test_name = stress + test_control_file = stress.control + - disktest: + test_name = disktest + test_control_file = disktest.control - linux_s3: install setup type = linux_s3
This patch adds the test entries in the sample config file for kvm test execution. Signed-off-by: Sudhir Kumar <skumar@linux.vnet.ibm.com>