Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_packages_modules_Connectivity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid
platform_packages_modules_Connectivity
Commits
2e29f6dd
Commit
2e29f6dd
authored
1 year ago
by
Remi NGUYEN VAN
Committed by
Gerrit Code Review
1 year ago
Browse files
Options
Downloads
Plain Diff
Merge "Add CtsNetTestCases to MTS" into main
parents
17dd9e9f
4a01ecf7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/cts/net/Android.bp
+11
-5
11 additions, 5 deletions
tests/cts/net/Android.bp
with
11 additions
and
5 deletions
tests/cts/net/Android.bp
+
11
−
5
View file @
2e29f6dd
...
...
@@ -61,9 +61,7 @@ java_defaults {
"TetheringIntegrationTestsBaseLib",
],
// uncomment when b/13249961 is fixed
// sdk_version: "current",
platform_apis: true,
min_sdk_version: "30",
per_testcase_directory: true,
host_required: ["net-tests-utils-host-common"],
test_config_template: "AndroidTestTemplate.xml",
...
...
@@ -75,8 +73,8 @@ java_defaults {
// Networking CTS tests for development and release. These tests always target the platform SDK
// version, and are subject to all the restrictions appropriate to that version. Before SDK
// finalization, these tests have a min_sdk_version of 10000,
and cannot
be installed on
release
//
devices
.
// finalization, these tests have a min_sdk_version of 10000,
but they can still
be installed on
//
release devices as their min_sdk_version is set to a production version
.
android_test {
name: "CtsNetTestCases",
defaults: [
...
...
@@ -89,6 +87,14 @@ android_test {
],
test_suites: [
"cts",
"mts-dnsresolver",
"mts-networking",
"mts-tethering",
"mts-wifi",
"mcts-dnsresolver",
"mcts-networking",
"mcts-tethering",
"mcts-wifi",
"general-tests",
],
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment