Searched refs:LOGS_DIR (Results 1 – 1 of 1) sorted by relevance
34 LOGS_DIR = os.path.join(LIBCORE_DIR, 'smoketest') variable67 if not os.path.isdir(LOGS_DIR):68 raise Exception('Could not find logs directory ' + LOGS_DIR)69 filenames = os.listdir(LOGS_DIR)71 raise Exception('Found empty logs directory ' + LOGS_DIR)74 (REQUIRED_RUNS, LOGS_DIR, len(filenames)))75 return map(lambda f: os.path.join(LOGS_DIR, f), filenames)