File report_spec_templates.py
has 674 lines of code (exceeds 250 allowed). Consider refactoring.
Similar blocks of code found in 2 locations. Consider refactoring.
def sb_active_scalability_mtcbench(self, results_json_file):
"""
Returns the report specification for the Southbound active scalability
test with MT-Cbench
Similar blocks of code found in 2 locations. Consider refactoring.
def sb_active_stability_mtcbench(self, results_json_file):
"""
Returns the report specification object for SouthBound active
stabiility test with MT-Cbench.
Similar blocks of code found in 2 locations. Consider refactoring.
[stress_test.report_spec.TableSpec(
'2d',
'Test results',
[('global_sample_id', 'Sample ID'),
('timestamp', 'Sample timestamp (seconds)'),
Similar blocks of code found in 2 locations. Consider refactoring.
[stress_test.report_spec.TableSpec(
'2d', 'Test results',
[('global_sample_id', 'Sample ID'),
('timestamp', 'Sample timestamp (seconds)'),
('date', 'Sample timestamp (date)'),
Similar blocks of code found in 2 locations. Consider refactoring.
[('controller_name', 'Controller name'),
('controller_build_handler', 'Controller build script'),
('controller_start_handler', 'Controller start script'),
('controller_stop_handler', 'Controller stop script'),
('controller_status_handler', 'Controller status script'),
Similar blocks of code found in 2 locations. Consider refactoring.
[('global_sample_id', 'Sample ID'),
('timestamp', 'Sample timestamp (seconds)'),
('date', 'Sample timestamp (date)'),
('of_out_bytes_per_sec',
'Outgoing controller throughput '
Similar blocks of code found in 2 locations. Consider refactoring.
[('number_of_samples', 'Test repeats'),
('controller_name', 'Controller name'),
('controller_build_handler', 'Controller build script'),
('controller_start_handler', 'Controller start script'),
('controller_stop_handler', 'Controller stop script'),
Similar blocks of code found in 2 locations. Consider refactoring.
[('global_sample_id', 'Sample ID'),
('timestamp', 'Sample timestamp (seconds)'),
('date', 'Sample timestamp (date)'),
('discovered_switches_error_code', 'Error code'),
('successful_bootup_time',
There are no issues that match your filters.