diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-01-04 11:08:47 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-01-05 06:18:00 +0100 |
commit | 3055ecfbb0b619318f7cfbbb18ba142968b4c617 (patch) | |
tree | 659f77115b28be3b6c2ffab992f3905f87874fca /resources/tools/presentation/README.md | |
parent | 2468e5040c36889c62105ba937b9e6412727aa47 (diff) |
Report: Remove DNV testbeds
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Id54919579a245ef9f44a9599b8e2d4f3bd320e84
Diffstat (limited to 'resources/tools/presentation/README.md')
-rw-r--r-- | resources/tools/presentation/README.md | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/resources/tools/presentation/README.md b/resources/tools/presentation/README.md index c8e28fe12c..605cb52df4 100644 --- a/resources/tools/presentation/README.md +++ b/resources/tools/presentation/README.md @@ -20,14 +20,14 @@ Run the script with the path to a local XML file, e.g.: Store all XML files in a directory, e.g.: - csit-vpp-perf-verify-2001-3n-dnv/ - ├── csit-vpp-perf-verify-2001-3n-dnv__5__output_info.xml - ├── csit-vpp-perf-verify-2001-3n-dnv__6__output_info.xml - └── csit-vpp-perf-verify-2001-3n-dnv__7__output_info.xml + csit-vpp-perf-verify-2001-3n-icx/ + ├── csit-vpp-perf-verify-2001-3n-icx__5__output_info.xml + ├── csit-vpp-perf-verify-2001-3n-icx__6__output_info.xml + └── csit-vpp-perf-verify-2001-3n-icx__7__output_info.xml and use: - ./run_local_report.sh --directory csit-vpp-perf-verify-2001-3n-dnv/ + ./run_local_report.sh --directory csit-vpp-perf-verify-2001-3n-icx/ ### Using a directory with directories of XML files. @@ -37,10 +37,10 @@ Store all XML files in a directory structure, e.g.: ├── csit-vpp-perf-verify-2001-2n-clx │ ├── csit-vpp-perf-verify-2001-2n-clx__28__output_info.xml │ └── csit-vpp-perf-verify-2001-2n-clx__29__output_info.xml - └── csit-vpp-perf-verify-2001-3n-dnv - ├── csit-vpp-perf-verify-2001-3n-dnv__5__output_info.xml - ├── csit-vpp-perf-verify-2001-3n-dnv__6__output_info.xml - └── csit-vpp-perf-verify-2001-3n-dnv__7__output_info.xml + └── csit-vpp-perf-verify-2001-3n-icx + ├── csit-vpp-perf-verify-2001-3n-icx__5__output_info.xml + ├── csit-vpp-perf-verify-2001-3n-icx__6__output_info.xml + └── csit-vpp-perf-verify-2001-3n-icx__7__output_info.xml and use: |