aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-04-20 14:14:23 +0200
committerTibor Frank <tifrank@cisco.com>2018-04-20 14:15:28 +0200
commit0bd0db7f4e5333bcc93fc981594bb90a2ed140fb (patch)
tree0f2f47dc35d24748276547ab566e7af487f5bf60
parentc8b2f57cd09355e0e89e6b9d28930281573bec23 (diff)
CSIT-1041: Trending dashboard
Change-Id: I56437bdb0c0b7309e2bdf4a81fd9e9b20843b040 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--resources/tools/presentation/generator_CPTA.py2
-rw-r--r--resources/tools/presentation/generator_tables.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/resources/tools/presentation/generator_CPTA.py b/resources/tools/presentation/generator_CPTA.py
index 72aef537cf..25be09f959 100644
--- a/resources/tools/presentation/generator_CPTA.py
+++ b/resources/tools/presentation/generator_CPTA.py
@@ -295,7 +295,7 @@ def _generate_trending_traces(in_data, build_info, period, moving_win_size=10,
y=anomalies.values,
mode='markers',
hoverinfo="none",
- showlegend=False,
+ showlegend=True,
legendgroup=name,
name="{name}: outliers".format(name=name),
marker={
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index f73357db30..74579b0a9d 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -937,7 +937,8 @@ def table_performance_trending_dashboard_html(table, input_data):
file_name = "ip6.html"
elif "l2xcbase" in item or "l2xcscale" in item \
- or "l2bdbasemaclrn" in item or "l2bdscale" in item:
+ or "l2bdbasemaclrn" in item or "l2bdscale" in item \
+ or "l2dbbasemaclrn" in item or "l2dbscale" in item:
file_name = "l2.html"
if "iacl" in item:
feature = "-features"