History log of /external/autotest/server/hosts/bootloader_unittest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/server/hosts/bootloader_unittest.py
6631273af8b88842cbd6202cc4615daf050cc957 27-Aug-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Make a bunch of stuff executable



git-svn-id: http://test.kernel.org/svn/autotest/trunk@3621 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/hosts/bootloader_unittest.py
8d631c9d894ee1f438733530fb8b966f7af07df1 18-Aug-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Convert all our uses of directoy SSHHost construction over to use
hosts.create_host instead. Also, fix up a bunch of test references
that use SSHHost when they really just need to run against the
abstract RemoteHost class, and fix some tests using the MockSSHHost
class to just use the mock framework instead.

Risk: Low
Visibility: Gets rid of almost all direct references to SSHHost.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2010 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/hosts/bootloader_unittest.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/server/hosts/bootloader_unittest.py
3d161b028a4cd20c0a91ee5b1b86149a0821db4f 06-Jun-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Move the mock libraries from client/unittest into client/common_lib/test_utils.
This is a better location, and a rename of the package dir from unittest to
test_utils avoids some conflicts that were occuring between it and the
stdlib unittest module.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1637 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/hosts/bootloader_unittest.py
71d1750995fc4123300d7cd43c07352fbbd39320 05-Jun-2008 jadmanski <jadmanski@592f7852-d20e-0410-864c-8624ca9c26a4> Visibility: Adds some unit tests.

Adds unit tests to the Bootloader class in server/hosts. It requires
adding a common.py to server/hosts, and also tweaks a few private
names (converting double-underscore -> single underscore) in
Bootloader to make it easier to test & mock out.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1604 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/server/hosts/bootloader_unittest.py