Lines Matching full:analyze
31 @param failures_only: Flag to indicate whether to analyze only
154 @param packet_capture_only: Flag to indicate whether to analyze only
200 """ Main Class to analyze the chaos test output from a given folder. """
219 def analyze(self, input_dir_name=None, output_dir_name=None, member in ChaosAnalyzer
226 @param failures_only: Flag to indicate whether to analyze only
228 @param packet_capture_only: Flag to indicate whether to analyze only
260 protocol_analyzer.analyze(trace)
267 log_analyzer.analyze(attempt_num)
276 parser = argparse.ArgumentParser(description='Analyze Chaos logs.')
278 help='analyze only failure logs.')
280 help='analyze only packet captures.')
287 chaos_analyzer.analyze(input_dir_name=args.input_dir,