Run the cgclear functional test last since it is destructive to the
cgroup hierarchy. Note that this test is automatically skipped by
'make check'.
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
- name: Initialize the directory
uses: ./.github/actions/setup-libcgroup
- name: Run functional tests
- run: make check
+ run: |
+ make check
+ pushd tests/ftests
+ ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
+ popd
- name: Display test logs
if: ${{ always() }}
run: |
- name: Initialize the directory
uses: ./.github/actions/setup-libcgroup
- name: Run functional tests
- run: make check
+ run: |
+ make check
+ pushd tests/ftests
+ ./028-cgclear-basic_cgclear.py --no-container -l 10 -L ftests-28.log
+ popd
- name: Display test logs
if: ${{ always() }}
run: |