Add INFO_VIN to DefaultProperties.json for CTS tests
Test: atest CarPropertyManagerTest Bug: 244335921 Change-Id: I682ab87ef1ff1839ecae92d05a4135810d92bee1
This commit is contained in:
parent
0c2a38d33b
commit
ca5d6b7098
1 changed files with 6 additions and 0 deletions
|
@ -58,6 +58,12 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::INFO_VIN",
|
||||
"defaultValue": {
|
||||
"stringValue": "1GCARVIN123456789"
|
||||
}
|
||||
},
|
||||
{
|
||||
"property": "VehicleProperty::INFO_MAKE",
|
||||
"defaultValue": {
|
||||
|
|
Loading…
Reference in a new issue