Home | History | Annotate | Download | only in buffet_PrivetInfo
      1 # Copyright 2014 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 = 'avakulenko, wiley, keybuk'
      6 NAME = 'buffet_PrivetInfo'
      7 TIME = 'FAST'
      8 TEST_TYPE = 'Server'
      9 ATTRIBUTES = "suite:tendo_experimental"
     10 
     11 DOC = """
     12 This test verifies that the buffet responds to /privet/info request and returns
     13 the expected JSON response object.
     14 
     15 """
     16 
     17 def run(machine):
     18     job.run_test('buffet_PrivetInfo',
     19                  host=hosts.create_host(machine))
     20 
     21 
     22 parallel_simple(run, machines)
     23