From 5c763be5f592269dd4d3fc33d3a2fc177e05f5e6 Mon Sep 17 00:00:00 2001 From: Avri Altman Date: Tue, 5 Mar 2024 11:00:06 +0200 Subject: [PATCH] t/jobs: Rename test job 15 Make it designate the correct fixing commit. Signed-off-by: Avri Altman Link: https://lore.kernel.org/r/20240305090008.1216-4-avri.altman@wdc.com Signed-off-by: Vincent Fu --- t/jobs/{t0015-e78980ff.fio => t0015-4e7e7898.fio} | 0 t/run-fio-tests.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename t/jobs/{t0015-e78980ff.fio => t0015-4e7e7898.fio} (100%) diff --git a/t/jobs/t0015-e78980ff.fio b/t/jobs/t0015-4e7e7898.fio similarity index 100% rename from t/jobs/t0015-e78980ff.fio rename to t/jobs/t0015-4e7e7898.fio diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index d4742e96..08134e50 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -722,7 +722,7 @@ TEST_LIST = [ { 'test_id': 15, 'test_class': FioJobFileTest_t0015, - 'job': 't0015-e78980ff.fio', + 'job': 't0015-4e7e7898.fio', 'success': SUCCESS_DEFAULT, 'pre_job': None, 'pre_success': None, -- 2.25.1