Keun Soo Yim | 1420155 | 2016-05-13 09:15:12 -0700 | [diff] [blame] | 1 | #!/bin/bash |
Keun Soo Yim | b05f84e | 2016-10-31 09:29:42 -0700 | [diff] [blame] | 2 | # |
| 3 | # Copyright 2016 Google Inc. All Rights Reserved. |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
Keun Soo Yim | 1420155 | 2016-05-13 09:15:12 -0700 | [diff] [blame] | 16 | |
Keun Soo Yim | 7e8c08e | 2016-09-07 11:41:42 -0700 | [diff] [blame] | 17 | PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.host.light.conventional.SampleLightTest |
| 18 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.host.bluetooth.conventional.SampleBluetoothTest |
Keun Soo Yim | bd8bc13 | 2016-07-22 22:23:20 -0700 | [diff] [blame] | 19 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.fuzz.hal_light.conventional.LightFuzzTest $ANDROID_BUILD_TOP/test/vts/testcases/fuzz/hal_light/conventional/LightFuzzTest.config |
Keun Soo Yim | 723060e | 2016-07-26 11:34:42 -0700 | [diff] [blame] | 20 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.fuzz.hal_light.conventional_standalone.StandaloneLightFuzzTest $ANDROID_BUILD_TOP/test/vts/testcases/fuzz/hal_light/conventional_standalone/StandaloneLightFuzzTest.config |
Keun Soo Yim | 7e8c08e | 2016-09-07 11:41:42 -0700 | [diff] [blame] | 21 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.host.camera.conventional.SampleCameraTest |
Keun Soo Yim | ea1ae5a | 2016-09-09 20:05:01 -0700 | [diff] [blame] | 22 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.host.camera.conventional.2_1.SampleCameraV2Test |
| 23 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.host.camera.conventional.3_4.SampleCameraV3Test |
Keun Soo Yim | c32825f | 2016-10-22 16:12:10 -0700 | [diff] [blame] | 24 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.hal.nfc.hidl.host.NfcHidlBasicTest |
| 25 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.hal.vibrator.hidl.VibratorHidlTest |
Keun Soo Yim | 7e8c08e | 2016-09-07 11:41:42 -0700 | [diff] [blame] | 26 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.host.shell.SampleShellTest |
| 27 | # PYTHONPATH=$PYTHONPATH:.. python -m vts.testcases.fuzz_test.lib_bionic.LibBionicLibmFuzzTest |