Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chromeos / test / data / network / shill_cellular_with_state.json
bloba330e70760a71ba667b81707277ff8289fe99762
2   "AutoConnect": true,
3   "Type": "cellular",
4   "Name": "Test Network",
5   "Cellular.ActivationState": "activated",
6   "Cellular.ActivationType": "OTASP",
7   "Cellular.NetworkTechnology": "LTE Advanced",
8   "Cellular.Olp": {
9     "method": "GET",
10     "url": "http://test.com/payment"
11   },
12   "Cellular.RoamingState": "home",
13   "Cellular.ServingOperator": {
14     "code": "test-code",
15     "country": "test-country",
16     "name" : "test-name"
17   },
18   "Cellular.APN": {
19     "apn": "test-apn",
20     "name": "test-apn-name",
21     "username": "test-username",
22     "password": "test-password"
23   },
24   "Device": {
25     // This dictionary contains Device properties and not Service properties as
26     // above.
27     "Cellular.AllowRoaming": true,
28     "Cellular.APNList": [
29       {
30         "apn": "test-apn0",
31         "username": "test-username0",
32         "password": "test-password0"
33       },
34       {
35         "apn": "test-apn1",
36         "username": "test-username1",
37         "password": "test-password1"
38       },
39       {
40         "apn": "test-apn2",
41         "username": "test-username2",
42         "password": "test-password2"
43       },
44       {
45         "apn": "test-apn3",
46         "username": "test-username3",
47         "password": "test-password3"
48       }
49     ],
50     "Cellular.Carrier": "cellular_provider",
51     "Cellular.HomeProvider": {
52       "country": "us",
53       "name": "cellular_provider"
54     },
55     "Cellular.SIMLockStatus": {
56       "LockType": "sim-pin",
57       "LockEnabled": true
58     },
59     "Cellular.SupportedCarriers": [
60       "cellular_provider",
61       "generic_provider"
62     ],
63   },
64   "Profile": "/profile/default",