Searched refs:testname (Results 1 – 2 of 2) sorted by relevance
/tools/security/gdb/gdb_json_printer/test/ |
D | gdb_json_printer_test.py | 77 def test_json_variable(testcase, testname, line, variable_name_list): argument 80 with open("test/{}_{}_{}.json".format(testname, str(line), variable_name), "r") as f:
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | bt_test_utils.py | 1681 def take_btsnoop_log(ad, testcase, testname): argument 1694 testname = "".join(x for x in testname if x.isalnum()) 1698 out_name = ','.join((testname, device_model, serial)) 1714 def take_btsnoop_logs(android_devices, testcase, testname): argument 1723 take_btsnoop_log(a, testcase, testname)
|