summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-10-07 19:58:03 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-07 19:58:03 +0000
commit2796f041091bdb324f9736982e16644456b39fd6 (patch)
treed8db904ff542f4d6771c6b4f2098afc5338c8a28
parent0712e2a442364af77a0b1dda0adf922d1d1447bc (diff)
parenta9d56540b36b9e6912b5384f87f98541332ea77b (diff)
downloadnbu-2796f041091bdb324f9736982e16644456b39fd6.tar.gz
Remove vts10 related configs am: 0d34dc6953 am: a9d56540b3
Original change: https://android-review.googlesource.com/c/platform/test/vts-testcase/nbu/+/1449266 Change-Id: Iceff4ccc7b5b1787909d6b3f3c2ff93e0074cc3f
-rw-r--r--Android.bp19
-rw-r--r--AndroidTest.xml49
2 files changed, 0 insertions, 68 deletions
diff --git a/Android.bp b/Android.bp
deleted file mode 100644
index fbe1d05..0000000
--- a/Android.bp
+++ /dev/null
@@ -1,19 +0,0 @@
-//
-// Copyright (C) 2017 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.
-//
-
-vts_config {
- name: "VtsNbu",
-}
diff --git a/AndroidTest.xml b/AndroidTest.xml
deleted file mode 100644
index c648cf9..0000000
--- a/AndroidTest.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2018 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.
--->
-<configuration description="Config for VTS Next Billion User test cases">
- <option name="config-descriptor:metadata" key="plan" value="vts-p2p" />
- <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
- <option name="dep-module" value="mobly==1.7.1" />
- </multi_target_preparer>
-
- <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
- <option name="test-module-name" value="VtsNbuBle" />
- <option name="test-timeout" value="30m" />
- <option name="runtime-hint" value="10m" />
- <option name="mobly-test-module" value="vts.testcases.nbu.src.ble_test.BleTest" />
- </test>
-
- <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
- <option name="test-module-name" value="VtsNbuBluetooth" />
- <option name="test-timeout" value="30m" />
- <option name="runtime-hint" value="10m" />
- <option name="mobly-test-module" value="vts.testcases.nbu.src.bluetooth_test.BluetoothTest" />
- </test>
-
- <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
- <option name="test-module-name" value="VtsNbuLocalHotspot" />
- <option name="test-timeout" value="30m" />
- <option name="runtime-hint" value="10m" />
- <option name="mobly-test-module" value="vts.testcases.nbu.src.local_hotspot_test.LocalHotspotTest" />
- </test>
-
- <test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
- <option name="test-module-name" value="VtsNbuWifiDirect" />
- <option name="test-timeout" value="30m" />
- <option name="runtime-hint" value="10m" />
- <option name="mobly-test-module" value="vts.testcases.nbu.src.wifi_direct_test.WifiDirectTest" />
- </test>
-</configuration>