Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chromeos / test / data / network / shill_cellular_with_state.json
1 {
2   "Type": "cellular",
3   "Name": "Test Network",
4   "Cellular.ActivationState": "activated",
5   "Cellular.ActivationType": "OTASP",
6   "Cellular.ServingOperator": {
7     "code": "test-code",
8     "country": "test-country",
9     "name" : "test-name"
10   },
11   "Cellular.APN": {
12     "apn": "test-apn",
13     "name": "test-apn-name",
14     "username": "test-username",
15     "password": "test-password"
16   },
17   "Device": {
18     // This dictionary contains Device properties and not Service properties as
19     // above.
20     "Cellular.AllowRoaming": true,
21     "Cellular.APNList": [
22       {
23         "apn": "test-apn0",
24         "username": "test-username0",
25         "password": "test-password0"
26       },
27       {
28         "apn": "test-apn1",
29         "username": "test-username1",
30         "password": "test-password1"
31       },
32       {
33         "apn": "test-apn2",
34         "username": "test-username2",
35         "password": "test-password2"
36       },
37       {
38         "apn": "test-apn3",
39         "username": "test-username3",
40         "password": "test-password3"
41       }
42     ],
43     "Cellular.HomeProvider": {
44       "country": "us",
45       "name": "cellular_provider"
46     },
47     "Cellular.SIMLockStatus": {
48       "LockType": "sim-pin",
49       "LockEnabled": true
50     }
51   }
52 }