Searched refs:_get_unique_label (Results 1 – 1 of 1) sorted by relevance
39 board = _get_unique_label(host.labels, constants.Labels.BOARD_PREFIX)40 model = _get_unique_label(host.labels, constants.Labels.MODEL_PREFIX)41 pool = _get_unique_label(host.labels, constants.Labels.POOL_PREFIX)49 def _get_unique_label(labels, prefix): function