~ubuntu-test-case-dev/ubuntu-test-cases/touch

« back to all changes in this revision

Viewing changes to scripts/provision.sh

  • Committer: Parameswaran Sivatharman
  • Date: 2015-12-18 11:37:53 UTC
  • mto: This revision was merged to the branch mainline in revision 418.
  • Revision ID: para.siva@canonical.com-20151218113753-ebb601sp2vosylvj
Add comment about rebooting

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                sleep $timeout
90
90
            elif ([[ $cmd  == "phablet-network -n $NETWORK_FILE" && $rebooted_once != true ]]) ; then
91
91
                echo "Network setup failed, Device rebooting"
 
92
                # reboot-and-wait will wait for network setup to complete.
 
93
                # By default reboot will be retried 3 times if network setup
 
94
                # is not successful.
92
95
                ${BASEDIR}/reboot-and-wait
93
96
                rebooted_once=true
94
97
            else