From a25af852c7fc8cd595b6df52774c9c1492f37fe5 Mon Sep 17 00:00:00 2001 From: Nathaniel Manista <nathaniel@google.com> Date: Sat, 7 Mar 2015 00:20:03 +0000 Subject: [PATCH] Include interop tests in python_tests.json --- tools/run_tests/build_python.sh | 1 + tools/run_tests/python_tests.json | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/tools/run_tests/build_python.sh b/tools/run_tests/build_python.sh index de633083c3..0eba1c6377 100755 --- a/tools/run_tests/build_python.sh +++ b/tools/run_tests/build_python.sh @@ -39,3 +39,4 @@ virtualenv -p /usr/bin/python2.7 python2.7_virtual_environment source python2.7_virtual_environment/bin/activate pip install enum34==1.0.4 futures==2.2.0 protobuf==3.0.0-alpha-1 CFLAGS=-I$root/include LDFLAGS=-L$root/libs/opt pip install src/python/src +pip install src/python/interop diff --git a/tools/run_tests/python_tests.json b/tools/run_tests/python_tests.json index 4b43ee8357..69022af12e 100755 --- a/tools/run_tests/python_tests.json +++ b/tools/run_tests/python_tests.json @@ -46,5 +46,11 @@ }, { "module": "grpc.framework.foundation._logging_pool_test" + }, + { + "module": "interop._insecure_interop_test" + }, + { + "module": "interop._secure_interop_test" } ] -- GitLab