@@ -244,39 +244,6 @@ def server_type(request):
244
244
def server_type_remote_process (request ):
245
245
return core .start_local_server (config = request .param , as_global = False )
246
246
247
- @pytest .fixture (scope = "session" , params = [ServerConfig (protocol = CommunicationProtocols .gRPC ,
248
- legacy = True ),
249
- ServerConfig (protocol = CommunicationProtocols .gRPC ,
250
- legacy = False ),
251
- ServerConfig (protocol = CommunicationProtocols .InProcess ,
252
- legacy = False )],
253
- ids = [
254
- "ansys-grpc-dpf config" ,
255
- "gRPC CLayer config" ,
256
- "in Process CLayer config"
257
- ])
258
- def config_server_type (request ):
259
- return request .param
260
-
261
- @pytest .fixture (scope = "session" , params = [ServerConfig (protocol = CommunicationProtocols .gRPC ,
262
- legacy = True ),
263
- ServerConfig (protocol = CommunicationProtocols .gRPC ,
264
- legacy = False )],
265
- ids = [
266
- "ansys-grpc-dpf config" ,
267
- "gRPC CLayer config"
268
- ])
269
- def remote_config_server_type (request ):
270
- return request .param
271
-
272
- @pytest .fixture (scope = "session" , params = [ServerConfig (protocol = CommunicationProtocols .gRPC ,
273
- legacy = True )],
274
- ids = [
275
- "ansys-grpc-dpf" ,
276
- ])
277
- def server_type_legacy_grpc (request ):
278
- return core .start_local_server (config = request .param , as_global = False )
279
-
280
247
else :
281
248
282
249
@pytest .fixture (scope = "session" )
@@ -293,26 +260,6 @@ def server_type():
293
260
def server_type_remote_process (request ):
294
261
return core ._global_server ()
295
262
296
- @pytest .fixture (scope = "session" , params = [ServerConfig (protocol = CommunicationProtocols .gRPC ,
297
- legacy = True )],
298
- ids = [
299
- "ansys-grpc-dpf" ,
300
- ])
301
- def config_server_type (request ):
302
- return request .param
303
-
304
- @pytest .fixture (scope = "session" , params = [ServerConfig (protocol = CommunicationProtocols .gRPC ,
305
- legacy = True )],
306
- ids = [
307
- "ansys-grpc-dpf" ,
308
- ])
309
- def remote_config_server_type (request ):
310
- return request .param
311
-
312
- @pytest .fixture (scope = "session" )
313
- def server_type_legacy_grpc (request ):
314
- return core ._global_server ()
315
-
316
263
317
264
@pytest .fixture (
318
265
scope = "session" ,
0 commit comments