From 73bc0f6088f03b330175f468962174f24b60893e Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Mon, 19 Jun 2023 16:04:02 +0800 Subject: [PATCH] Add faketime tests Signed-off-by: Jerry Yu --- tests/scripts/faketime-all.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/scripts/faketime-all.sh b/tests/scripts/faketime-all.sh index 54994e6a96..3f21bffd1e 100755 --- a/tests/scripts/faketime-all.sh +++ b/tests/scripts/faketime-all.sh @@ -942,6 +942,14 @@ helper_datafile_run_tests () { # # Indicative running times are given for reference. +component_test_faketime_default () { + helper_datafile_run_tests " default configuration with faketime" +} + +component_test_faketime_full () { + scripts/config.py full + helper_datafile_run_tests " full configuration with faketime" +} ################################################################ #### Termination