Add network usage for global network

This commit is contained in:
Jean-Baptiste Holcroft 2018-04-07 13:47:43 +02:00
parent e4359d9c6b
commit 6a54faa077
2 changed files with 2 additions and 0 deletions

View file

@ -1211,6 +1211,7 @@ echo "You can find the complete log of these tests in $complete_log"
starttime=$complete_start_timer starttime=$complete_start_timer
# End the timer for the test # End the timer for the test
stop_timer 3 stop_timer 3
stop_network_usage 3
#================================================= #=================================================
# Notification grade # Notification grade

View file

@ -1431,6 +1431,7 @@ TEST_LAUNCHER () {
starttime=$global_start_timer starttime=$global_start_timer
# End the timer for the test # End the timer for the test
stop_timer 2 stop_timer 2
stop_network_usage 2
# Update the lock file with the date of the last finished test. # Update the lock file with the date of the last finished test.
echo "$1 $2:$(date +%s)" > "$lock_file" echo "$1 $2:$(date +%s)" > "$lock_file"