History log of /external/autotest/client/common_lib/mail_unittest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8adf78936c915df6fd1edb6c592f40a7ed8350a5 09-Sep-2011 Dale Curtis <dalecurtis@chromium.org> Autotest upstream merge.

Merged from d9d64b855363d214996b187380532d4cc9991d29 to
7bad38846fe9c74e42018131ce85aec2b5e6c7a9

BUG=none
TEST=emerge autotest, run bvt, smoke.

Change-Id: Ibe6462198e84e0d41fa160af086283cd712da4a6
Reviewed-on: http://gerrit.chromium.org/gerrit/7440
Tested-by: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
/external/autotest/client/common_lib/mail_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/client/common_lib/mail_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/client/common_lib/mail_unittest.py
fa29a2a27f1534c71587cde382709a4795a820a1 17-May-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Remove all places where we are hardcoding python2.4 on the
scripts

Risk: Medium/High

Summary: After going trough the autotest tree, removing all places where
we have statements like

#!/usr/bin/python2.4

As they're unnecessary for those who have python > 2.4. Still, we want
to make sure we're running on something > 2.4 for those scripts, so I
hooked the scripts to the common lib infrastructure when needed. I tried
to be as careful as possible to make sure all scripts worked after my
modifications, I could even spot an import problem on
server/standalone_profiler.py and fix it.

Also, while I was there, I fixed several inconsistencies on the
mirror/mirror script.

Signed-off-by: Lucas Meneghel Rodrigues <lucasmr@br.ibm.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1527 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/common_lib/mail_unittest.py
be9df1fb0fc00f5ba67e54bf42d628676419275c 02-May-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> This patch adds a unittest for client/common_lib/mail.py module.

Travis Miller



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1484 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/client/common_lib/mail_unittest.py