I am seeing the following error, after repo-sync
scripts $test_that -b celes --fast --autotest_dir=../third_party/autotest/files/ chromeos9-row4-rack8-host1 network_WiFi_VerifyRouter
Traceback (most recent call last):
File "/mnt/host/source/src/third_party/autotest/files/site_utils/test_that.py", line 22, in <module>
from autotest_lib.server.hosts import factory
File "/mnt/host/source/src/third_party/autotest/files/server/hosts/__init__.py", line 25, in <module>
from factory import create_host
File "/mnt/host/source/src/third_party/autotest/files/server/hosts/factory.py", line 18, in <module>
from autotest_lib.server.hosts import gce_host
File "/mnt/host/source/src/third_party/autotest/files/server/hosts/gce_host.py", line 10, in <module>
from chromite.lib import gce
File "/mnt/host/source/src/third_party/autotest/files/site-packages/chromite/lib/gce.py", line 17, in <module>
from googleapiclient.discovery import build
File "/mnt/host/source/src/third_party/autotest/files/site-packages/chromite/third_party/googleapiclient/discovery.py", line 33, in <module>
from six.moves.urllib.parse import urlencode, urlparse, urljoin, \
ImportError: No module named urllib.parse
Comment 1 by aashuto...@chromium.org
, Mar 5 2018