Home
last modified time | relevance | path

Searched refs:REQUIRED_LABELS (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/site_tests/moblab_StorageQual/
Dmoblab_StorageQual.py31 REQUIRED_LABELS = {'storage_qual_cq_1', 'storage_qual_cq_2'} variable in moblab_StorageQual
89 if label in self.REQUIRED_LABELS:
92 if not set(dut_to_label.values()) == self.REQUIRED_LABELS:
95 % self.REQUIRED_LABELS - set(dut_to_label.values()))
/external/autotest/server/site_tests/hardware_StorageQualCheckSetup/
Dhardware_StorageQualCheckSetup.py32 REQUIRED_LABELS = ['retention', 'trim', 'suspend'] variable in hardware_StorageQualCheckSetup
82 required_set = set(self.REQUIRED_LABELS)