# Copyright (c) 2018 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. AUTHOR = 'kirtika' NAME = 'network_ShillStability' ATTRIBUTES = ('suite:network_nightly, suite:wifi_matfunc,' 'suite:bvt-perbuild, suite:wificell-pre-cq') TIME = 'SHORT' TEST_TYPE = 'client' DOC = """ Smoke-test to ensure that shill is stable and not crashing and re-spawning over a 90 second test interval. Shill respawns every 10 seconds if it crashes, so this is tested by checking that the PID is constant. """ job.run_test('network_ShillStability')