From 535e6a2984cfdc2a800684f6b728f1d86baedc86 Mon Sep 17 00:00:00 2001 From: Erwann Roussy Date: Fri, 12 Jan 2024 14:22:18 +0100 Subject: [PATCH] compile_latency.sh: correct file names Correct the location of the png files that has been modified when switching to test-report-pdf. Also correct the name of the publisher test file. Signed-off-by: Erwann Roussy --- latency-tests-analysis/compile_latency.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latency-tests-analysis/compile_latency.sh b/latency-tests-analysis/compile_latency.sh index 41dbcf77..275ce87e 100755 --- a/latency-tests-analysis/compile_latency.sh +++ b/latency-tests-analysis/compile_latency.sh @@ -54,8 +54,8 @@ add_latency_results() # Output example: $SUB_RESULT_FILE = /tmp/tests_results/sub_results_hypervisor_virtu-ci1 --> $SUB_MACHINE_NAME = virtu-ci1 echo "=== $SUB_MACHINE_NAME" >> "$LATENCY_ADOC_FILE" # Subtitle for each subscriber - echo "image::./include/sub_"$SUB_MACHINE_NAME"_delay.png[]" >> "$LATENCY_ADOC_FILE" # Include delay graph - echo "image::./include/pub_standalone_interval_between.png[]" >> "$LATENCY_ADOC_FILE" # Include time between packets graph + echo "image::../../include/sub_"$SUB_MACHINE_NAME"_delay.png[]" >> "$LATENCY_ADOC_FILE" # Include delay graph + echo "image::../../include/pub_ci-tool_interval_between.png[]" >> "$LATENCY_ADOC_FILE" # Include time between packets graph echo " " >> "$LATENCY_ADOC_FILE" sed -i 's/$/ +/' $STATS_FILE # Add '+' character at the end of each file sub stat line for making carriage return