diff --git a/tests/integration-test-suite/test.sh b/tests/integration-test-suite/test.sh index 95598a0..47a7823 100755 --- a/tests/integration-test-suite/test.sh +++ b/tests/integration-test-suite/test.sh @@ -52,6 +52,11 @@ rlJournalStart rlPhaseEnd rlPhaseStartCleanup + # Some steps of this test have been failing due to not having enough + # disk space. Print the disk usage at the end in order to help debugging which + # partition is full. + rlRun "df -h -t btrfs -t ext4 -t tmpfs -t xfs" 0 "Debug disk usage in overall" + rlRun "du -h -d1 $TmpDir" 0 "Debug disk usage by this test" rlRun "popd" rlRun "rm -rf $TmpDir" 0 "Removing tmp directory" rlPhaseEnd