Re: [Autotest] [PATCH] KVM test: Memory ballooning test for KVM guest

2010-04-09 Thread sudhir kumar
        max_vms = 5 --- Rest all looks good ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Regards Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body

Re: Networkconfiguration with KVM

2010-04-04 Thread sudhir kumar
at  http://vger.kernel.org/majordomo-info.html -- Regards Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Autotest] [PATCH] KVM test: Exposing boot and reboot timeouts in config files

2010-03-08 Thread sudhir kumar
...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Autotest] [PATCH 2/2] KVM test: Add cpu_set subtest

2010-02-25 Thread sudhir kumar
        type = boot         reboot_method = system_reset Rest looks fine!! -- 1.6.6.1 ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list

Re: [Autotest] [PATCH 1/2] KVM test: Refactoring the 'autotest' subtest

2010-02-25 Thread sudhir kumar
'%s' ended with %s (reason: '%s') -                             % (result[0], result[1], result[3])) -- 1.6.6.1 ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar

Re: KVM source code

2010-02-11 Thread sudhir kumar
/Code This gives you all the information you need. -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send

Re: [Autotest] [RFC] KVM test: Ship rss.exe and finish.exe binaries with KVM test

2010-02-03 Thread sudhir kumar
forward hearing your input, Lucas ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message

Re: [Autotest] [Autotest PATCH] KVM-test: Add a subtest 'qemu_img'

2010-01-27 Thread sudhir kumar
___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: [Autotest] [PATCH] Add a server-side test - kvm_migration

2009-12-07 Thread sudhir kumar
Resending with proper cc list :( On Mon, Dec 7, 2009 at 2:43 PM, sudhir kumar smalik...@gmail.com wrote: Thanks for initiating the server side implementation of migration. Few comments below On Fri, Dec 4, 2009 at 1:48 PM, Yolkfull Chow yz...@redhat.com wrote: This patch will add a server

[Autotest][PATCH 1/2] add hackbench test to kvm autotest

2009-12-03 Thread sudhir kumar
This patch adds the hackbench test for the KVM linux guests. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: kvm/autotest_control/hackbench.control === --- /dev/null +++ kvm/autotest_control/hackbench.control @@ -0,0

[Autotest][PATCH 2/2] add hackbench variant into sample config file

2009-12-03 Thread sudhir kumar
This patch adds the test variant for hackbench into the sample config file. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: kvm/kvm_tests.cfg.sample === --- kvm.orig/kvm_tests.cfg.sample +++ kvm/kvm_tests.cfg.sample

Re: [Autotest] [PATCH 1/2] Adds a test to verify resources inside a VM

2009-12-02 Thread sudhir kumar
On Wed, Dec 2, 2009 at 9:10 AM, Lucas Meneghel Rodrigues l...@redhat.com wrote: On Wed, 2009-12-02 at 08:59 +0530, sudhir kumar wrote: On Wed, Dec 2, 2009 at 7:51 AM, Yolkfull Chow yz...@redhat.com wrote: Looks good for me. Thanks Lucas for improving this test. Sudhir, what do you think

Re: [Autotest] [PATCH 1/2] Adds a test to verify resources inside a VM

2009-12-01 Thread sudhir kumar
which are more prone to break :) Thanks Lucas for the effort. Cheers, Yolkfull Cheers, On Sun, Nov 29, 2009 at 8:40 AM, Yolkfull Chow yz...@redhat.com wrote: On Sun, Nov 29, 2009 at 02:22:40PM +0530, sudhir kumar wrote: On Sun, Nov 29, 2009 at 12:50 PM, Yolkfull Chow yz...@redhat.com wrote

Re: [Autotest] [PATCH] KVM test: Not execute build test by default

2009-12-01 Thread sudhir kumar
___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More

Re: [PATCH 1/2] Adds a test to verify resources inside a VM

2009-11-29 Thread sudhir kumar
On Sun, Nov 29, 2009 at 12:50 PM, Yolkfull Chow yz...@redhat.com wrote: On Wed, Nov 25, 2009 at 11:35:02AM +0530, sudhir kumar wrote: This patch adds a test for verifying whether the number of cpus and amount of memory as seen inside a guest is same as allocated to it on the qemu command line

Re: [PATCH 1/2] Adds a test to verify resources inside a VM

2009-11-26 Thread sudhir kumar
Folks, Any comments on the patch below ? On Wed, Nov 25, 2009 at 11:35 AM, sudhir kumar smalik...@gmail.com wrote: This patch adds a test for verifying whether the number of cpus and amount of memory as seen inside a guest is same as allocated to it on the qemu command line. Signed-off

Re: [Autotest] [PATCH] KVM test: Change the way subtests are loaded

2009-11-25 Thread sudhir kumar
, env_filename)             except Exception, e: -- 1.6.2.5 ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm

Re: guest gets stuck on the migration from AMD to Intel

2009-11-25 Thread sudhir kumar
address sizes   : 38 bits physical, 48 bits virtual power management: : : -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar

[PATCH 1/2] Adds a test to verify resources inside a VM

2009-11-24 Thread sudhir kumar
This patch adds a test for verifying whether the number of cpus and amount of memory as seen inside a guest is same as allocated to it on the qemu command line. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: kvm/tests/verify_resources.py

[PATCH 2/2] Edit kvm_tests.cfg.sample to include verify_resources test variant

2009-11-24 Thread sudhir kumar
This patch adds the variants for verify_resources test into the kvm_tests.cfg.sample file. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: kvm/kvm_tests.cfg.sample === --- kvm.orig/kvm_tests.cfg.sample +++ kvm

Re: [Autotest] [PATCH 18/19] KVM test: kvm_tests.cfg.sample: get all Windows test utilities from a single ISO

2009-11-23 Thread sudhir kumar
___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Lucas ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir

Re: [Autotest] [KVM-AUTOTEST PATCH 03/12] KVM test: add sample 'qemu-ifup' script

2009-08-05 Thread sudhir kumar
...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list: send

Re: [AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info

2009-08-04 Thread sudhir kumar
these two lines: Escape character is '^]'. Welcome to Microsoft Telnet Service But yes there is a very small delay(looks 1 second), which should be taken care by increased internal_timeout which i have increased to around 3 seconds. - Original Message - From: sudhir kumar smalik

Re: [AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info

2009-08-04 Thread sudhir kumar
. - Original Message - From: sudhir kumar smalik...@gmail.com To: kvm-devel kvm@vger.kernel.org Cc: Lucas Meneghel Rodrigues mrodr...@redhat.com, Michael Goldish mgold...@redhat.com, Ryan Harper ry...@us.ibm.com Sent: Tuesday, August 4, 2009 8:06:32 AM (GMT+0200) Auto-Detected Subject

Re: [AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info

2009-08-04 Thread sudhir kumar
to be less likely). I observe a slight delay in printing the lines. First 3 lines are printed in one go and the last two lines are printed after a very small( 1 sec) time. What do you say? I will try by putting one more call to read() and see what happens. - Original Message - From: sudhir kumar

Re: [AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info

2009-08-04 Thread sudhir kumar
On Tue, Aug 4, 2009 at 10:06 PM, Michael Goldishmgold...@redhat.com wrote: - sudhir kumar smalik...@gmail.com wrote: On Tue, Aug 4, 2009 at 5:01 PM, Michael Goldishmgold...@redhat.com wrote: Maybe the problem is related to how you implemented TAP support in your tree.  You're

Re: [Autotest] autotest exception in windows 2003 guest (ValueError: invalid literal for int() with base 10: '%errorlevel%)

2009-08-03 Thread sudhir kumar
of this issue as soon as possible. please share the binaries with me so that we can come to know of issues if any and make this ssh server more robust. thanks in advance. Thanks, Michael - Original Message - From: sudhir kumar smalik...@gmail.com To: Autotest mailing list autot

[AUTOTEST]telnet login fails in win2k8 DC 64. here are debug and other info

2009-08-03 Thread sudhir kumar
use_telnet = yes Any clues ? -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

autotest exception in windows 2003 guest (ValueError: invalid literal for int() with base 10: '%errorlevel%)

2009-07-27 Thread sudhir kumar
-n81hj962hdx \x1b[33m~\x1b[0m' Is there any other command with which we can replace ssh_status_test_command = echo %errorlevel% echo $? also does not work in windows. -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

[AUTOTEST] print login command and change some timeout values

2009-07-24 Thread sudhir kumar
it by mistake. 240 seconds is a reasonable timeout duration. This patch fixes that. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/kvm_utils.py === --- autotest.orig/client/tests/kvm/kvm_utils.py

Re: [AUTOTEST] print login command and change some timeout values

2009-07-24 Thread sudhir kumar
seconds. I see the timeout for *.wait_for() functions in boot test is 240 seconds, while in reboot is 120 seconds which causes the test to fail. We might have missed it by mistake. 240 seconds is a reasonable timeout duration. This patch fixes that. Signed-off-by: Sudhir Kumar sku

Re: [AUTOTEST] print login command and change some timeout values

2009-07-24 Thread sudhir kumar
On Fri, Jul 24, 2009 at 5:54 PM, Michael Goldishmgold...@redhat.com wrote: - sudhir kumar smalik...@gmail.com wrote: This patch does two small things. 1. Prints the guest login command to debug messages. Why do we want to do that? I do not see any harm in that. We are logging trying

Re: [Autotest] [KVM_AUTOTEST] add kvm hugepage variant

2009-07-21 Thread sudhir kumar
___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info

Re: How much physical memory can be used to run domains in a KVM machine?

2009-07-17 Thread sudhir kumar
-- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Autotest] [PATCH] Assign an UUID for each VM in kvm command line

2009-07-15 Thread sudhir kumar
for block devices? Thanks for suggestions. :) Thanks, dor +           return qemu_cmd -- Yolkfull Regards, ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest -- Sudhir Kumar

Re: [Autotest] [RFC] KVM-Autotest: remote shell utility for Windows guests

2009-07-15 Thread sudhir kumar
://vger.kernel.org/majordomo-info.html ___ Autotest mailing list autot...@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest thanks again for starting on this particular problem !!! -- Sudhir Kumar -- To unsubscribe from this list: send

Re: [AUTOTEST] [PATCH 1/5] update ltp.patch

2009-07-15 Thread sudhir kumar
the required flexibility. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/ltp/ltp.patch === --- autotest.orig/client/tests/ltp/ltp.patch +++ autotest/client/tests/ltp/ltp.patch @@ -1,38 +1,55 @@ -diff

[AUTOTEST] [PATCH 0/5] Add latest LTP test in autotest (v2)

2009-07-13 Thread sudhir kumar
Hi, Here is the version 2 of the patches to include latest ltp in autotest and enable execution under kvm guests. I have incorporated all the comments and approach. Please give a quick review and let me know if something better is to be done. Thanks -- Sudhir Kumar -- To unsubscribe from

[AUTOTEST] [PATCH 1/5] update ltp.patch

2009-07-13 Thread sudhir kumar
the required flexibility. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/ltp/ltp.patch === --- autotest.orig/client/tests/ltp/ltp.patch +++ autotest/client/tests/ltp/ltp.patch @@ -1,38 +1,55 @@ -diff

[AUTOTEST] [PATCH 2/5] add kvm_ltp.patch for kvm guests

2009-07-13 Thread sudhir kumar
-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/ltp/kvm_ltp.patch === --- /dev/null +++ autotest/client/tests/ltp/kvm_ltp.patch @@ -0,0 +1,27 @@ +This patch disables the default execution of some testcases

[AUTOTEST] [PATCH 3/5] add ltp control file for kvm guests

2009-07-13 Thread sudhir kumar
This patch adds the control file under kvm/autotest_control. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/autotest_control/ltp.control === --- /dev/null +++ autotest/client/tests/kvm

[AUTOTEST] [PATCH 4/5] update ltp wrapper in autotest

2009-07-13 Thread sudhir kumar
, please untar the results file I am sending, run cd results/default; firefox results.html, click ltp_results.html This is a symlink to the ltp_results.html which is generated by ltp. Please provide your comments, concerns and issues. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest

[AUTOTEST] [PATCH 5/5] view ltp_results.html under kvm guests' results.html

2009-07-13 Thread sudhir kumar
. The attached tar file contains the full results directory. The results.html file points to ltp_results.html which looks quite fancy. Please have a look at the results and the patch and provide your comments. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm

Re: [autotest] [PATCH 1/6] add ebizzy in autotest

2009-07-12 Thread sudhir kumar
/platformdownload.php?group_id=202378sel_platform=3809 Please review the patch and provide your comments. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/ebizzy/control === --- /dev/null +++ autotest

Re: [Autotest] [AUTOTEST] [PATCH 1/2] Add latest LTP test in autotest

2009-07-12 Thread sudhir kumar
as of ltp.patch but only for kvm guests. i will be sending the results of execution on the guest as well as on bare metal. Thanks everyone for your comments!! -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More

Re: [KVM_AUTOTEST] add autotest.libhugetlbfs test

2009-07-10 Thread sudhir kumar
with kvm-83-72.el5 -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [autotest] [PATCH 1/6] add ebizzy in autotest

2009-07-10 Thread sudhir kumar
. http://sourceforge.net/project/platformdownload.php?group_id=202378sel_platform=3809 Please review the patch and provide your comments. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/ebizzy/control

Re: [KVM_AUTOTEST] add kvm hugepage variant and test

2009-07-09 Thread sudhir kumar
in kvm_vm.py (parse output and try another param) 2) detect qemu capabilities outside and create additional layer (better for future occurrence) Tested by:ldok...@redhat.com on RHEL5.4 with kvm-83-72.el5 -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm

[autotest] [PATCH 1/6] add ebizzy in autotest

2009-07-08 Thread sudhir kumar
This patch adds the wrapper for ebizzy into autotest. here is the link to get a copy of the test tarball. http://sourceforge.net/project/platformdownload.php?group_id=202378sel_platform=3809 Please review the patch and provide your comments. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com

[autotest] [PATCH 2/6] add-ebizzy-control-file-in-kvm-test under autotest

2009-07-08 Thread sudhir kumar
This patch adds the control file for ebizzy test to be executed under kvm test. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/autotest_control/ebizzy.control === --- /dev/null +++ autotest

[autotest] [PATCH 3/6] update-stress-test-in-autotest

2009-07-08 Thread sudhir kumar
this patch updates the stress test to the latest version 1.0. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/stress/stress.py === --- autotest.orig/client/tests/stress/stress.py +++ autotest

[autotest] [PATCH 4/6] add-stress-test-control-file-in-kvmtest

2009-07-08 Thread sudhir kumar
This patch adds the control file for running stress test under kvm guests. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/autotest_control/stress.control === --- /dev/null +++ autotest/client

[autotest] [PATCH 5/6] add-disktest-control-file-in-kvmtest

2009-07-08 Thread sudhir kumar
This patch adds the disktest control file for the test to be executed under kvm tests. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/autotest_control/disktest.control === --- /dev/null

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

2009-07-08 Thread sudhir kumar
This patch adds the test entries in the sample config file for kvm test execution. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/kvm_tests.cfg.sample === --- autotest.orig/client/tests/kvm

Re: [Autotest] [AUTOTEST] [PATCH 1/2] Add latest LTP test in autotest

2009-07-08 Thread sudhir kumar
the revised patch. Thanks everyone for your thoughts!! -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[autotest] [PATCH] add control file for kernbench under kvm

2009-07-08 Thread sudhir kumar
This patch adds the control file for kernbench to be executed under kvm tests. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/autotest_control/kernbench.control === --- /dev/null +++ autotest

Re: [Autotest] [AUTOTEST] [PATCH 1/2] Add latest LTP test in autotest

2009-07-07 Thread sudhir kumar
It is better for the test to recognise the environment and not execute if it is under virtualization and it is supposed to fail or break under that environment. Does that make sense to you also ? -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message

Re: [Autotest] [AUTOTEST] [PATCH 1/2] Add latest LTP test in autotest

2009-07-07 Thread sudhir kumar
, and it hasn't happened yet ;-( -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [Autotest] [AUTOTEST] [PATCH 1/2] Add latest LTP test in autotest

2009-07-07 Thread sudhir kumar
-- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Missing shutdown.exe in win2k3 R2 Datacentre Guest under ssh

2009-07-07 Thread sudhir kumar
it. Thanks for your response.(sorry for the delayed response) - Original Message - From: sudhir kumar smalik...@gmail.com To: kvm-devel kvm@vger.kernel.org Cc: Uri Lublin u...@redhat.com, Michael Goldish mgold...@redhat.com, David Huff dh...@redhat.com, Lucas Meneghel Rodrigues

[PATCH] Adds the LTP control file under tests/kvm/autotest_control/

2009-07-06 Thread sudhir kumar
This change I had made manually but it needs a patch. Hence sending it. This patch adds the control file under kvm/autotest_control. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/autotest_control/ltp.control

[PATCH] sample entry in kvm_tests.cfg for LTP

2009-07-06 Thread sudhir kumar
Just for info, the entry looks like this. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm/kvm_tests.cfg.sample === --- autotest.orig/client/tests/kvm/kvm_tests.cfg.sample +++ autotest/client

netperf in autotest

2009-07-06 Thread sudhir kumar
. Thanks in advance!! -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[AUTOTEST] [PATCH 1/2] Add latest LTP test in autotest

2009-07-05 Thread sudhir kumar
, failcmdfile, self.tmpdir) args = args + ' ' + args2 cmd = os.path.join(self.srcdir, script) + ' ' + args -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http

[AUTOTEST] [PATCH 2/2] View LTP execution results under kvm's results.html file

2009-07-05 Thread sudhir kumar
. The attached tar file contains the full results directory. The results.html file points to ltp_results.html which looks quite fancy. Please have a look at the results and the patch and provide your comments. Signed-off-by: Sudhir Kumar sku...@linux.vnet.ibm.com Index: autotest/client/tests/kvm

[AUTOTEST] [RESULTS] LTP execution results in the html format

2009-07-05 Thread sudhir kumar
the files and use a link to it in the mail? -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Weird Windows license issue

2009-07-02 Thread sudhir kumar
in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [KVM-AUTOTEST PATCH] Adding iperf test

2009-06-30 Thread sudhir kumar
-- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: virtio_blk fails for rhel5.3 guest with LVM: kernel panic

2009-06-24 Thread sudhir kumar
, sudhir kumar wrote: I see that Rhel5.3 32 and 64 bit guests fail to boot with virtio for block device. The guest can not find the root filesystem. The guest is using LVM. As per the linux-kvm wiki  instructions I did change device.map and booted with if=virtio. The wiki link is http://www.linux

virtio_blk fails for rhel5.3 guest with LVM: kernel panic

2009-06-23 Thread sudhir kumar
Sudhir -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Latest kvm autotest patch queue

2009-06-22 Thread sudhir kumar
. -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message

Re: Missing shutdown.exe in win2k3 R2 Datacentre Guest under ssh

2009-06-06 Thread sudhir kumar
not have a telnet-server installed by default and hence I opted for installing ssh server and use it. This problem I did not notice with the 2008 datacentre and others. So is there any solution for it or any work around? Thanks in advance -- Sudhir Kumar -- Sudhir Kumar -- To unsubscribe from

Missing shutdown.exe in win2k3 R2 Datacentre Guest under ssh

2009-06-05 Thread sudhir kumar
with the 2008 datacentre and others. So is there any solution for it or any work around? Thanks in advance -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH][KVM-AUTOTEST] TAP network support in kvm-autotest

2009-06-02 Thread sudhir kumar
best to post my patches soon. Thanks, Michael -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send

Re: Fwd: kvm-autotest: False PASS results

2009-06-02 Thread sudhir kumar
On Mon, Jun 1, 2009 at 8:33 PM, Uri Lublin u...@redhat.com wrote: On 05/10/2009 08:15 PM, sudhir kumar wrote: Hi Uri, Any comments? -- Forwarded message -- From: sudhir kumarsmalik...@gmail.com The kvm-autotest shows the following PASS results for migration, while the VM

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-27 Thread sudhir kumar
On Wed, May 27, 2009 at 7:57 PM, Uri Lublin u...@redhat.com wrote: sudhir kumar wrote: Michael, any updates on this patch? Are you going to commit this or you have any other plans/patch ? I'm not sure having the inter-host migration is best implemented on the autotest-client side

Re: kvm_autotest: dynamically load tests

2009-05-27 Thread sudhir kumar
-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] [KVM_Autotest] Added functionality to the preprocessor to run scripts

2009-05-27 Thread sudhir kumar
: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More

Re: [KVM-AUTOTEST PATCH] kvm_utils.py: remote_login(): improve regular expression matching

2009-05-26 Thread sudhir kumar
On Mon, May 25, 2009 at 2:15 PM, Michael Goldish mgold...@redhat.com wrote: - sudhir kumar smalik...@gmail.com wrote: The patch looks sane to me. A very good thing that can be done for remote_login() is to tune the tmeouts. I have seen especialy with windows guests or sometimes when

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-25 Thread sudhir kumar
, Michael -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body

Re: [KVM-AUTOTEST] [PATCH] support for remote migration

2009-05-25 Thread sudhir kumar
way as we do for a normal VM creation assuming the kvm-autotest is installed on the remote under the same directory tree as in the source. I will test it further and provide my feedback. On Mon, May 25, 2009 at 3:23 PM, Michael Goldish mgold...@redhat.com wrote: - sudhir kumar smalik

Re: [KVM-AUTOTEST PATCH] kvm_vm.py: make sure the bulk of VM.create() is not executed in parallel

2009-05-25 Thread sudhir kumar
On Mon, May 25, 2009 at 2:47 PM, Michael Goldish mgold...@redhat.com wrote: - sudhir kumar smalik...@gmail.com wrote: On Sun, May 24, 2009 at 9:16 PM, Michael Goldish mgold...@redhat.com wrote: VM.create() does a few things (such as finding free ports) which are not safe to execute

Re: [KVM-AUTOTEST PATCH] kvm_utils.py: remote_login(): improve regular expression matching

2009-05-24 Thread sudhir kumar
the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo

Re: [KVM-AUTOTEST PATCH] kvm_runtest_2.py: use environment filename specified by the 'env' parameter

2009-05-24 Thread sudhir kumar
-- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord

Re: [KVM-AUTOTEST PATCH] kvm_vm.py: make sure the bulk of VM.create() is not executed in parallel

2009-05-24 Thread sudhir kumar
/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [KVM-AUTOTEST PATCH] WinXP step files: add an optional barrier to deal with a closed start menu

2009-05-24 Thread sudhir kumar
majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: kvm-autotest: The automation plans?

2009-05-14 Thread sudhir kumar
On Wed, May 13, 2009 at 11:30 PM, Michael Goldish mgold...@redhat.com wrote: - sudhir kumar smalik...@gmail.com wrote: Hi Uri/Lucas, Do you have any plans for enhancing kvm-autotest? I was looking mainly on the following 2 aspects: (1). we have standalone migration only. Is there any

Re: kvm-autotest: The automation plans?

2009-05-14 Thread sudhir kumar
On Thu, May 14, 2009 at 12:22 PM, jason wang jasow...@redhat.com wrote: sudhir kumar 写道: Hi Uri/Lucas, Do you have any plans for enhancing kvm-autotest? I was looking mainly on the following 2 aspects: (1). we have standalone migration only. Is there any plans of enhancing kvm-autotest

kvm-autotest: The automation plans?

2009-05-13 Thread sudhir kumar
it? Please provide your thoughts on the above features. -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: CPU Limits on KVM?

2009-04-07 Thread sudhir kumar
-- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message

Re: new wiki missing pages? / new wiki for kvm

2009-03-31 Thread sudhir kumar
-- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: kvm-autotest -- introducing kvm_runtest_2

2009-03-04 Thread sudhir kumar
-- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message to majord...@vger.kernel.org More majordomo info at  http://vger.kernel.org/majordomo-info.html -- Sudhir Kumar -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a message