]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests-999: add a random directory to mount path
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 22 May 2023 11:27:54 +0000 (11:27 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 22 May 2023 21:46:41 +0000 (15:46 -0600)
commitb81915a1fbe7e1f904cdc5ce071cdc8af767d548
tree6029c607fb0b537f0b11d3df39a5544e96144129
parentbdbcd2ceae0c367f6ea6d05dbad13ba7058adcf2
tests-999: add a random directory to mount path

Currently, the mount path is static/hard coded and sometimes there might
be corners cases where the mount path directories are not deleted
completely, or there might be two instances of CI running at the same
time. Let's introduce an additional directory to the mount path, that's
generated randomly, so that every run is unique and doesn't interfere
with each other.

-----------------------------------------------------------------
Test Results:
        Run Date:                          May 22 11:27:45
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                          Time (sec)
        ----------------------------------------
        setup                               0.00
        999-stress-cgroup_init.py           1.36
        teardown                            0.00
        ----------------------------------------
        Total Run Time                      1.36

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/999-stress-cgroup_init.py