• 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.bvt'
7ATTRIBUTES = 'suite:bvt-cq'
8TIME = 'SHORT'
9TEST_TYPE = 'client'
10JOB_RETRIES = 2
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