blob: 6a7d5aaf0c5268a026427bad7828b31fbb8746a5 [file] [log] [blame]
# Copyright 2014 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 = 'avakulenko, wiley, keybuk'
NAME = 'privetd_PrivetInfo'
TIME = 'FAST'
TEST_TYPE = 'Server'
SUITE='tendo_experimental, smoke'
DOC = """
This test verifies that the privetd responds to /privet/info request and returns
the expected JSON response object.
"""
def run(machine):
job.run_test('privetd_PrivetInfo',
host=hosts.create_host(machine))
parallel_simple(run, machines)