blob: 14268abc5177ff453f72355c5fd10014e396ab64 [file] [log] [blame]
# Copyright (c) 2010 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 verifies that DUT can enter and exit Power Save mode
# successfully without connectivity interruption.
{ "name":"CheckPowerSave",
"steps":[ # Channel 6
[ "create", { "type":"hostap" } ],
[ "config", { "channel":"2437", "mode":"11g", "dtimperiod":"5" } ],
[ "client_check_powersave", [ "off" ] ],
[ "client_powersave_on" ],
[ "client_check_powersave", [ "on" ] ],
[ "connect", { "security":"none" } ],
[ "client_ping", { "count":"10" } ],
[ "server_ping", { "count":"10" } ],
[ "client_powersave_off" ],
[ "client_check_powersave", [ "off" ] ],
[ "destroy" ],
],
}