Issue metadata
Sign in to add a comment
|
lxc_cleanup is broken |
||||||||||||||||||||||
Issue descriptionCrashes with this error: DEBUG:root:Checking if container is orphaned: test_150603716_1508836525_8440 Traceback (most recent call last): File "./lxc_cleanup.py", line 173, in <module> main(options) File "./lxc_cleanup.py", line 163, in main if is_container_orphaned(container): File "./lxc_cleanup.py", line 52, in is_container_orphaned container_id = container.get_id() AttributeError: 'Container' object has no attribute 'get_id'
,
Nov 16 2017
Sorry, wrong bug
,
Nov 16 2017
,
Dec 15 2017
Bah. Just noticed the fix for this was also tagged with the wrong bug. https://chromium-review.googlesource.com/c/chromiumos/third_party/autotest/+/775675 |
|||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||
Comment 1 by kenobi@chromium.org
, Nov 16 2017Status: Duplicate (was: Assigned)