Home
last modified time | relevance | path

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

/aosp_15_r20/external/autotest/server/cros/device_health_profile/
H A Ddevice_health_profile.py119 return self._validate_profile_data(self._health_profile)
203 def _validate_profile_data(self, data): member in DeviceHealthProfile
H A Ddevice_health_profile_unittest.py74 self.assertEqual(self.dhp._validate_profile_data(profile_data), True)