diff mbox

[autotest,6/6] add-disktest-stress-ebizzy-entry-in-kvm-sample-config

Message ID a50cf5ab0907080136h241f6527ud401b0b722bfc91f@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

sudhir kumar July 8, 2009, 8:36 a.m. UTC
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>

Comments

Lucas Meneghel Rodrigues July 14, 2009, 2:44 p.m. UTC | #1
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
>
diff mbox

Patch

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