Home | History | Annotate | Download | only in peerd_HandlesNameConflicts
      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 = 'wiley, avakulenko, keybuk'
      6 NAME = 'peerd_HandlesNameConflicts'
      7 TIME = 'FAST'
      8 TEST_TYPE = 'client'
      9 ATTRIBUTES = "suite:tendo_experimental"
     10 SUITE = 'tendo_experimental'
     11 
     12 DOC = """
     13 This test:
     14 
     15 1) Starts up Avahi inside a network chroot
     16 2) Advertises a service via peerd
     17 3) Waits for that service to show up over mDNS
     18 4) Advertises records with the same unique name over mDNS
     19 5) Waits for peerd to rename its records.
     20 
     21 """
     22 
     23 job.run_test('peerd_HandlesNameConflicts')
     24