Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1d69738 authored by Dan Shi's avatar Dan Shi
Browse files

Rename vts-core to vts

Bug: 151896491
Test: presubmit check
Exempt-From-Owner-Approval: This CL renames suite name vts-core to vts.
It won't change test logic or behavior.

Change-Id: I79cddf5e4a65486b8f1286ea430360479ad2b93d
parent 2de79fb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_test {
    ],
    test_suites: [
        "general-tests",
        "vts-core"
        "vts"
    ],
    test_config: "vts_permission_validate_test.xml",
}
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ cc_test {
    ],
    test_suites: [
        "general-tests",
        "vts-core"
        "vts"
    ],
    test_config: "vts_defaultPermissions_validate_test.xml",
}
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ java_test_host {
    name: "ApkVerityTest",
    srcs: ["src/**/*.java"],
    libs: ["tradefed", "compatibility-tradefed", "compatibility-host-util"],
    test_suites: ["general-tests", "vts-core"],
    test_suites: ["general-tests", "vts"],
    target_required: [
        "block_device_writer_module",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -48,6 +48,6 @@ cc_test {
    },

    auto_gen_config: false,
    test_suites: ["general-tests", "pts", "vts-core"],
    test_suites: ["general-tests", "pts", "vts"],
    gtest: false,
}