Home | History | Annotate | Download | only in common_lib

Lines Matching refs:testname

937     def _build_tagged_test_name(self, testname, dargs):
938 """Builds the fully tagged testname and subdirectory for job.run_test.
940 @param testname: The base name of the test
959 full_testname = '.'.join([testname] + tag_parts)
965 subdir = '.'.join([testname] + tag_parts)