]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests/009: Use the controller list from consts
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Sun, 2 Jun 2024 15:11:48 +0000 (20:41 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 11 Jun 2024 14:58:16 +0000 (08:58 -0600)
commit713a10f6781847f4eb0d4476026a24d484822d12
tree3d09fa203733316a63532a5da4ed138979525b93
parent2d38cf11919635633a926a7de3ac038112018e0b
ftests/009: 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 02 15:20:50
        Passed:                                  1 test(s)
        Skipped:                                 0 test(s)
        Failed:                                  0 test(s)
-----------------------------------------------------------------
Timing Results:
        Test                                    Time (sec)
        --------------------------------------------------
        setup                                         0.00
        009-cgget-g_flag_controller_only.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/009-cgget-g_flag_controller_only.py