]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
ftests: renumber the test case 098 to 998
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Wed, 8 Mar 2023 14:32:36 +0000 (07:32 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 8 Mar 2023 14:33:39 +0000 (07:33 -0700)
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 <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit 259928ed2aaac5c15a75b42c9c25583a1c707ef8)

tests/ftests/998-cgdelete-non-existing-shared-mnt-cgroup-v1.py [moved from tests/ftests/098-cgdelete-non-existing-shared-mnt-cgroup-v1.py with 100% similarity]
tests/ftests/Makefile.am

index c4144e5300c53bc8687784566c4173eef5839626..59e0377c999a439cff1d1ad678849012fc364c1b 100644 (file)
@@ -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