c2ebea01c0f3ecf4847eb13f3228118f36be124a |
|
02-Oct-2009 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Merged the contents of client.bin.boottool and server.hosts.Bootloader into a common_lib.boottool API. Added unittest for it. Updated users. Visibility: this changes the client and server job.bootloader API slightly and while I've tried to make sure that all users of the old API are updated to the new one it's possible that there is code ouside the Autotest source tree that may rely on the old API. Signed-off-by: Mihai Rusu <dizzy@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@3785 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
75cdfee87bfaa3cf3f9860832b228a6d32aaed2f |
|
10-Jun-2009 |
showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> |
Make autoserv and autotest client use the new logging_manager system. I'd like to split them into separate changes, but the change in common_lib.test means it all has to change at once. this replaces the old ini-style logging configurations with code-based configurations. i know the ini files were easier to read, but we're doing a lot more fancy stuff with logging and these give us much more power and less duplication. as one example, we'll probably move very soon to having separate .DEBUG, .INFO, .WARNING, and .ERROR logs. This will allow us to make a centralized change to make that happen, rather than duplicating a whole bunch of information across .ini files, and it'll make the information much more concise. Risk: Gravely high Signed-off-by: Steve Howard <showard@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@3243 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
53da18eddf69243ca175d9a4603cba5b55300726 |
|
05-Jan-2009 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Rename autotest_utils to utils Fixes longstanding hangover ugliness from the original change away from doing "from autotest_utils import *". Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2595 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
d876f459fff6cc4994cab329b1f80c99a86edcbd |
|
03-Dec-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
gps pointed out that "== and != work in most cases but its better to use is and is not as you'll never run into a case where someone's __eq__ or __ne__ method do the wrong thing." Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@2533 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
23955fc5e7fcd8f12fcc73176f1e9f4d2b055db4 |
|
12-Jun-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
I ran PyLint on our client/bin/ files and looked at only the errors. All of these changes are to lines that were obviously broken or are new imports. I'm pretty confident this can't break anything and will fix things. Most of the problems seem to have come from when we removed import *'s from the code base. Signed-off-by: Jeremy Orlow <jorlow@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1688 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
8b352856e457518fde6bab947d8fcdb3f53a39ad |
|
07-Jun-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Manual whitespace cleanups and coding style fixes Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1665 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
0afbb6369aa5aa9a75ea67dd9e95ec4b21c0c181 |
|
06-Jun-2008 |
jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> |
Convert all python code to use four-space indents instead of eight-space tabs. Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1658 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
34d0117395947490dbeed9bb1368bb360919266d |
|
05-Jun-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Risk: Required Visibility: Minimal Second pass on clean up. I tested all test to make sure they at least run correctly, adding a few control file stubs here and there. Most of the fixes are import os fixes along with a few incorrect references Signed-off-by: Scott Zawalski <scottz@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1607 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
c61fb369260af3f57084510e02468ebb3953ecae |
|
05-Jun-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Risk: Medium Visibility: Low Fix reference from common.test to autotest_lib.... The original reference in test.py has now grown to a lot more files yet again All are just run of the mill import cleanups Signed-off-by: Scott Zawalski <scottz@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1606 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
02ff2d5ee0d687923ab0caf2355f89cae0fa7177 |
|
03-Jun-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Risk: Medium - Hits quite a bit of different areas Visibility: Low utils.py Create a wrapper for urlopen and urlretrieve to enforce a timeout using the socket module and setsockettimeout. - All additional files outside of utils.py are using urllib/urllib2 in one way or another and are being changed to use our wrapper Signed-off-by: Scott Zawalski <scottz@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1590 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
642b03e401142565a8109ac6e8495eda1dead577 |
|
14-Jan-2008 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Now fixing the places where we're raising string exceptions on the client code. The patch also fixes identation errors in the iostat profiler and error.py'>error.py. Signed-off-by: Lucas Meneghel Rodrigues <lucasmr@br.ibm.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@1158 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
44da937edd45b58694f52fc37a31bec7df2738fb |
|
06-Nov-2007 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Fixed up some fd_stack.redirect calls that really should be calls to fd_stack.tee_redirect. Signed-off-by: John Admanski <jadmanski@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@929 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
f25cde1a150d7a8f6110f082fbfb144118d94aa5 |
|
18-Dec-2006 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
Cleanup pass through xen.py Signed-off-by: Martin J. Bligh <mbligh@google.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@432 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|
8baa2ea4c794349eb217203e2464e5406eaeb355 |
|
18-Dec-2006 |
mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> |
This patch adds a new class derived from the kernel class to build and install the Xen hypervisor, build a Xen guest kernel, and the user-space tools. Signed-off-by: Ryan Harper <ryanh@us.ibm.com> git-svn-id: http://test.kernel.org/svn/autotest/trunk@429 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/bin/xen.py
|