diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-02-13 11:27:38 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-02-13 11:31:46 +0100 |
commit | 72aba98d0d6325c34cc4412401f9020497688388 (patch) | |
tree | 24f85d0ab030ca72660843697054aec7f6b3b105 /resources/tools/presentation | |
parent | cb3f4633afea623d8360413eef0ba5c8cb716dbc (diff) |
Report: Add vpp-device-1n-tx2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Ic0fb5fc3ba52524d8796ba4f47f36ea3992705be
Diffstat (limited to 'resources/tools/presentation')
4 files changed, 87 insertions, 26 deletions
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 91a1030ed4..0a15a5c7d8 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -4,10 +4,14 @@ - type: "data-sets" - vpp-device-results-ubuntu: + vpp-device-1n-skx: csit-vpp-device-2302-ubuntu2204-x86_64-1n-skx: - 61 # 2302.rc2 VPP DEV env 11 + vpp-device-1n-tx2: + csit-vpp-device-2302-ubuntu2204-aarch64-1n-tx2: + - 87 # 2302.rc2 VPP DEV env 11 + ################################################################################ # TRex 2n-icx @@ -882,7 +886,7 @@ - 9 # 2302.rc2 NDRPDR iter env 11 - 11 # 2302.rc2 NDRPDR iter env 11 - 12 # 2302.rc2 NDRPDR iter env 11 - # - 15 # 2302.rc2 NDRPDR iter env 11 + - 15 # 2302.rc2 NDRPDR iter env 11 vpp-3n-icx-curr-iter-best: csit-vpp-perf-report-iterative-2302-3n-icx: @@ -931,6 +935,8 @@ - 8 # 2302.rc2 hoststack iter env 11 - 10 # 2302.rc2 hoststack iter env 11 - 14 # 2302.rc2 hoststack iter env 11 + - 17 # 2302.rc2 hoststack iter env 11 + - 18 # 2302.rc2 hoststack iter env 11 vpp-3n-icx-curr-cov: # csit-vpp-perf-report-coverage-2302-3n-icx: @@ -1017,9 +1023,6 @@ csit-vpp-perf-report-iterative-2302-3n-alt: - 5 # 2302.rc2 NDRPDR iter env 11 - 6 # 2302.rc2 NDRPDR iter env 11 - # - 7 # 2302.rc2 NDRPDR iter env 11 - - 8 # 2302.rc2 NDRPDR iter env 11 - - 9 # 2302.rc2 NDRPDR iter env 11 vpp-3n-alt-curr-iter-best: csit-vpp-perf-report-iterative-2302-3n-alt: diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 1ffa605906..4d0f87f44f 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -4308,17 +4308,17 @@ - "name" - "conf-history" -# Detailed Test Results - VPP Device Results - Ubuntu +# Detailed Test Results - VPP Device Results - 1n-skx - type: "table" - title: "Detailed Test Results - VPP Device Results - Ubuntu" + title: "Detailed Test Results - VPP Device Results - 1n-skx" algorithm: "table_merged_details" - output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_results_ubuntu" + output-file: "{DIR[DTR,FUNC,VPP,DEVICE,1N,SKX]}/vpp_device_results_1n_skx" columns: - title: " |prein| Test Name |preout| " data: "data name" - title: " |prein| Status |preout| " data: "data status" - data: "vpp-device-results-ubuntu" + data: "vpp-device-1n-skx" filter: "all" parameters: - "name" @@ -4326,17 +4326,52 @@ - "doc" - "status" -# Test configuration - VPP Device Test Configs - Ubuntu +# Detailed Test Results - VPP Device Results - 1n-tx2 - type: "table" - title: "Test configuration - VPP Device Test Configs - Ubuntu" + title: "Detailed Test Results - VPP Device Results - 1n-tx2" algorithm: "table_merged_details" - output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}/vpp_device_configuration_ubuntu" + output-file: "{DIR[DTR,FUNC,VPP,DEVICE,1N,TX2]}/vpp_device_results_1n_tx2" + columns: + - title: " |prein| Test Name |preout| " + data: "data name" + - title: " |prein| Status |preout| " + data: "data status" + data: "vpp-device-1n-tx2" + filter: "all" + parameters: + - "name" + - "parent" + - "doc" + - "status" + +# Test configuration - VPP Device Test Configs - 1n-skx +- type: "table" + title: "Test configuration - VPP Device Test Configs - 1n-skx" + algorithm: "table_merged_details" + output-file: "{DIR[DTC,FUNC,VPP,DEVICE,1N,SKX]}/vpp_device_configuration_1n_skx" columns: - title: " |prein| Test Name |preout| " data: "data name" - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| " data: "data conf-history" - data: "vpp-device-results-ubuntu" + data: "vpp-device-1n-skx" + filter: "all" + parameters: + - "parent" + - "name" + - "conf-history" + +# Test configuration - VPP Device Test Configs - 1n-tx2 +- type: "table" + title: "Test configuration - VPP Device Test Configs - 1n-tx2" + algorithm: "table_merged_details" + output-file: "{DIR[DTC,FUNC,VPP,DEVICE,1N,TX2]}/vpp_device_configuration_1n_tx2" + columns: + - title: " |prein| Test Name |preout| " + data: "data name" + - title: " |prein| VPP API Test Commands History - Commands Used Per Test Case |preout| " + data: "data conf-history" + data: "vpp-device-1n-tx2" filter: "all" parameters: - "parent" @@ -5423,23 +5458,43 @@ - "vic1385" - "ena" -# VPP Device Results - Ubuntu +# VPP Device Results - 1n-skx +- type: "file" + title: "VPP Device Results - 1n-skx" + algorithm: "file_test_results" + output-file: "{DIR[DTR,FUNC,VPP,DEVICE,1N,SKX]}" + dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,1N,SKX]}" + data: "vpp-device-1n-skx" + filter: "all" + data-start-level: 4 + +# VPP Device Results - 1n-tx2 +- type: "file" + title: "VPP Device Results - 1n-tx2" + algorithm: "file_test_results" + output-file: "{DIR[DTR,FUNC,VPP,DEVICE,1N,TX2]}" + dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,1N,TX2]}" + data: "vpp-device-1n-tx2" + filter: "all" + data-start-level: 4 + +# VPP Device Configuration - 1n-skx - type: "file" - title: "VPP Device Results - Ubuntu" + title: "VPP Device Configuration - 1n-skx" algorithm: "file_test_results" - output-file: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}" - dir-tables: "{DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]}" - data: "vpp-device-results-ubuntu" + output-file: "{DIR[DTC,FUNC,VPP,DEVICE,1N,SKX]}" + dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,1N,SKX]}" + data: "vpp-device-1n-skx" filter: "all" data-start-level: 4 -# VPP Device Configuration - Ubuntu +# VPP Device Configuration - 1n-tx2 - type: "file" - title: "VPP Device Configuration - Ubuntu" + title: "VPP Device Configuration - 1n-tx2" algorithm: "file_test_results" - output-file: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}" - dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]}" - data: "vpp-device-results-ubuntu" + output-file: "{DIR[DTC,FUNC,VPP,DEVICE,1N,TX2]}" + dir-tables: "{DIR[DTC,FUNC,VPP,DEVICE,1N,TX2]}" + data: "vpp-device-1n-tx2" filter: "all" data-start-level: 4 diff --git a/resources/tools/presentation/specifications/report/environment.yaml b/resources/tools/presentation/specifications/report/environment.yaml index eb086b2d7c..736a904f0e 100644 --- a/resources/tools/presentation/specifications/report/environment.yaml +++ b/resources/tools/presentation/specifications/report/environment.yaml @@ -66,7 +66,8 @@ DIR[DTR,MRR,VPP,2N,TX2]: "{DIR[DTR]}/vpp_mrr_results_2n_tx2" DIR[DTR,MRR,VPP,3N,SNR]: "{DIR[DTR]}/vpp_mrr_results_3n_snr" DIR[DTR,MRR,VPP,2N,AWS]: "{DIR[DTR]}/vpp_mrr_results_2n_aws" - DIR[DTR,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTR]}/vpp_device_results_ubuntu" + DIR[DTR,FUNC,VPP,DEVICE,1N,SKX]: "{DIR[DTR]}/vpp_device_results_1n_skx" + DIR[DTR,FUNC,VPP,DEVICE,1N,TX2]: "{DIR[DTR]}/vpp_device_results_1n_tx2" # Detailed test configurations DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration" @@ -90,7 +91,8 @@ DIR[DTC,MRR,VPP,2N,TX2]: "{DIR[DTC]}/vpp_mrr_configuration_2n_tx2" DIR[DTC,MRR,VPP,3N,SNR]: "{DIR[DTC]}/vpp_mrr_configuration_3n_snr" DIR[DTC,MRR,VPP,2N,AWS]: "{DIR[DTC]}/vpp_mrr_configuration_2n_aws" - DIR[DTC,FUNC,VPP,DEVICE,UBUNTU]: "{DIR[DTC]}/vpp_device_configuration_ubuntu" + DIR[DTC,FUNC,VPP,DEVICE,1N,SKX]: "{DIR[DTC]}/vpp_device_configuration_1n_skx" + DIR[DTC,FUNC,VPP,DEVICE,1N,TX2]: "{DIR[DTC]}/vpp_device_configuration_1n_tx2" # Detailed tests operational data DIR[DTO]: "{DIR[WORKING,SRC]}/test_operational_data" diff --git a/resources/tools/presentation/sphinx_conf/report/conf.py b/resources/tools/presentation/sphinx_conf/report/conf.py index d2ce50b595..86d302c6b3 100644 --- a/resources/tools/presentation/sphinx_conf/report/conf.py +++ b/resources/tools/presentation/sphinx_conf/report/conf.py @@ -119,7 +119,8 @@ rst_epilog = """ .. _build logs from FD.io vpp coverage job 3n-icx: https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-perf-report-coverage-{srelease}-3n-icx .. _build logs from FD.io vpp coverage job 2n-zn2: https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-perf-report-coverage-{srelease}-2n-zn2 .. _build logs from FD.io vpp coverage job 2n-aws: https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-perf-report-coverage-{srelease}-2n-aws -.. _build logs from FD.io vpp device jobs using Ubuntu: https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-device-{srelease}-ubuntu2004-1n-skx +.. _build logs from FD.io vpp device job 1n-skx: https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-device-{srelease}-ubuntu2204-1n-skx +.. _build logs from FD.io vpp device job 1n-tx2: https://s3-logs.fd.io/vex-yul-rot-jenkins-1/csit-vpp-device-{srelease}-ubuntu2204-1n-tx2 .. _FD.io VPP compile job: https://jenkins.fd.io/view/vpp/job/vpp-merge-{srelease}-ubuntu2004-x86_64/ .. _CSIT Testbed Setup: https://git.fd.io/csit/tree/fdio.infra.ansible?h={release} .. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}&id={vpp_release_commit_id} |