Add Aluminium releases to comparestream lib
[integration/test.git] / csit / scripts / set_persistence_off.sh
1 #!/bin/bash
2
3 for i in `seq 1 ${NUM_ODL_SYSTEM}`
4 do
5     CONTROLLERIP=ODL_SYSTEM_${i}_IP
6     echo "Disable persistence in member-${i} with IP address ${!CONTROLLERIP}"
7     ssh ${!CONTROLLERIP} "bash /tmp/${BUNDLEFOLDER}/bin/set_persistence.sh off"
8 done