// Copyright (C)
2026 The Android Open Source Project
//
// Licensed under the Apache License,
Version 2.
0 (the
"License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
http://www.apache.org/licenses/LICENSE-2.
0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an
"AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific
language governing permissions and
// limitations under the License.
//
// This TEST_MAPPING must be placed in the root of the sdv repo, because it must run on all changes
// affecting the SDV Core targets, which is potentially any change in the folder.
{
"sdv_device_configuration_tests_presubmit": [
{
"name":
"sdv_bugreport_test"
},
{
"name":
"sdv_core_platform_unit_pstore_test"
}
],
"sdv_device_configuration_tests_postsubmit": [
{
"name":
"data_partition_persistence_test"
}
],
// WARNING: tests from this group are not included in test coverage reports.
"sdv_device_configuration_integration_tests_presubmit": [
{
"name":
"sdv_verified_boot_test"
}
],
// Presubmit should also trigger the SDV tests in another repo.
"imports": [
{
"path":
"system/software_defined_vehicle/automotive_services"
},
{
"path":
"system/software_defined_vehicle/core_services"
},
{
"path":
"system/software_defined_vehicle/platform"
},
{
"path":
"system/software_defined_vehicle/telemetry"
}
]
}