New issue
Advanced search Search tips

Issue 637961 link

Starred by 1 user

Issue metadata

Status: Verified
Owner:
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug



Sign in to add a comment

The slave device's network connectivity status is not updated correctly [Bootstrapping project]

Project Member Reported by x...@chromium.org, Aug 15 2016

Issue description

This is reported by agawronska@google.com in an email thread.

Steps to repro:
After setting network, hosts does an update, but returns connectivity UNTESTED. It is clearly connected, because the check for update is successful.

1) Connect
2) GetHostStatus
 parameters {
           connectivity: CONNECTIVITY_UNTESTED
           enrollment_status: ENROLLMENT_STATUS_UNKNOWN
          update_status: UPDATE_STATUS_UNKNOWN
          }
3) ConfigureHost
  parameters {
        accepted_eula: true
        keyboard_layout: "_comp_ime_jkghodnilhceideoidjikpgommlajknkxkb:us::eng"
        lang: "en-US"
        send_reports: false
        timezone: "PST"
        }
4) ConfigureConnectivity
   {"Type":"WiFi","WiFi":{"SSID":"GoogleGuest","Passphrase":"","Security":"None"}}
5) GetHostStatus
 parameters {
          connectivity: CONNECTIVITY_UNTESTED
          enrollment_status: ENROLLMENT_STATUS_UNKNOWN
          update_status: UPDATE_STATUS_UPDATING
         }
6) GetHostStatus
 parameters {
         connectivity: CONNECTIVITY_UNTESTED
         enrollment_status: ENROLLMENT_STATUS_UNKNOWN
         update_status: UPDATE_STATUS_UPDATED
         }

 
Project Member

Comment 1 by bugdroid1@chromium.org, Aug 15 2016

Comment 2 by x...@chromium.org, Aug 15 2016

Status: Fixed (was: Assigned)
Labels: VerifyIn-54
bulk verified
Status: Verified (was: Fixed)

Sign in to add a comment