diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-01-31 10:29:35 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-02-04 12:08:27 +0000 |
commit | de778ee617ed29443bdd8dfa393a2ec4b811b1b9 (patch) | |
tree | 70ffe11515e176bfe92c5a52a0a7e60ce10461be /resources/tools/presentation/generator_tables.py | |
parent | d3a748d5088d0023f8a96404d4c84deab588a3b1 (diff) |
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 <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 4 |
1 files changed, 2 insertions, 2 deletions
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" |