New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 851863 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Aug 22
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug

Blocking:
issue 850874



Sign in to add a comment

Atest can not work

Project Member Reported by cychiang@chromium.org, Jun 12 2018

Issue description

The command to list host does not work.

$ ~/trunk/src/third_party/autotest/files/cli/atest host list -b 'chameleon' -v

Invalid server name http://cautotest: <urlopen error [Errno 110] Connection timed out>

usage: atest host list [options] <hosts>

It worked before. But I could not remember when was the last time I tried the command.

 
Blocking: 850874
Owner: ayatane@chromium.org
Status: Assigned (was: Untriaged)
Is this part of lab tools?  Make sure to read all of the instructions.
Status: Archived (was: Assigned)
Cc: waihong@chromium.org
Status: Untriaged (was: Archived)
Hi ayatane@,
Could you please point me to the instructions of atest ?
It is not in the document https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/docs/user-doc.md

We used to use atest command to list the hosts in test lab, but it does not work now.

$ ~/trunk/src/third_party/autotest/files $ ./cli/atest host list

Invalid server name http://cautotest: <urlopen error [Errno 110] Connection timed out>

usage: atest host list [options] <hosts>

If this usage is deprecated, is there any other way to list the host in the lab ?

Thanks!


Status: Assigned (was: Untriaged)
Any updates?
Cc: ayatane@chromium.org
Owner: yuhsuan@chromium.org
Thanks ayatane!
Yuhsuan has verified that atest can work.

Yuhsuan, could you point out what might be helpful to add to the documentation?
I remember you found something that can fix the connection issue.
Yes, I wrote a simple document here.
There are two ways to connect to server.
https://docs.google.com/document/d/14eNYkzkTTiWE4u-KTYMWGmewd60eE1G88MnMugoLrHY/edit?usp=sharing
Status: WontFix (was: Assigned)
Thank you Yuhsuan.

Hi Ayatane,

Adding this to the documentation might be helpful:

Edit src/third_party/autotest/files/shadow_config.ini to

[SERVER] 
hostname: https://ubercautotest.corp.google.com 

[CLIENT] 
use_sso_client: True 

We can close this issue.
Thanks!
Owner: ayatane@chromium.org

Sign in to add a comment