• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2018 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 = 'kirtika'
6NAME = 'network_ShillStability'
7ATTRIBUTES = ('suite:network_nightly, suite:wifi_matfunc,'
8              'suite:bvt-perbuild, suite:wificell-pre-cq')
9TIME = 'SHORT'
10TEST_TYPE = 'client'
11
12DOC = """
13Smoke-test to ensure that shill is stable and not crashing and re-spawning
14over a 90 second test interval. Shill respawns every 10 seconds if it crashes,
15so this is tested by checking that the PID is constant.
16"""
17
18
19job.run_test('network_ShillStability')
20