Skip to content
Snippets Groups Projects
Commit a25af852 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Include interop tests in python_tests.json

parent 256ccca9
No related branches found
No related tags found
No related merge requests found
...@@ -39,3 +39,4 @@ virtualenv -p /usr/bin/python2.7 python2.7_virtual_environment ...@@ -39,3 +39,4 @@ virtualenv -p /usr/bin/python2.7 python2.7_virtual_environment
source python2.7_virtual_environment/bin/activate source python2.7_virtual_environment/bin/activate
pip install enum34==1.0.4 futures==2.2.0 protobuf==3.0.0-alpha-1 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 CFLAGS=-I$root/include LDFLAGS=-L$root/libs/opt pip install src/python/src
pip install src/python/interop
...@@ -46,5 +46,11 @@ ...@@ -46,5 +46,11 @@
}, },
{ {
"module": "grpc.framework.foundation._logging_pool_test" "module": "grpc.framework.foundation._logging_pool_test"
},
{
"module": "interop._insecure_interop_test"
},
{
"module": "interop._secure_interop_test"
} }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment