Issue metadata
Sign in to add a comment
|
verify and repair fail for: AttributeError: 'module' object has no attribute 'AutotestHostVerifyError' |
||||||||||||||||||||||||
Issue descriptionLooking at chromeos2-row4-rack7-host3 verify and repair flow, it looks like there'a bug in the flow since the dut seems to be ok but still fails verify/repair. verify: https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/hosts/chromeos2-row4-rack7-host3/52711116-verify/debug/?debugUI=DEVELOPERS repair: https://pantheon.corp.google.com/storage/browser/chromeos-autotest-results/hosts/chromeos2-row4-rack7-host3/52710132-repair/debug/?debugUI=DEVELOPERS Pertinent snippet: 03/23 17:54:02.795 ERROR| repair:0284| Failed: The host's TPM is available and working Traceback (most recent call last): File "/usr/local/autotest/client/common_lib/hosts/repair.py", line 281, in _verify_host self.verify(host) File "/usr/local/autotest/server/hosts/cros_repair.py", line 110, in verify raise hosts.AutotestHostVerifyError( AttributeError: 'module' object has no attribute 'AutotestHostVerifyError'
,
Mar 24 2016
Is it possible the exception needs to get update the exception raised? From: https://cs.corp.google.com/chromeos_public/src/third_party/autotest/files/server/hosts/cros_repair.py for AutotestHostVerifyError -> AutoservVerifyError
,
Mar 24 2016
blargh, bad grammar, let me try again: Is it possible we need to update the exception being raised from AutotestHostVerifyError to AutoservVerifyError.
,
Mar 24 2016
ah, just saw the duped bug, looks like Xixuan has it.
,
Apr 27 2016
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by jrbarnette@chromium.org
, Mar 24 2016Status: Duplicate (was: Untriaged)