aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/utils.py
AgeCommit message (Collapse)AuthorFilesLines
2018-04-24CSIT-1041: Trending dashboardTibor Frank1-10/+0
Change-Id: Ida3dfcc4a7ae21424e7f6b6db597a80bc633b9da Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 79e508504fcd6b5b677e567eb09092c5e0821790)
2018-04-23CSIT-1041: Trending dashboardTibor Frank1-9/+20
Change-Id: I8d53c68643acb18bf2b5ab171672b0de02d2d135 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 52f64f232293130904d54a62609eaffc1b145608)
2018-04-23Report: fix performance comparision tablesTibor Frank1-4/+1
Change-Id: Ieae746412427980fb86512253cc58ebcee991317 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 6f8266f81bb052e2c0e51b029e47f0eb4f04a7ed)
2018-04-23Report: dataTibor Frank1-1/+4
Change-Id: I63a4a6f65aa80a4edb11b1ea3ece9787a148f6f2 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 85a5bd538583f33dc63e072cfa4b3b6750958191)
2018-04-23PAL Trending: fix in remove_outliersTibor Frank1-0/+1
Change-Id: Iec4d1683b8bb97224971d803821aced3c37144bd Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 7cfdac0cf07e3a7d9a8b53b7621f8b7500fd1515)
2018-04-23FIX: Use rolling window for outlier detectionVratko Polak1-32/+41
+ Rename find_outliers to split_outliers. + Make remove_ouliers call split_outliers internally. + Add "window" argument to both functions. + Add TODOs to call sites not setting window size explicitly. + Improve docstrings. Change-Id: I24961e2859ddbfa62b543031284517c7389a2abb Signed-off-by: Vratko Polak <vrpolak@cisco.com> (cherry picked from commit 4f5872c1bb23873b3a93cb471aae8700d5ca029d)
2018-04-16CSIT-1041: Trending dashboardTibor Frank1-2/+2
Change-Id: Ic706612218e0ac6b991a15abc4d67e16905e8087 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 9821b058c2f4901a9b4d66667018da214513ab28)
2018-04-15CSIT-1041: Trending dashboardTibor Frank1-2/+2
Change-Id: I18f06b67af7ce8894bfbddbd70d2a9c1f33435be Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit f2f19bad6847e315366e5e9ab4952fded0097b1f)
2018-03-26Report: Fix packet_throughput_graphs/ip4Tibor Frank1-0/+23
Change-Id: I3943d02dcca95ed31baaa104648589c42ef479a7 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-03-26Add lastCompletedBuild option to the specTibor Frank1-5/+25
Change-Id: I4432e626a7bc81be2cede56da6a3660450f09c01 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-03-21CSIT-913: Continuous Trending, Analysis and Change DetectionTibor Frank1-17/+108
- CSIT-915: LLD - CSIT-917: Functions to evaluate the results according to the PASS / FAIL criteria - CSIT-918: Sphinx configuration - CSIT-948: Statistical functions - CSIT-949: Data models for trending plots - CSIT-950: Code trending plots - CSIT-951: Static content - CSIT-984: PAL Specification file - CSIT-996: Download data from nexus Change-Id: Icb9305945bb0f142135bb177cb8781ba0096280e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-20CSIT-891: Add data sources for 1801 reportTibor Frank1-4/+0
Change-Id: Ifd1bcbf376e9eff9afbb578d88df377ba301cafa Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-16CSIT-932: Remove outliers form statistical calculationsTibor Frank1-0/+4
Change-Id: I95934c92b2ebc77e5e3e7696d318ee8416f848e9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-02-15CSIT-891: Add data sources for 1801 reportTibor Frank1-0/+25
Change-Id: Iaf362be95b882b23fdaf478260e058b0495bbf5d Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-10-31Report: dataTibor Frank1-1/+1
Change-Id: I55b715aefd4d9d2e95010a445e6cef880875d0f1 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-10-31Report: dataTibor Frank1-1/+1
Change-Id: I1e6d9a6df9989a3730391be878b619bf02302a7e Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-10-11CSIT-755: Presentation and analytics layerTibor Frank1-0/+104
- CSIT-760: Configuration - real example - CSIT-774: Implementation - parse configuration - CSIT-779: Implementation - set environment - CSIT-780: Implementation - download data - CSIT-783: Implementation - debug mode - CSIT-761: Implementation - Data pre-processing - parse input files - CSIT-784: Implementation - Data pre-processing - store the data, access to data - CSIT-789: Implementation - Data pre-processing - extract Documentation of the suite - CSIT-757: Low Level Design - CSIT-788: Implementation - Data pre-processing - extract VAT history and show runtime - CSIT-785: Implementation - Data filtering - CSIT-763: Presentation - tables - CSIT-804: Presentation - files - CSIT-762: Presentation - plots - LLD: API + functional diagram - CSIT-807: Element's models - CSIT-813: Process static content - CSIT-812: Report generation - CSIT-764: Integration to CSIT - CSIT-822: Archiving - CSIT-790: Documentation - configuration od the Input data is the same as for 17.07 report Change-Id: I6fd1eb1df4af99eaf91925282cdee1c892698c59 Signed-off-by: Tibor Frank <tifrank@cisco.com>