Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Issue 6187006: Added HWQual utility script - call_script.py (Closed)

Created:
9 years, 11 months ago by ruchic
Modified:
9 years, 7 months ago
Reviewers:
kmixter1, sosa
CC:
rchenna, krisr1
Visibility:
Public.

Description

Added HWQual utility script - call_script.py Change-Id: I07722c5eac6836051dedf015593d4717bf852853 BUG=chromium-os:10197 TEST= Run HWQual scripts as - python call_autoserv.py --ip=<remote machine IP> --test=<server or client HWQual testname in suite_HWQual or site_tests> Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=571d1c9

Patch Set 1 #

Total comments: 19

Patch Set 2 : Changes made as per CL review comments. #

Patch Set 3 : Change to import order #

Total comments: 8

Patch Set 4 : Changes to CL as per review comments #

Total comments: 2

Patch Set 5 : Changes as per review comments #

Total comments: 1

Patch Set 6 : changes to file permission #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -0 lines) Patch
M archive_hwqual View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
A call_autoserv.py View 1 2 3 4 5 1 chunk +150 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
ruchic
The script is executed as - python callscript.py ip=<IP address of machine> test=<test name> Please ...
9 years, 11 months ago (2011-01-12 23:14:18 UTC) #1
kmixter1
http://codereview.chromium.org/6187006/diff/1/archive_hwqual File archive_hwqual (right): http://codereview.chromium.org/6187006/diff/1/archive_hwqual#newcode103 archive_hwqual:103: cp "${script_dir}/call_script.py tarball/${FLAGS_output_tag}" If you're adding this to the ...
9 years, 11 months ago (2011-01-13 01:52:52 UTC) #2
ruchic
Kindly review the changes made to the CL. Thanks, Ruchi http://codereview.chromium.org/6187006/diff/1/archive_hwqual File archive_hwqual (right): http://codereview.chromium.org/6187006/diff/1/archive_hwqual#newcode103 ...
9 years, 11 months ago (2011-01-18 23:52:28 UTC) #3
kmixter1
Mostly style nits. http://codereview.chromium.org/6187006/diff/8001/archive_hwqual File archive_hwqual (right): http://codereview.chromium.org/6187006/diff/8001/archive_hwqual#newcode102 archive_hwqual:102: # Copy call_script.py to tarball. Wrong ...
9 years, 11 months ago (2011-01-21 20:01:46 UTC) #4
ruchic
Please review the changes made. Thanks, Ruchi http://codereview.chromium.org/6187006/diff/8001/archive_hwqual File archive_hwqual (right): http://codereview.chromium.org/6187006/diff/8001/archive_hwqual#newcode102 archive_hwqual:102: # Copy ...
9 years, 11 months ago (2011-01-24 20:48:41 UTC) #5
kmixter1
LGTM with one nit. http://codereview.chromium.org/6187006/diff/16001/call_autoserv.py File call_autoserv.py (right): http://codereview.chromium.org/6187006/diff/16001/call_autoserv.py#newcode92 call_autoserv.py:92: run_command = "./autotest/server/autoserv -r ./autotest/%s ...
9 years, 11 months ago (2011-01-25 00:29:45 UTC) #6
ruchic
9 years, 11 months ago (2011-01-25 23:53:33 UTC) #7
Done with changes. 

Can you please push the CL if it still looks good to you as generally I have
some permission issues.

Thanks,
Ruchi

http://codereview.chromium.org/6187006/diff/16001/call_autoserv.py
File call_autoserv.py (right):

http://codereview.chromium.org/6187006/diff/16001/call_autoserv.py#newcode92
call_autoserv.py:92: run_command = "./autotest/server/autoserv -r ./autotest/%s
-m %s -s %s" % (
On 2011/01/25 00:29:45, kmixter1 wrote:
> Sorry, I was suggesting this style:
> 
> run_command = ("./autotest/server/autoserv -r ./autotest/%s -m %s -s %s" %
>                (result_name, ...))
> 

Done.

http://codereview.chromium.org/6187006/diff/22001/archive_hwqual
File archive_hwqual (right):

http://codereview.chromium.org/6187006/diff/22001/archive_hwqual#newcode103
archive_hwqual:103: cp "${script_dir}/call_autoserv.py"
"tarball/${FLAGS_output_tag}/."
Correcting the statement after locally creating build and Hwqual package.

Powered by Google App Engine
This is Rietveld 408576698