1# Copyright 2016 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 5AUTHOR = "cliffordcheng@google.com" 6NAME = "network_CastTDLS.receiver_1" 7PURPOSE = """ 8 Verify TDLS is used during mirroring between TDLS enabled 9 ChromeOS device and Chromecast. 10""" 11CRITERIA = "Test will fail if the mirroring session is not using TDLS." 12TIME = "MEDIUM" 13TEST_CATEGORY = "Functional" 14TEST_CLASS = "network" 15TEST_TYPE = "client" 16ATTRIBUTES = "suite:wifi_tdls_cast" 17PY_VERSION = 3 18DOC = """ 19 Test a mirroring session between a TDLS enabled ChromeOS device and 20 Chromecast. The test downloads Cast extension from Chrome Web Store, 21 then triggers a mirroring session. It checks the log on Chromecast 22 to ensure TDLS is setup correctly and is being used during the session. 23""" 24 25job.run_test('network_CastTDLS', device_ip='172.22.38.72') 26