Add git cl format presubmit warning for extension and apps.
[chromium-blink-merge.git] / chromeos / test / data / network / translation_of_shill_cellular_with_state.onc
blob56534c4eedb0b1aca28a392bb40ac60ecd46c688
2   "Type": "Cellular",
3   "Name": "Test Network",
4   "Cellular": {
5     "ActivateOverNonCellularNetwork": false,
6     "ActivationState": "activated",
7     "ServingOperator": {
8       "Code": "test-code",
9       "Country": "test-country",
10       "Name": "test-name"
11     },
12     "APN": {
13       "Name": "test-apn",
14       "Username": "test-username",
15       "Password": "test-password"
16     },
17     "APNList": [ {
18         "Name": "test-apn0",
19         "Password": "test-password0",
20         "Username": "test-username0"
21       }, {
22         "Name": "test-apn1",
23         "Password": "test-password1",
24         "Username": "test-username1"
25       }, {
26         "Name": "test-apn2",
27         "Password": "test-password2",
28         "Username": "test-username2"
29       }, {
30         "Name": "test-apn3",
31         "Password": "test-password3",
32         "Username": "test-username3"
33       }
34     ]
35   }