From 5f1be2312480416a248e6643e2a81dfef6fe1618 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Tue, 7 May 2024 18:48:32 +0300 Subject: [PATCH 1/4] =?UTF-8?q?INF-484:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20=D0=B7=D0=B0=D1=89=D0=B8?= =?UTF-8?q?=D1=82=D1=83=20=D0=A2=D0=A1=20=D0=BE=D1=82=20=D0=B7=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/p_elfutils/01-files.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/p_elfutils/01-files.sh b/tests/p_elfutils/01-files.sh index 6ede4d5..084c0ef 100755 --- a/tests/p_elfutils/01-files.sh +++ b/tests/p_elfutils/01-files.sh @@ -7,6 +7,7 @@ check=0 /bin/ls -l /etc/debuginfod/ check=$(not_eq_is_success ${check} 0) +sleep 1000 check_test_status ${check} "$0" exit ${check} -- 2.36.5 From 7d4761d32aad6cb3e2301d571ce39ff187da7d18 Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Wed, 8 May 2024 11:03:03 +0300 Subject: [PATCH 2/4] =?UTF-8?q?INF-484:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20=D0=B7=D0=B0=D1=89=D0=B8?= =?UTF-8?q?=D1=82=D1=83=20=D0=A2=D0=A1=20=D0=BE=D1=82=20=D0=B7=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/p_crypto-policies/04-policy-cmds.sh | 2 ++ tests/p_crypto-policies/ts_config.json | 1 + tests/p_elfutils/01-files.sh | 2 -- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 tests/p_crypto-policies/ts_config.json diff --git a/tests/p_crypto-policies/04-policy-cmds.sh b/tests/p_crypto-policies/04-policy-cmds.sh index 921ea86..66db734 100755 --- a/tests/p_crypto-policies/04-policy-cmds.sh +++ b/tests/p_crypto-policies/04-policy-cmds.sh @@ -31,5 +31,7 @@ else let check+=1 fi +sleep 1000 + check_test_status ${check} "$0" exit ${check} diff --git a/tests/p_crypto-policies/ts_config.json b/tests/p_crypto-policies/ts_config.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/tests/p_crypto-policies/ts_config.json @@ -0,0 +1 @@ +{} diff --git a/tests/p_elfutils/01-files.sh b/tests/p_elfutils/01-files.sh index 084c0ef..6b2f012 100755 --- a/tests/p_elfutils/01-files.sh +++ b/tests/p_elfutils/01-files.sh @@ -7,7 +7,5 @@ check=0 /bin/ls -l /etc/debuginfod/ check=$(not_eq_is_success ${check} 0) -sleep 1000 - check_test_status ${check} "$0" exit ${check} -- 2.36.5 From e919f63aa06b902edba516228ba4353f97772d8a Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Wed, 8 May 2024 19:21:26 +0300 Subject: [PATCH 3/4] =?UTF-8?q?INF-484:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20=D0=B7=D0=B0=D1=89=D0=B8?= =?UTF-8?q?=D1=82=D1=83=20=D0=A2=D0=A1=20=D0=BE=D1=82=20=D0=B7=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/p_crypto-policies/04-policy-cmds.sh | 3 ++- tests/p_crypto-policies/ts_config.json | 5 ++++- tests/p_elfutils/01-files.sh | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tests/p_crypto-policies/04-policy-cmds.sh b/tests/p_crypto-policies/04-policy-cmds.sh index 66db734..dbd7359 100755 --- a/tests/p_crypto-policies/04-policy-cmds.sh +++ b/tests/p_crypto-policies/04-policy-cmds.sh @@ -31,7 +31,8 @@ else let check+=1 fi -sleep 1000 +# 300 sec = 5 min +sleep 300 check_test_status ${check} "$0" exit ${check} diff --git a/tests/p_crypto-policies/ts_config.json b/tests/p_crypto-policies/ts_config.json index 0967ef4..b0b5326 100644 --- a/tests/p_crypto-policies/ts_config.json +++ b/tests/p_crypto-policies/ts_config.json @@ -1 +1,4 @@ -{} +{ + "ts_global_timeout": 2, + "packages": {"04-policy-cmds.sh": 4} +} diff --git a/tests/p_elfutils/01-files.sh b/tests/p_elfutils/01-files.sh index 6b2f012..6ede4d5 100755 --- a/tests/p_elfutils/01-files.sh +++ b/tests/p_elfutils/01-files.sh @@ -7,5 +7,6 @@ check=0 /bin/ls -l /etc/debuginfod/ check=$(not_eq_is_success ${check} 0) + check_test_status ${check} "$0" exit ${check} -- 2.36.5 From ab8ba10ce3e67a9a25bc24e917d433775546bd5e Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Mon, 13 May 2024 12:21:54 +0300 Subject: [PATCH 4/4] =?UTF-8?q?INF-484:=20=D0=A0=D0=B0=D0=B7=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D1=82=D1=8C=20=D0=B7=D0=B0=D1=89=D0=B8?= =?UTF-8?q?=D1=82=D1=83=20=D0=A2=D0=A1=20=D0=BE=D1=82=20=D0=B7=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82?= =?UTF-8?q?=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/p_crypto-policies/04-policy-cmds.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/p_crypto-policies/04-policy-cmds.sh b/tests/p_crypto-policies/04-policy-cmds.sh index dbd7359..921ea86 100755 --- a/tests/p_crypto-policies/04-policy-cmds.sh +++ b/tests/p_crypto-policies/04-policy-cmds.sh @@ -31,8 +31,5 @@ else let check+=1 fi -# 300 sec = 5 min -sleep 300 - check_test_status ${check} "$0" exit ${check} -- 2.36.5