[KVM-AUTOTEST][COMMIT] Delete kvm_runtest_old test

2009-06-03 Thread Uri Lublin
From: Eduardo Habkost ehabk...@redhat.com Signed-off-by: Eduardo Habkost ehabk...@redhat.com *** Diff is too large (405826 bytes) -- not showing *** -- To unsubscribe from this list: send the line unsubscribe kvm-commits in the body of a message to majord...@vger.kernel.org More majordomo

[KVM-AUTOTEST][COMMIT] Sync from site_host import SiteHost code with upstream autotest

2009-06-03 Thread Uri Lublin
From: Eduardo Habkost ehabk...@redhat.com Signed-off-by: Eduardo Habkost ehabk...@redhat.com diff --git a/server/hosts/__init__.py b/server/hosts/__init__.py index 21bca1c..f8b6803 100644 --- a/server/hosts/__init__.py +++ b/server/hosts/__init__.py @@ -12,7 +12,10 @@ You should 'import hosts'

[KVM-AUTOTEST][COMMIT] Merge autotest SVN revision 3185

2009-06-03 Thread Uri Lublin
From: Eduardo Habkost ehabk...@redhat.com This will pulls some new code that is needed for the changes that will be implemented on the kvm tests. Signed-off-by: Eduardo Habkost ehabk...@redhat.com -- To unsubscribe from this list: send the line unsubscribe kvm-commits in the body of a message to

[KVM-AUTOTEST][COMMIT] Moving from kvm_log to the upstream logging system.

2009-06-03 Thread Uri Lublin
From: Lucas Meneghel Rodrigues l...@redhat.com kvm_log can be replaced by the upstream logging system with advantages: * Uses the standard python module, that allows us to define multiple message destinations * It implements nearly all functionalities implemented on kvm_log This patch

[KVM-AUTOTEST][COMMIT] Fixing docstrings and lines of code wider than 80 characters.

2009-06-03 Thread Uri Lublin
From: Lucas Meneghel Rodrigues mrodr...@redhat.com The autotest coding standards specify the preferred way of doing docstring documentation, as well as the maximum line width in 80 characters. This change converts all non compliances. *** Diff is too large (185612 bytes) -- not showing *** --

[KVM-AUTOTEST][COMMIT] Sanitizing strings before passing them to the logging system.

2009-06-03 Thread Uri Lublin
From: Lucas Meneghel Rodrigues l...@redhat.com The logging system encodes messages using the utf-8 encoding by default. So sometimes it's necessary to re-encode lines when non unicode characters are thrown up by the command outputs. This patch re-encodes lines of text that will be passed to the

[KVM-AUTOTEST][COMMIT] Trimming trailing whitespaces from all files on the source directory

2009-06-03 Thread Uri Lublin
From: Lucas Meneghel Rodrigues l...@redhat.com The previous patches introduces trailing whitespaces to all files. This patch removes trailing whitespaces from all lines of the files present on the kvm_runtest_2 test. *** Diff is too large (161734 bytes) -- not showing *** -- To unsubscribe

[KVM-AUTOTEST][COMMIT] Changing kvm_runtest_2 to kvm.

2009-06-03 Thread Uri Lublin
From: Lucas Meneghel Rodrigues l...@redhat.com *** Diff is too large (85588 bytes) -- not showing *** -- To unsubscribe from this list: send the line unsubscribe kvm-commits in the body of a message to majord...@vger.kernel.org More majordomo info at

[KVM-AUTOTEST][COMMIT] Fixing import style on make_html_report

2009-06-03 Thread Uri Lublin
From: Lucas Meneghel Rodrigues l...@redhat.com diff --git a/client/tests/kvm/make_html_report.py b/client/tests/kvm/make_html_report.py index a660cff..988b2f3 100755 --- a/client/tests/kvm/make_html_report.py +++ b/client/tests/kvm/make_html_report.py @@ -6,13 +6,8 @@ Script used to parse the

[KVM-AUTOTEST][COMMIT] Final adjustments on the KVM test

2009-06-03 Thread Uri Lublin
From: Lucas Meneghel Rodrigues l...@redhat.com diff --git a/client/tests/kvm/control b/client/tests/kvm/control index d11f72f..f4b2113 100644 --- a/client/tests/kvm/control +++ b/client/tests/kvm/control @@ -143,7 +143,7 @@ for dict in list: dependencies_satisfied = False

[KVM-AUTOTEST][COMMIT] Add Dror Russo to author lists

2009-06-03 Thread Uri Lublin
From: Eduardo Habkost ehabk...@redhat.com So the code will match the code on the upstream autotest SVN repository. Signed-off-by: Eduardo Habkost ehabk...@redhat.com diff --git a/client/tests/kvm/control b/client/tests/kvm/control index f4b2113..eb38686 100644 --- a/client/tests/kvm/control +++

[KVM-AUTOTEST][COMMIT] Merge branch 'master' of git://github.com/ehabkost/autotest into kvm-merge2

2009-06-03 Thread Uri Lublin
From: Eduardo Habkost ehabk...@redhat.com -- To unsubscribe from this list: send the line unsubscribe kvm-commits in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html