blob: 6132e782188edd2c1b1bf932d2a82ab2a73f65cb [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Purpose: This test case verifies the API for accessing Profiles and Entries.
# Tests 'Profiles' property of Manager, Entries property of the Profile, and
# GetEntry method of the Profile.
{ "name":"TestProfileProperties",
"steps":[
# __init__ creates the Test profile and "Ethernet" should always be
# connected. See ClientCheckProfileProperties in site_wlan_profiles.py.
[ "client_check_profile_properties", { "profile":"test",
"entry":"Ethernet",
"Favorite":1} ],
],
}