Home
last modified time | relevance | path

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

/test/vts/runners/host/
Dconfig_parser.py47 def load_test_config_file(test_config_path, argument
68 configs = utils.load_config(test_config_path)
93 print("Error loading test config {}".format(test_config_path))
/test/vts-testcase/security/poc/host/
DSecurityPoCKernelTest.py91 test_config_path = os.path.join(
95 with open(test_config_path) as test_config_file: