Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dhost_info_unittest.py185 def _verify_host_info_data(self, host_info, labels, attributes): member in InMemoryHostInfoStoreTest
195 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
202 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
206 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
213 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
217 self._verify_host_info_data(got, ['label1', 'label2'], {})
223 self._verify_host_info_data(self.store.info, [], {})
225 self._verify_host_info_data(self.store.info, ['label1'],
232 self._verify_host_info_data(got, [], {})
237 self._verify_host_info_data(got, ['label1'], {'attrib1': 'val1'})
[all …]