1# Copyright 2014 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5AUTHOR = 'zqiu, wiley, pstew' 6NAME = 'apmanager_CheckAPProcesses' 7TIME = 'SHORT' 8TEST_TYPE = 'client' 9ATTRIBUTES = "suite:tendo_experimental" 10SUITE = 'tendo_experimental' 11 12DOC = """ 13 Verify the required processes (hostapd and dnsmasq) are started/terminated 14 when an AP service is started/terminated. 15 16""" 17 18job.run_test('apmanager_CheckAPProcesses') 19