in provision.sh check for existence of network file before starting the provisioning
Bug #1276216 reported by
Jean-Baptiste Lallement
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Test Cases |
Fix Released
|
Wishlist
|
Andy Doan |
Bug Description
Running provision.sh on a local machine to reproduce the CI environment it fails with:
+ log 'SETTING UP WIFI'
++ date
+ echo = mardi 4 $'f\303\251vrier' 2014, 10:49:23 '(UTC-0500):' SETTING UP WIFI
= mardi 4 février 2014, 10:49:23 (UTC-0500): SETTING UP WIFI
+ phablet-network -n /home/ubuntu/
Network connection file "/home/
Expected behavior:
THe script should check for the existence of a network file before starting the provisioning and not crashing after the device has been flashed.
Related branches
lp:~doanac/ubuntu-test-cases/touch-network-file
- Paul Larson (community): Approve
- Diff: 0 lines
Changed in ubuntu-test-cases: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
That's just a default location for historical reasons. If you'd like to put one in that path it will pick it up, but in general, you need to use the -n option to specify your network profile (from NetworkManager). This is just passed off to phablet-network for you.