summaryrefslogtreecommitdiff
path: root/leap-bootstrap-all.sh
blob: a42df279999c9b6ac9fbe9e0e6cfed00d339c13b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

. /etc/leap/platform-test.cfg


for i in $NODES
do
  $PLATFORM_TEST_BIN/leap-bootstrap-node.sh $i
done