Framework: Telemetry retake 30/32030/37
authorpmikus <pmikus@cisco.com>
Mon, 19 Apr 2021 12:22:20 +0000 (12:22 +0000)
committerPeter Mikus <pmikus@cisco.com>
Fri, 28 May 2021 05:51:32 +0000 (05:51 +0000)
commitd255d2545ee6cdc871bc35314fad72c3c48b225b
treef4a0a6462ec9cc856829caa0641e87bcaf37cc4c
parent82863d5b8422b1b817d86bd6b1829a06a49feb02
Framework: Telemetry retake

Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I2f019a083916aec9f7816266f6ad5b92dcc31fa0
21 files changed:
docs/report/introduction/methodology_telemetry.rst [new file with mode: 0644]
resources/libraries/python/Constants.py
resources/libraries/python/ContainerUtils.py
resources/libraries/python/TelemetryUtil.py [moved from resources/libraries/python/PerfUtil.py with 55% similarity]
resources/libraries/robot/performance/performance_actions.robot
resources/libraries/robot/performance/performance_utils.robot
resources/templates/telemetry/bpf_runtime.yaml [new file with mode: 0644]
resources/templates/telemetry/vpp_clear_stats.yaml [new file with mode: 0644]
resources/templates/telemetry/vpp_runtime.yaml [new file with mode: 0644]
resources/templates/telemetry/vpp_show_stats.yaml [new file with mode: 0644]
resources/tools/telemetry/__init__.py [new file with mode: 0644]
resources/tools/telemetry/__main__.py [new file with mode: 0755]
resources/tools/telemetry/bundle_bpf.py [new file with mode: 0644]
resources/tools/telemetry/bundle_vpp.py [new file with mode: 0644]
resources/tools/telemetry/executor.py [new file with mode: 0644]
resources/tools/telemetry/metrics.py [new file with mode: 0644]
resources/tools/telemetry/parser.py [new file with mode: 0644]
resources/tools/telemetry/serializer.py [new file with mode: 0644]
tests/dpdk/perf/__init__.robot
tests/vpp/device/__init__.robot
tests/vpp/perf/__init__.robot