Documentation
¶
Overview ¶
Package labels implements conversion of Skylab inventory schema to Autotest labels.
Package labels implements conversion of Skylab inventory schema to Autotest labels.
Copyright 2022 The ChromiumOS Authors. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Convert ¶
func Convert(ls *inventory.SchedulableLabels) []string
Convert converts DUT inventory labels to Autotest labels.
func IgnoredLabels ¶
func IgnoredLabels() []string
IgnoredLabels returns a whitelist of deprecated labels which may still be present in control files but do not carry any meaning anymore and do not translate into SchedulableLabels.
func Revert ¶
func Revert(labels []string) *inventory.SchedulableLabels
Revert converts Autotest labels to DUT inventory labels.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.