diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-09-27 09:20:27 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-09-27 09:20:27 +0200 |
commit | 60f843d145ed8fd3557def1afb83cbaa73e67522 (patch) | |
tree | 4d40456486116b7190d12fc1c3ca1caeafb9d8e6 /resources/tools | |
parent | c4e3e223558426378459ac9dfddfe7a6e67773f2 (diff) |
Report: Fix: Legend in reconf tests
Change-Id: I04806de7bf02af6c9b2119c45e75f8e0bc88bdd7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 67c8318a70..beb1595006 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -117,7 +117,7 @@ def plot_service_density_reconf_box_name(plot, input_data): replace('2n1l-', '')) tst_name = "-".join(tst_name.split("-")[3:-2]) name = "{nr}. ({samples:02d} run{plural}, packets lost average: " \ - "{loss:.1f}, {name}".format( + "{loss:.1f}) {name}".format( nr=(i + 1), samples=nr_of_samples[i], plural='s' if nr_of_samples[i] > 1 else '', |