Skip to content
Snippets Groups Projects
Commit b432ba3f authored by Chiachang Wang's avatar Chiachang Wang
Browse files

Update TEST_MAPPING for VPN tests

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

Test: m
Change-Id: I9da0a93761dacf74c1a77862425fcf34d8cce877
parent a8f16894
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,9 @@
}
],
"file_patterns": ["PinnerService\\.java"]
},
{
"name": "FrameworksVpnTests"
}
]
}
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment