Searched refs:INT_DIR (Results 1 – 4 of 4) sorted by relevance
/tools/tradefederation/core/atest/test_finders/ |
D | tf_integration_finder_unittest.py | 56 self.tf_finder.integration_dirs = [os.path.join(uc.ROOT, uc.INT_DIR), 75 mock_find.return_value = os.path.join(uc.ROOT, uc.INT_DIR, uc.INT_NAME + '.xml') 110 path = os.path.join(uc.INT_DIR, uc.INT_NAME + '.xml')
|
/tools/asuite/atest/test_finders/ |
D | tf_integration_finder_unittest.py | 59 self.tf_finder.integration_dirs = [os.path.join(uc.ROOT, uc.INT_DIR), 78 mock_find.return_value = os.path.join(uc.ROOT, uc.INT_DIR, uc.INT_NAME + '.xml') 114 path = os.path.join(uc.INT_DIR, uc.INT_NAME + '.xml')
|
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 47 INT_DIR = 'tf/contrib/res/config' variable 116 INT_CONFIG = os.path.join(INT_DIR, INT_NAME + '.xml')
|
/tools/asuite/atest/ |
D | unittest_constants.py | 50 INT_DIR = 'tf/contrib/res/config' variable 119 INT_CONFIG = os.path.join(INT_DIR, INT_NAME + '.xml')
|