Home | History | Annotate | Download | only in hosts

Lines Matching refs:labels

31     This is a variation of BaseLabel with multiple labels for _NAME
32 to ensure we handle a label that contains a list of labels for
43 This test class is to check that we properly construct the prefix labels
59 def __init__(self, labels=None, attributes=None):
60 self.labels = labels or []
81 """Let's make sure generate_labels() returns the labels expected."""
88 # We should get labels here.
97 """Check that we get the expected labels for get_all_labels()."""
101 # We want to check that we always get a list of labels regardless if
121 """Let's make sure that the labels we get are prefixed."""
128 """Check that we only get prefix labels and no full labels."""
153 """Check _is_known_label() detects/skips the right labels."""
169 """Check that we add/remove the expected labels in update_labels()."""
174 labels=[label_to_remove, TestBaseLabel._NAME],
184 set(store.get().labels),