From 751d25b6839b75616fae78f67210b321cd50f43e Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Wed, 8 Mar 2023 07:32:36 -0700 Subject: [PATCH] ftests: renumber the test case 098 to 998 The test cases, that cover the unlikely conditions, are numbered in the reverse starting from 999, similarly, test case 098 tries to delete a non-existent shared point. Re-number it from '099' -> '998' to hint at the nature of the test case. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka (cherry picked from commit 259928ed2aaac5c15a75b42c9c25583a1c707ef8) --- ...-v1.py => 998-cgdelete-non-existing-shared-mnt-cgroup-v1.py} | 0 tests/ftests/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/ftests/{098-cgdelete-non-existing-shared-mnt-cgroup-v1.py => 998-cgdelete-non-existing-shared-mnt-cgroup-v1.py} (100%) diff --git a/tests/ftests/098-cgdelete-non-existing-shared-mnt-cgroup-v1.py b/tests/ftests/998-cgdelete-non-existing-shared-mnt-cgroup-v1.py similarity index 100% rename from tests/ftests/098-cgdelete-non-existing-shared-mnt-cgroup-v1.py rename to tests/ftests/998-cgdelete-non-existing-shared-mnt-cgroup-v1.py diff --git a/tests/ftests/Makefile.am b/tests/ftests/Makefile.am index c4144e53..59e0377c 100644 --- a/tests/ftests/Makefile.am +++ b/tests/ftests/Makefile.am @@ -93,7 +93,7 @@ EXTRA_DIST_PYTHON_TESTS = \ 070-sudo-systemd_cgxget-cpu-settings-v2.py \ 071-sudo-set_default_systemd_cgroup.py \ 072-pybindings-cgroup_get_cgroup.py \ - 098-cgdelete-non-existing-shared-mnt-cgroup-v1.py + 998-cgdelete-non-existing-shared-mnt-cgroup-v1.py # Intentionally omit the stress test from the extra dist # 999-stress-cgroup_init.py -- 2.47.2