Searched refs:test_instance (Results 1 – 1 of 1) sorted by relevance
/test/vts/utils/python/precondition/ |
D | precondition_utils.py | 27 def CanRunHidlHalTest(test_instance, argument 53 test_instance.getUserParams(opt_param_names=opt_params) 55 bitness = str(getattr(test_instance, keys.ConfigKeys.IKEY_ABI_BITNESS, "")) 58 getattr(test_instance, 73 file_path_prefix = getattr(test_instance, "file_path_prefix", "") 88 getattr(test_instance, keys.ConfigKeys.IKEY_PRECONDITION_LSHAL, "")) 97 def CheckFeaturePrecondition(test_instance, dut, shell=None): argument 112 test_instance.getUserParams(opt_param_names=opt_params) 115 getattr(test_instance, keys.ConfigKeys.IKEY_PRECONDITION_FEATURE, "")) 135 def MeetFirstApiLevelPrecondition(test_instance, dut=None): argument [all …]
|