From: thierry Date: Mon, 18 Jan 2010 14:26:43 +0000 (+0000) Subject: spans on the testqemu32* boxes as well X-Git-Tag: foo~223 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b31baee0bcc35a91e03152700156eeb09a441274;p=infrastructure.git spans on the testqemu32* boxes as well --- diff --git a/scripts/reboot-all.sh b/scripts/reboot-all.sh index 951d0bb..1c50590 100755 --- a/scripts/reboot-all.sh +++ b/scripts/reboot-all.sh @@ -3,7 +3,7 @@ echo '==================== cleaning trackers on testmaster' ssh root@testmaster.onelab.eu rm 'tracker*' -for h in mirror build build2 build3 testplc testqemu1 testqemu2 testqemu3; do +for h in mirror build build2 build3 testplc testqemu{1,2,3} testqemu32-{1,2,3,4,5}; do echo "==================== rebooting $h.onelab.eu" host $h.onelab.eu ssh root@$h.onelab.eu shutdown -r now