]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests/010: Use the controller list from consts
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 3 Jun 2024 15:21:53 +0000 (20:51 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 11 Jun 2024 14:58:16 +0000 (08:58 -0600)
commite9741c2760de58019d4ec089f54e50122d2a9bc3
tree96f50470a480072c2db6040f8ba422ac0058263a
parent713a10f6781847f4eb0d4476026a24d484822d12
ftests/010: Use the controller list from consts

Use consts.EXPECTED_CPU_OUT_* lists, instead of local EXPECTED_OUT_*
lists. This removes maintaining of duplicate controller output lists.

-----------------------------------------------------------------
Test Results:
        Run Date:                          Jun 03 15:22:15
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                          Time (sec)
        --------------------------------------------------------
        setup                                               0.00
        010-cgget-g_flag_controller_and_cgroup.py           0.04
        teardown                                            0.00
        --------------------------------------------------------
        Total Run Time                                      0.04

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/010-cgget-g_flag_controller_and_cgroup.py