From de778ee617ed29443bdd8dfa393a2ec4b811b1b9 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Thu, 31 Jan 2019 10:29:35 +0100 Subject: Trending: Remove NF_DENSITY tests from trending - also memif tests removed from graphs where they must not be. Change-Id: I1cbb02ba2dcdcd3a286c9ac4489c946993ac4790 Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources/tools/presentation/generator_tables.py') diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index e8f1c2e817..7fc1d0cfd7 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -683,9 +683,9 @@ def _generate_url(base, testbed, test_name): file_name = "vm_vhost_l2" if "114b" in test_name: feature = "" - elif "l2xcbase" in test_name: + elif "l2xcbase" in test_name and "x520" in test_name: feature = "-base-l2xc" - elif "l2bdbasemaclrn" in test_name: + elif "l2bdbasemaclrn" in test_name and "x520" in test_name: feature = "-base-l2bd" else: feature = "-base" -- cgit 1.2.3-korg