Python3: PAL 58/23558/50
authorTibor Frank <tifrank@cisco.com>
Wed, 20 Nov 2019 10:43:44 +0000 (11:43 +0100)
committerTibor Frank <tifrank@cisco.com>
Tue, 3 Dec 2019 14:22:39 +0000 (14:22 +0000)
commitcbfa26dc0f5334bcd367c161b4eaad342355bbde
tree0e2c9cec7e956f914dcb8a1b1865ff4e3d7a47fd
parent375aeaab2c14e45ebe45c35947381dc248b32097
Python3: PAL

- files renamed:
  - utils.py --> pal_utils.py
  - errors.py --> pal_errors.py
- functions/methods renamed:
  - plot_service_density_reconf_box_name --> plot_nf_reconf_box_name
  - plot_performance_box_name --> plot_perf_box_name
  - plot_latency_error_bars_name --> plot_lat_err_bars_name
  - plot_throughput_speedup_analysis_name --> plot_tsa_name
  - plot_service_density_heatmap --> plot_nf_heatmap
  - table_performance_comparison --> table_perf_comparison
  - table_performance_comparison_nic --> table_perf_comparison_nic
  - table_performance_trending_dashboard_html --> table_perf_trending_dash_html

- functions/methods removed:
  - plot_service_density_heatmap_compare
  - plot_throughput_speedup_analysis
  - plot_latency_error_bars
  - plot_soak_boxes
  - plot_soak_bars

Change-Id: Icddc01d3ccb451abb92b9e5d912b642d01866033
Signed-off-by: Tibor Frank <tifrank@cisco.com>
23 files changed:
resources/tools/presentation/__init__.py
resources/tools/presentation/conf.py
resources/tools/presentation/conf_cpta/conf.py
resources/tools/presentation/doc/pal_lld.rst
resources/tools/presentation/environment.py
resources/tools/presentation/generator_alerts.py
resources/tools/presentation/generator_cpta.py [moved from resources/tools/presentation/generator_CPTA.py with 50% similarity]
resources/tools/presentation/generator_files.py
resources/tools/presentation/generator_plots.py
resources/tools/presentation/generator_report.py
resources/tools/presentation/generator_tables.py
resources/tools/presentation/input_data_files.py
resources/tools/presentation/input_data_parser.py
resources/tools/presentation/pal.py
resources/tools/presentation/pal_errors.py [moved from resources/tools/presentation/errors.py with 74% similarity]
resources/tools/presentation/pal_utils.py [moved from resources/tools/presentation/utils.py with 69% similarity]
resources/tools/presentation/requirements.txt
resources/tools/presentation/run_cpta.sh
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml
resources/tools/presentation/specification_CPTA.yaml
resources/tools/presentation/specification_parser.py
resources/tools/presentation/static_content.py