From: Kamalesh Babulal Date: Wed, 8 Mar 2023 14:32:36 +0000 (-0700) Subject: ftests: renumber the test case 098 to 998 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=751d25b6839b75616fae78f67210b321cd50f43e;p=thirdparty%2Flibcgroup.git 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) --- 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