Home
last modified time | relevance | path

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

/test/vts/utils/python/common/
Dlist_utils.py41 to_str=False, argument
62 do_str = lambda s: str(s) if to_str else s
100 to_str=True, argument
146 to_str,
157 to_str=True, argument
197 if to_str:
/test/vts/testcases/vts_selftest/test_framework/base_test/
DVtsSelfTestBaseTest.py111 asserts.assertEqual(self.getUserConfigStr('c', to_str=True), None)
123 asserts.assertEqual(self.getUserConfigInt('b', to_str=True), '2')
131 asserts.assertEqual(self.getUserConfigInt('c', to_str=True), None)
143 asserts.assertEqual(self.getUserConfigBool('b', to_str=True), 'False')
151 asserts.assertEqual(self.getUserConfigBool('c', to_str=True), None)
/test/vts/runners/host/
Dbase_test.py306 to_str=False): argument
339 if to_str and return_value is not None:
372 to_str=False): argument
400 to_str=False)
412 return dic[key] if not to_str else str(dic[key])