1 # Copyright 2015 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 5 AUTHOR = 'wiley, avakulenko' 6 NAME = 'webservd_BasicDBusAPI' 7 TIME = 'FAST' 8 TEST_TYPE = 'client' 9 10 DOC = """ 11 Check that basic DBus API calls to the webservd return expected responses. 12 13 """ 14 15 job.run_test('webservd_BasicDBusAPI') 16