Skip to content

Commit

Permalink
tmt: add some debug output about diskspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 authored and achilleas-k committed May 3, 2024
1 parent 51c4fbb commit 014af19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plans/all.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ prepare:
execute:
how: tmt
script: |
echo "DEBUG: available diskspace"
df -h /
echo "Install test requirements"
pip install --user -r test/requirements.txt
echo "Run tests"
pytest --force-aws-upload
duration: 2h
finish:
Expand Down

0 comments on commit 014af19

Please sign in to comment.