diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-04-16 14:21:38 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-04-16 14:40:15 +0200 |
commit | 353c822cb93de90513bc8f380939e8846ac5f65d (patch) | |
tree | 71a21feb8d1f33b9260aa32c0daa9bb474391954 /resources/tools/presentation/generator_plots.py | |
parent | 82a13664db8e18e12ccff542e24e5a0dbe2fbce4 (diff) |
Report: Add 2n-icx
Change-Id: I22e089ebb343bbb3fd057c1f1638942ea03f65fa
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 1bfbda1a1b..965951a41e 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -1046,6 +1046,8 @@ def plot_tsa_name(plot, input_data): limit = plot[u"limits"][u"nic"][u"x553"] elif u"cx556a" in test_name: limit = plot[u"limits"][u"nic"][u"cx556a"] + elif u"e810cq" in test_name: + limit = plot[u"limits"][u"nic"][u"e810cq"] else: limit = 0 if limit > nic_limit: |