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

Commit c0671221 authored by Chiachang Wang's avatar Chiachang Wang Committed by Cherrypicker Worker
Browse files

Update TEST_MAPPING for VPN tests

Vpn tests are moved to FrameworksVpnTests, so the TEST_MAPPING
should be also updated.

Test: m
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b432ba3fbcf09742f0f91bc1bbdc90a9be5b5b5c)
Merged-In: I9da0a93761dacf74c1a77862425fcf34d8cce877
Change-Id: I9da0a93761dacf74c1a77862425fcf34d8cce877
parent 73a97c8e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -163,6 +163,9 @@
                }
            ],
            "file_patterns": ["PinnerService\\.java"]
        },
        {
            "name": "FrameworksVpnTests"
        }
    ]
}
+6 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
                  "exclude-annotation": "com.android.testutils.SkipPresubmit"
              }
          ],
          "file_patterns": ["Vpn\\.java", "VpnIkeV2Utils\\.java", "VpnProfileStore\\.java"]
          "file_patterns": ["VpnIkeV2Utils\\.java", "VpnProfileStore\\.java"]
      }
  ],
  "presubmit-large": [
@@ -26,5 +26,10 @@
          ],
        "file_patterns": ["Vpn\\.java", "VpnIkeV2Utils\\.java", "VpnProfileStore\\.java"]
      }
  ],
  "postsubmit":[
    {
      "name":"FrameworksVpnTests"
    }
  ]
}
 No newline at end of file