Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Side by Side Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 2844363003: [CrOS Tether] Add HasConnectedToHost property for Tether networks. (Closed)
Patch Set: Rebased. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromeos/network/tether_constants.cc ('k') | chromeos/test/data/network/shill_tether.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "global-disabled-technologies": { 2 "global-disabled-technologies": {
3 "DisableNetworkTypes": ["WiMAX"] 3 "DisableNetworkTypes": ["WiMAX"]
4 }, 4 },
5 "duplicate-network-guid": { 5 "duplicate-network-guid": {
6 "NetworkConfigurations": [ 6 "NetworkConfigurations": [
7 { 7 {
8 "GUID": "1", 8 "GUID": "1",
9 "Type": "WiFi", 9 "Type": "WiFi",
10 "Name": "My WiFi Network", 10 "Name": "My WiFi Network",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 } 376 }
377 } 377 }
378 } 378 }
379 }, 379 },
380 "tether-missing-battery-percentage": { 380 "tether-missing-battery-percentage": {
381 "GUID": "guid", 381 "GUID": "guid",
382 "Name": "name", 382 "Name": "name",
383 "Type": "Tether", 383 "Type": "Tether",
384 "Tether": { 384 "Tether": {
385 "Carrier": "Project Fi", 385 "Carrier": "Project Fi",
386 "HasConnectedToHost": true,
386 "SignalStrength": 75 387 "SignalStrength": 75
387 } 388 }
388 }, 389 },
389 "tether-negative-battery": { 390 "tether-negative-battery": {
390 "GUID": "guid", 391 "GUID": "guid",
391 "Name": "name", 392 "Name": "name",
392 "Type": "Tether", 393 "Type": "Tether",
393 "Tether": { 394 "Tether": {
394 "BatteryPercentage": -1, 395 "BatteryPercentage": -1,
395 "Carrier": "Project Fi", 396 "Carrier": "Project Fi",
397 "HasConnectedToHost": true,
396 "SignalStrength": 75 398 "SignalStrength": 75
397 } 399 }
398 }, 400 },
399 "tether-battery-over-100": { 401 "tether-battery-over-100": {
400 "GUID": "guid", 402 "GUID": "guid",
401 "Name": "name", 403 "Name": "name",
402 "Type": "Tether", 404 "Type": "Tether",
403 "Tether": { 405 "Tether": {
404 "BatteryPercentage": 101, 406 "BatteryPercentage": 101,
405 "Carrier": "Project Fi", 407 "Carrier": "Project Fi",
408 "HasConnectedToHost": true,
406 "SignalStrength": 75 409 "SignalStrength": 75
407 } 410 }
408 }, 411 },
409 "tether-missing-carrier": { 412 "tether-missing-carrier": {
410 "GUID": "guid", 413 "GUID": "guid",
411 "Name": "name", 414 "Name": "name",
412 "Type": "Tether", 415 "Type": "Tether",
413 "Tether": { 416 "Tether": {
414 "BatteryPercentage": 85, 417 "BatteryPercentage": 85,
418 "HasConnectedToHost": true,
415 "SignalStrength": 75 419 "SignalStrength": 75
416 } 420 }
417 }, 421 },
422 "tether-missing-has-connected-to-host": {
423 "GUID": "guid",
424 "Name": "name",
425 "Type": "Tether",
426 "Tether": {
427 "BatteryPercentage": 85,
428 "Carrier": "Project Fi",
429 "SignalStrength": 101
430 }
431 },
418 "tether-missing-signal-strength": { 432 "tether-missing-signal-strength": {
419 "GUID": "guid", 433 "GUID": "guid",
420 "Name": "name", 434 "Name": "name",
421 "Type": "Tether", 435 "Type": "Tether",
422 "Tether": { 436 "Tether": {
423 "BatteryPercentage": 85, 437 "BatteryPercentage": 85,
424 "Carrier": "Project Fi" 438 "Carrier": "Project Fi",
439 "HasConnectedToHost": true,
425 } 440 }
426 }, 441 },
427 "tether-negative-signal-strength": { 442 "tether-negative-signal-strength": {
428 "GUID": "guid", 443 "GUID": "guid",
429 "Name": "name", 444 "Name": "name",
430 "Type": "Tether", 445 "Type": "Tether",
431 "Tether": { 446 "Tether": {
432 "BatteryPercentage": 85, 447 "BatteryPercentage": 85,
433 "Carrier": "Project Fi", 448 "Carrier": "Project Fi",
449 "HasConnectedToHost": true,
434 "SignalStrength": -1 450 "SignalStrength": -1
435 } 451 }
436 }, 452 },
437 "tether-signal-strength-over-100": { 453 "tether-signal-strength-over-100": {
438 "GUID": "guid", 454 "GUID": "guid",
439 "Name": "name", 455 "Name": "name",
440 "Type": "Tether", 456 "Type": "Tether",
441 "Tether": { 457 "Tether": {
442 "BatteryPercentage": 85, 458 "BatteryPercentage": 85,
443 "Carrier": "Project Fi", 459 "Carrier": "Project Fi",
460 "HasConnectedToHost": true,
444 "SignalStrength": 101 461 "SignalStrength": 101
445 } 462 }
446 }, 463 },
447 "third-party-vpn-missing-extension-id": { 464 "third-party-vpn-missing-extension-id": {
448 "GUID": "guid", 465 "GUID": "guid",
449 "Name": "third-party VPN", 466 "Name": "third-party VPN",
450 "Type": "VPN", 467 "Type": "VPN",
451 "VPN": { 468 "VPN": {
452 "Type": "ThirdPartyVPN", 469 "Type": "ThirdPartyVPN",
453 "ThirdPartyVPN": { } 470 "ThirdPartyVPN": { }
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "SSID": "ssid-wpa", 596 "SSID": "ssid-wpa",
580 "UnknownField1": "Value1", 597 "UnknownField1": "Value1",
581 "Security": "WPA-PSK" } 598 "Security": "WPA-PSK" }
582 } 599 }
583 ], 600 ],
584 "Certificates": [], 601 "Certificates": [],
585 "Type": "UnencryptedConfiguration", 602 "Type": "UnencryptedConfiguration",
586 "UnknownField3": [], 603 "UnknownField3": [],
587 } 604 }
588 } 605 }
OLDNEW
« no previous file with comments | « chromeos/network/tether_constants.cc ('k') | chromeos/test/data/network/shill_tether.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698