History log of /external/autotest/cli/atest.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9f364a6fe1fedaecc652f111cd143ab2ee7ca825 07-Dec-2015 Simran Basi <sbasi@google.com> [autotest] Block atest/run_suite from being ran as root user.

If these scripts run as root on MobLab, they leave files in
the autotest directory that user moblab can't open or delete,
and the autotest services will begin to fail. Usually a user
would have to powerwash if they got to this state, hence
lets stop these scripts from being ran as root at all.

BUG=chromium:391138
TEST=sudo python run_suite.py fails.

Change-Id: I341b0d38f211809eeafc174ef709a7b71ea87b64
Reviewed-on: https://chromium-review.googlesource.com/316448
Commit-Ready: Simran Basi <sbasi@chromium.org>
Tested-by: Simran Basi <sbasi@chromium.org>
Reviewed-by: Kevin Cheng <kevcheng@chromium.org>
Reviewed-by: Dan Shi <dshi@google.com>
/external/autotest/cli/atest.py
12b45582c04b2417036a6f11afc843ac5fddea50 11-Jan-2010 lmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4> Massive permission fix

Fix permissions for all the development tree

Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@4094 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/atest.py
5a496088c7daa10aad13580615bfd157c4cd8180 03-Aug-2009 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Make 'job clone --id' an action instead of 'job create --clone'.
Add the backward compatibility method and call.

This is a first step in allowing to specify different hosts when cloning,
but it's just a code restructuring, it doesn't fix anything (and hopefully
doesnt' break new things either).

Signed-off-by: Jean-Marc Eurin <jmeurin@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3480 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/atest.py
fb64e6a3a4403534ae1d136c72010036afebe8ff 22-Apr-2009 showard <showard@592f7852-d20e-0410-864c-8624ca9c26a4> Add atomicgroup support to the command line interface.

Signed-off-by: Gregory Smith <gps@google.com>


git-svn-id: http://test.kernel.org/svn/autotest/trunk@3030 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/atest.py
bac1d2f2d756161d1dd5ddf327e890fa8a7501b8 07-Nov-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Remove base64 garbage from atest

Signed-off-by: Martin J. Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2387 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/atest.py
cae0da72467e9e3e2b45efb6a631b560e3459d9e 18-Oct-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> expose exceptions that occur in topic_obj.output() in CLI. previously these exceptions would be completely hidden by the finally clause, making debugging quite difficult.

Signed-off-by: Steve Howard <showard@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2301 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/atest.py
be630eb07ddb84310fcc580acffcaa362a2dc606 01-Aug-2008 mbligh <mbligh@592f7852-d20e-0410-864c-8624ca9c26a4> Attached is the CLI code tarball. It is documented at http://test.kernel.org/autotest/CLIHowTo

From: jmeurin@google.com



git-svn-id: http://test.kernel.org/svn/autotest/trunk@1950 592f7852-d20e-0410-864c-8624ca9c26a4
/external/autotest/cli/atest.py