blob: 979d57b0f5c73ee3b2bee2f2526332ec64563824 [file] [log] [blame]
# Copyright 2015 The Chromium 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 = 'harpreet'
NAME = 'network_WiFi_UpdateRouter.pcap'
TIME = 'SHORT'
TEST_TYPE = 'Server'
DEPENDENCIES = 'wificell'
ATTRIBUTES = 'suite:bluetooth_wifi_testbed_update'
DOC = """
This test updates the packet capture in a WiFi cell to the latest stable
version.
"""
def run(machine):
job.run_test('network_WiFi_UpdateRouter',
host=hosts.create_host(machine),
raw_cmdline_args=args,
is_pcap=True,
tag='pcap')
parallel_simple(run, machines)