Searched refs:_verify_host_info_data (Results 1 - 1 of 1) sorted by relevance

/external/autotest/server/hosts/
H A Dhost_info_unittest.py203 def _verify_host_info_data(self, host_info, labels, attributes): member in class:InMemoryHostInfoStoreTest
213 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
220 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
224 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
231 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
235 self._verify_host_info_data(got, ['label1', 'label2'], {})
241 self._verify_host_info_data(self.store.info, [], {})
243 self._verify_host_info_data(self.store.info, ['label1'],
250 self._verify_host_info_data(got, [], {})
255 self._verify_host_info_data(go
[all...]

Completed in 51 milliseconds