1# Copyright 2018 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 = "meet-devices-eng@google.com" 6NAME = "enterprise_CFM_ApolloPeripheralPowerCycle.viking" 7TIME = "SHORT" 8TEST_CATEGORY = "Functional" 9TEST_CLASS = "enterprise" 10ATTRIBUTES = "suite:hotrod-remora" 11TEST_TYPE = "client" 12# TODO: Apollo peripherals should be added as Skylab inventory labels, e.g.: 13# DEPENDENCIES = "viking" 14 15DOC = """ 16This test disables then re-enables Power over Ethernet for connected Viking soundbar. 17""" 18 19# Viking is always port 0 20# (Our current Apollo has a Falcon Lite on 1 and a Houston on 2) 21job.run_test('enterprise_CFM_ApolloPeripheralPowerCycle', port=0) 22