Lines Matching full:analyze
30 @param failures_only: Flag to indicate whether to analyze only
153 @param packet_capture_only: Flag to indicate whether to analyze only
199 """ Main Class to analyze the chaos test output from a given folder. """
218 def analyze(self, input_dir_name=None, output_dir_name=None, member in ChaosAnalyzer
225 @param failures_only: Flag to indicate whether to analyze only
227 @param packet_capture_only: Flag to indicate whether to analyze only
259 protocol_analyzer.analyze(trace)
266 log_analyzer.analyze(attempt_num)
275 parser = argparse.ArgumentParser(description='Analyze Chaos logs.')
277 help='analyze only failure logs.')
279 help='analyze only packet captures.')
286 chaos_analyzer.analyze(input_dir_name=args.input_dir,