Home
last modified time | relevance | path

Searched refs:test_case_arg (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
Dclient.py80 def _test_case_from_arg(test_case_arg): argument
82 if test_case_arg == test_case.value:
85 raise ValueError('No test case {}!'.format(test_case_arg))
90 for test_case_arg in test_case_args.split(','):
91 name, weight = test_case_arg.split(':', 1)
/external/grpc-grpc/src/python/grpcio_tests/tests/fork/
Dclient.py56 def _test_case_from_arg(test_case_arg): argument
58 if test_case_arg == test_case.value:
61 raise ValueError('No test case "%s"!' % test_case_arg)
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py115 def _test_case_from_arg(test_case_arg): argument
117 if test_case_arg == test_case.value:
120 raise ValueError('No test case "%s"!' % test_case_arg)