Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder_unittest.py33 INT_NAME_CLASS = uc.INT_NAME + ':' + uc.FULL_CLASS_NAME
37 uc.INT_NAME,
43 uc.INT_NAME,
71 mock_find.return_value = os.path.join(uc.ROOT, uc.INT_DIR, uc.INT_NAME + '.xml')
72 t_info = self.tf_finder.find_test_by_integration_name(uc.INT_NAME)
78 not_fully_qual = uc.INT_NAME + ':' + 'someClass'
102 path = os.path.join(uc.INT_DIR, uc.INT_NAME + '.xml')
/tools/tradefederation/core/atest/
Dunittest_constants.py41 INT_NAME = 'example/reboot' variable
95 INT_CONFIG = os.path.join(INT_DIR, INT_NAME + '.xml')
108 INT_INFO = test_info.TestInfo(INT_NAME,
Dunittest_utils.py87 if value.endswith(uc.INT_NAME + '.xml'):