New issue
Advanced search Search tips

Issue 784650 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Nov 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Task



Sign in to add a comment

cellular_endtoend suite control file has a bug_template un-defined and needs to be removed.

Project Member Reported by dsunk...@chromium.org, Nov 14 2017

Issue description

cellular_endtoend suite control file has a bug_template un-defined and needs to be removed as we are not using it any more. 


https://cs.corp.google.com/aosp-master/external/autotest/test_suites/control.cellular_endtoend

1/13 13:29:35.082 ERROR|        server_job:0864| Exception escaped control file, job aborting:
Traceback (most recent call last):
  File "/usr/local/autotest/server/server_job.py", line 856, in run
    self._execute_code(server_control_file, namespace)
  File "/usr/local/autotest/server/server_job.py", line 1357, in _execute_code
    execfile(code_file, namespace, namespace)
  File "/usr/local/autotest/results/155864124-dsunkara/hostless/control.srv", line 50, in <module>
    args_dict['bug_template'] = _BUG_TEMPLATE
NameError: name '_BUG_TEMPLATE' is not defined
11/13 13:29:35.086 INFO |        server_job:0214| INFO	----	----	timestamp=1510608575	job_abort_reason=name '_BUG_TEMPLATE' is not defined	localtime=Nov 13 13:29:35	name '_BUG_TEMPLATE' is not defined
11/13 13:29:35.087 WARNI|        subcommand:0085| parallel_simple was called with an empty arglist, did you forget to pass in a list of machines?
11/13 13:29:35.089 ERROR|         traceback:0013| Traceback (most recent call last):
11/13 13:29:35.089 ERROR|         traceback:0013|   File "/usr/local/autotest/server/autoserv", line 533, in run_autoserv
11/13 13:29:35.090 ERROR|         traceback:0013|     use_packaging=(not no_use_packaging))
11/13 13:29:35.091 ERROR|         traceback:0013|   File "/usr/local/autotest/server/server_job.py", line 856, in run
11/13 13:29:35.091 ERROR|         traceback:0013|     self._execute_code(server_control_file, namespace)
11/13 13:29:35.091 ERROR|         traceback:0013|   File "/usr/local/autotest/server/server_job.py", line 1357, in _execute_code
11/13 13:29:35.092 ERROR|         traceback:0013|     execfile(code_file, namespace, namespace)
11/13 13:29:35.092 ERROR|         traceback:0013|   File "/usr/local/autotest/results/155864124-dsunkara/hostless/control.srv", line 50, in <module>
11/13 13:29:35.093 ERROR|         traceback:0013|     args_dict['bug_template'] = _BUG_TEMPLATE
11/13 13:29:35.093 ERROR|         traceback:0013| NameError: name '_BUG_TEMPLATE' is not defined
11/13 13:29:35.099 INFO |            client:0570| Attempting refresh to obtain initial access_token
11/13 13:29:35.194 INFO |            client:0872| Refreshing access_token
11/13 13:29:35.760 ERROR|          autoserv:0759| Uncaught SystemExit with code 1
Traceback (most recent call last):
  File "/usr/local/autotest/server/autoserv", line 755, in main
    use_ssp)
  File "/usr/local/autotest/server/autoserv", line 562, in run_autoserv
    sys.exit(exit_code)
SystemExit: 1
11/13 13:29:35.935 DEBUG|   logging_manager:0627| Logging subprocess finished
11/13 13:29:35.935 DEBUG|   logging_manager:0627| Logging subprocess finished


 
Project Member

Comment 1 by bugdroid1@chromium.org, Nov 14 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromiumos/third_party/autotest/+/35f73e986639ba60b28add9bfd616611070ef7e9

commit 35f73e986639ba60b28add9bfd616611070ef7e9
Author: Dinesh Kumar Sunkara <dsunkara@chromium.org>
Date: Tue Nov 14 21:31:46 2017

[autotest] Update to control.cellular_endtoend file.

cellular_endtoend suite was failing with the exception where it
was looking for BUG_TEMPLATE which was removed in previous CL.
Hence removing its reference.

BUG= chromium:784650 
TEST=None

Change-Id: I643295b93f369f7573127038d775d5d1c1265531
Reviewed-on: https://chromium-review.googlesource.com/767767
Commit-Ready: Dinesh Kumar Sunkara <dsunkara@google.com>
Tested-by: Dinesh Kumar Sunkara <dsunkara@google.com>
Reviewed-by: Harpreet Grewal <harpreet@chromium.org>

[modify] https://crrev.com/35f73e986639ba60b28add9bfd616611070ef7e9/test_suites/control.cellular_endtoend

Status: Fixed (was: Assigned)
Status: Verified (was: Fixed)

Sign in to add a comment