@@ -28,7 +28,7 @@ def __init__(self, base_url=None, creds=None):
28
28
def create_agent_group (self , group ):
29
29
"""CreateAgentGroup.
30
30
:param :class:`<AgentGroup> <azure.devops.v5_0.cloud_load_test.models.AgentGroup>` group: Agent group to be created
31
- :rtype: :class:`<AgentGroup> <azure.devops.v5_0.cloud-load-test .models.AgentGroup>`
31
+ :rtype: :class:`<AgentGroup> <azure.devops.v5_0.cloud_load_test .models.AgentGroup>`
32
32
"""
33
33
content = self ._serialize .body (group , 'AgentGroup' )
34
34
response = self ._send (http_method = 'POST' ,
@@ -106,7 +106,7 @@ def get_static_agents(self, agent_group_id, agent_name=None):
106
106
def get_application (self , application_id ):
107
107
"""GetApplication.
108
108
:param str application_id: Filter by APM application identifier.
109
- :rtype: :class:`<Application> <azure.devops.v5_0.cloud-load-test .models.Application>`
109
+ :rtype: :class:`<Application> <azure.devops.v5_0.cloud_load_test .models.Application>`
110
110
"""
111
111
route_values = {}
112
112
if application_id is not None :
@@ -174,7 +174,7 @@ def get_counter_samples(self, counter_sample_query_details, test_run_id):
174
174
"""GetCounterSamples.
175
175
:param :class:`<VssJsonCollectionWrapper> <azure.devops.v5_0.cloud_load_test.models.VssJsonCollectionWrapper>` counter_sample_query_details:
176
176
:param str test_run_id: The test run identifier
177
- :rtype: :class:`<CounterSamplesResult> <azure.devops.v5_0.cloud-load-test .models.CounterSamplesResult>`
177
+ :rtype: :class:`<CounterSamplesResult> <azure.devops.v5_0.cloud_load_test .models.CounterSamplesResult>`
178
178
"""
179
179
route_values = {}
180
180
if test_run_id is not None :
@@ -193,7 +193,7 @@ def get_load_test_run_errors(self, test_run_id, type=None, sub_type=None, detail
193
193
:param str type: Filter for the particular type of errors.
194
194
:param str sub_type: Filter for a particular subtype of errors. You should not provide error subtype without error type.
195
195
:param bool detailed: To include the details of test errors such as messagetext, request, stacktrace, testcasename, scenarioname, and lasterrordate.
196
- :rtype: :class:`<LoadTestErrors> <azure.devops.v5_0.cloud-load-test .models.LoadTestErrors>`
196
+ :rtype: :class:`<LoadTestErrors> <azure.devops.v5_0.cloud_load_test .models.LoadTestErrors>`
197
197
"""
198
198
route_values = {}
199
199
if test_run_id is not None :
@@ -229,7 +229,7 @@ def get_test_run_messages(self, test_run_id):
229
229
def get_plugin (self , type ):
230
230
"""GetPlugin.
231
231
:param str type: Currently ApplicationInsights is the only available plugin type.
232
- :rtype: :class:`<ApplicationType> <azure.devops.v5_0.cloud-load-test .models.ApplicationType>`
232
+ :rtype: :class:`<ApplicationType> <azure.devops.v5_0.cloud_load_test .models.ApplicationType>`
233
233
"""
234
234
route_values = {}
235
235
if type is not None :
@@ -252,7 +252,7 @@ def get_plugins(self):
252
252
def get_load_test_result (self , test_run_id ):
253
253
"""GetLoadTestResult.
254
254
:param str test_run_id: The test run identifier
255
- :rtype: :class:`<TestResults> <azure.devops.v5_0.cloud-load-test .models.TestResults>`
255
+ :rtype: :class:`<TestResults> <azure.devops.v5_0.cloud_load_test .models.TestResults>`
256
256
"""
257
257
route_values = {}
258
258
if test_run_id is not None :
@@ -266,7 +266,7 @@ def get_load_test_result(self, test_run_id):
266
266
def create_test_definition (self , test_definition ):
267
267
"""CreateTestDefinition.
268
268
:param :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test.models.TestDefinition>` test_definition: Test definition to be created
269
- :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud-load-test .models.TestDefinition>`
269
+ :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test .models.TestDefinition>`
270
270
"""
271
271
content = self ._serialize .body (test_definition , 'TestDefinition' )
272
272
response = self ._send (http_method = 'POST' ,
@@ -278,7 +278,7 @@ def create_test_definition(self, test_definition):
278
278
def get_test_definition (self , test_definition_id ):
279
279
"""GetTestDefinition.
280
280
:param str test_definition_id: The test definition identifier
281
- :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud-load-test .models.TestDefinition>`
281
+ :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test .models.TestDefinition>`
282
282
"""
283
283
route_values = {}
284
284
if test_definition_id is not None :
@@ -312,7 +312,7 @@ def get_test_definitions(self, from_date=None, to_date=None, top=None):
312
312
def update_test_definition (self , test_definition ):
313
313
"""UpdateTestDefinition.
314
314
:param :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test.models.TestDefinition>` test_definition:
315
- :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud-load-test .models.TestDefinition>`
315
+ :rtype: :class:`<TestDefinition> <azure.devops.v5_0.cloud_load_test .models.TestDefinition>`
316
316
"""
317
317
content = self ._serialize .body (test_definition , 'TestDefinition' )
318
318
response = self ._send (http_method = 'PUT' ,
@@ -324,7 +324,7 @@ def update_test_definition(self, test_definition):
324
324
def create_test_drop (self , web_test_drop ):
325
325
"""CreateTestDrop.
326
326
:param :class:`<TestDrop> <azure.devops.v5_0.cloud_load_test.models.TestDrop>` web_test_drop: Test drop to be created
327
- :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud-load-test .models.TestDrop>`
327
+ :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud_load_test .models.TestDrop>`
328
328
"""
329
329
content = self ._serialize .body (web_test_drop , 'TestDrop' )
330
330
response = self ._send (http_method = 'POST' ,
@@ -336,7 +336,7 @@ def create_test_drop(self, web_test_drop):
336
336
def get_test_drop (self , test_drop_id ):
337
337
"""GetTestDrop.
338
338
:param str test_drop_id: The test drop identifier
339
- :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud-load-test .models.TestDrop>`
339
+ :rtype: :class:`<TestDrop> <azure.devops.v5_0.cloud_load_test .models.TestDrop>`
340
340
"""
341
341
route_values = {}
342
342
if test_drop_id is not None :
@@ -350,7 +350,7 @@ def get_test_drop(self, test_drop_id):
350
350
def create_test_run (self , web_test_run ):
351
351
"""CreateTestRun.
352
352
:param :class:`<TestRun> <azure.devops.v5_0.cloud_load_test.models.TestRun>` web_test_run:
353
- :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud-load-test .models.TestRun>`
353
+ :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud_load_test .models.TestRun>`
354
354
"""
355
355
content = self ._serialize .body (web_test_run , 'TestRun' )
356
356
response = self ._send (http_method = 'POST' ,
@@ -362,7 +362,7 @@ def create_test_run(self, web_test_run):
362
362
def get_test_run (self , test_run_id ):
363
363
"""GetTestRun.
364
364
:param str test_run_id: Unique ID of the test run
365
- :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud-load-test .models.TestRun>`
365
+ :rtype: :class:`<TestRun> <azure.devops.v5_0.cloud_load_test .models.TestRun>`
366
366
"""
367
367
route_values = {}
368
368
if test_run_id is not None :
0 commit comments