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