summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-22 02:09:01 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-22 02:09:01 +0000
commitb089d1390e3fcaefc8a58808143b0576b3043c21 (patch)
tree7e8dd9d296822d3e168d1c3d5ce1f55001ea185f
parent200a0cc5082c0042df4a0b7b9c7459cb588cc4a0 (diff)
parent8bd02918003ddea55b9d7f0b8b1d51750ef78157 (diff)
downloadvndk-b089d1390e3fcaefc8a58808143b0576b3043c21.tar.gz
Snap for 6415107 from 8bd02918003ddea55b9d7f0b8b1d51750ef78157 to rvc-d1-release
Change-Id: Id66bf295b356aa302432d76451ec0067202cd35b
-rw-r--r--abi/vts_vndk_abi_test.py4
-rw-r--r--dependency/vts_vndk_dependency_test.py4
-rw-r--r--files/vts_vndk_files_test.py4
-rw-r--r--open_libraries/vts_vndk_open_libraries_test.py4
4 files changed, 12 insertions, 4 deletions
diff --git a/abi/vts_vndk_abi_test.py b/abi/vts_vndk_abi_test.py
index 56a5220..f9c81f2 100644
--- a/abi/vts_vndk_abi_test.py
+++ b/abi/vts_vndk_abi_test.py
@@ -358,4 +358,6 @@ class VtsVndkAbiTest(unittest.TestCase):
if __name__ == "__main__":
- unittest.main()
+ # Setting verbosity is required to generate output that the TradeFed test
+ # runner can parse.
+ unittest.main(verbosity=3)
diff --git a/dependency/vts_vndk_dependency_test.py b/dependency/vts_vndk_dependency_test.py
index 65d62c8..cd1ccf0 100644
--- a/dependency/vts_vndk_dependency_test.py
+++ b/dependency/vts_vndk_dependency_test.py
@@ -461,4 +461,6 @@ class VtsVndkDependencyTest(unittest.TestCase):
if __name__ == "__main__":
- unittest.main()
+ # Setting verbosity is required to generate output that the TradeFed test
+ # runner can parse.
+ unittest.main(verbosity=3)
diff --git a/files/vts_vndk_files_test.py b/files/vts_vndk_files_test.py
index bcab2b7..907b15b 100644
--- a/files/vts_vndk_files_test.py
+++ b/files/vts_vndk_files_test.py
@@ -180,4 +180,6 @@ class VtsVndkFilesTest(unittest.TestCase):
if __name__ == "__main__":
- unittest.main()
+ # Setting verbosity is required to generate output that the TradeFed test
+ # runner can parse.
+ unittest.main(verbosity=3)
diff --git a/open_libraries/vts_vndk_open_libraries_test.py b/open_libraries/vts_vndk_open_libraries_test.py
index aac1b66..b238142 100644
--- a/open_libraries/vts_vndk_open_libraries_test.py
+++ b/open_libraries/vts_vndk_open_libraries_test.py
@@ -159,4 +159,6 @@ class VtsVndkOpenLibrariesTest(unittest.TestCase):
if __name__ == "__main__":
- unittest.main()
+ # Setting verbosity is required to generate output that the TradeFed test
+ # runner can parse.
+ unittest.main(verbosity=3)