diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-12-04 16:02:30 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-12-04 16:02:30 +0100 |
commit | e63d7aa75f689e23bd4c5b3206a748b6a2ebf53f (patch) | |
tree | 75fc240f2041c2118f80a8c01d7d19cdb96fb54a /resources | |
parent | 36b48d75c2dce14ad2b0a06da2040dac8f20d679 (diff) |
Trending: Fix CLX plots
Change-Id: Iea3181fcdf747bd6ca49f245f310a37498fcd801
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specification_CPTA.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/resources/tools/presentation/specification_CPTA.yaml b/resources/tools/presentation/specification_CPTA.yaml index 0eeacb1af2..c52270146d 100644 --- a/resources/tools/presentation/specification_CPTA.yaml +++ b/resources/tools/presentation/specification_CPTA.yaml @@ -1314,7 +1314,7 @@ - type: "table" title: "Performance trending dashboard 2t1c-2n-clx" - algorithm: "table_performance_trending_dashboard" + algorithm: "table_perf_trending_dash" output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx" data: "plot-performance-trending-vpp-2n-clx" @@ -1329,7 +1329,7 @@ - type: "table" title: "Performance trending dashboard 4t2c-2n-clx" - algorithm: "table_performance_trending_dashboard" + algorithm: "table_perf_trending_dash" output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx" data: "plot-performance-trending-vpp-2n-clx" @@ -1344,7 +1344,7 @@ - type: "table" title: "Performance trending dashboard 8t4c-2n-clx" - algorithm: "table_performance_trending_dashboard" + algorithm: "table_perf_trending_dash" output-file-ext: ".csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx" data: "plot-performance-trending-vpp-2n-clx" @@ -1359,7 +1359,7 @@ - type: "table" title: "HTML performance trending dashboard 2t1c-2n-clx" - algorithm: "table_performance_trending_dashboard_html" + algorithm: "table_perf_trending_dash_html" input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-2t1c-2n-clx.rst" testbed: "2n-clx" @@ -1367,7 +1367,7 @@ - type: "table" title: "HTML performance trending dashboard 4t2c-2n-clx" - algorithm: "table_performance_trending_dashboard_html" + algorithm: "table_perf_trending_dash_html" input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-4t2c-2n-clx.rst" testbed: "2n-clx" @@ -1375,7 +1375,7 @@ - type: "table" title: "HTML performance trending dashboard 8t4c-2n-clx" - algorithm: "table_performance_trending_dashboard_html" + algorithm: "table_perf_trending_dash_html" input-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.csv" output-file: "{DIR[STATIC,VPP]}/performance-trending-dashboard-8t4c-2n-clx.rst" testbed: "2n-clx" |