OSDN Git Service

Add Vts test for xsd_config
authorSundong Ahn <sundongahn@google.com>
Thu, 21 Mar 2019 07:35:46 +0000 (16:35 +0900)
committerSundong Ahn <sundongahn@google.com>
Wed, 10 Apr 2019 02:00:41 +0000 (11:00 +0900)
commit75dec5cd75db57a613fa85ff988f05d3cba9218f
tree26c6ffc6a5980868c28cfabc30ace52cc84ce005
parent7fdc7ddf7855257cb5fb9421332371852cb885e9
Add Vts test for xsd_config

The vts_permission_validate_test and
vts_defaultPermissions_validate_test are added for checking xsd schema
validation.

Bug: 127435354
Test: vts-tradefed run vts -m VtsValidatePermission
Test: vts-tradefed run vts -m VtsValidateDefaultPermissions

Merged-In: Ib73dcbe4f9c20e0a957be4325d5cfc2b27c64b67
Change-Id: Ib73dcbe4f9c20e0a957be4325d5cfc2b27c64b67
(cherry picked from commit dc15dc8cc0bbaa10f31b3b8118594a559edd0296)
core/xsd/vts/Android.bp [new file with mode: 0644]
core/xsd/vts/Android.mk [new file with mode: 0644]
core/xsd/vts/AndroidTest.xml [new file with mode: 0644]
core/xsd/vts/ValidatePermission.cpp [new file with mode: 0644]
services/core/xsd/vts/Android.bp [new file with mode: 0644]
services/core/xsd/vts/Android.mk [new file with mode: 0644]
services/core/xsd/vts/AndroidTest.xml [new file with mode: 0644]
services/core/xsd/vts/ValidateDefaultPermissions.cpp [new file with mode: 0644]