- add sources.
[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.ActivateOverNonCellularNetwork": false,
5   "Cellular.ActivationState": "activated",
6   "Cellular.ServingOperator": {
7     "code": "test-code",
8     "country": "test-country",
9     "name" : "test-name"
10   },
11   "Cellular.APN": {
12     "apn": "test-apn",
13     "username": "test-username",
14     "password": "test-password"
15   },
16   "Cellular.APNList": [
17     {
18       "apn": "test-apn0",
19       "username": "test-username0",
20       "password": "test-password0"
21     },
22     {
23       "apn": "test-apn1",
24       "username": "test-username1",
25       "password": "test-password1"
26     },
27     {
28       "apn": "test-apn2",
29       "username": "test-username2",
30       "password": "test-password2"
31     },
32     {
33       "apn": "test-apn3",
34       "username": "test-username3",
35       "password": "test-password3"
36     }
37   ]
38 }