thousandeyes-sdk-python/thousandeyes-sdk-endpoint-tests/test/test_endpoint_scheduled_tests_api_integration.py
Kevin 5441f44f1f CP-2453 Add generated integration tests for all SDK packages
Sync OAS-driven integration test artifacts (mock manifest, test base, conftest, and per-operation integration tests) across 21 packages for CP-2453 full rollout evaluation.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 12:07:00 +01:00

274 lines
12 KiB
Python

# coding: utf-8
"""
Endpoint Tests API
Manage endpoint agent dynamic and scheduled tests using the Endpoint Tests API.
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
import json
import unittest
import thousandeyes_sdk.endpoint_tests.models
from thousandeyes_sdk.core.exceptions import ApiException
from thousandeyes_sdk.endpoint_tests.api.endpoint_scheduled_tests_api import EndpointScheduledTestsApi
from .integration_test_utils import IntegrationTestBase
from .test_utils import assert_constructed_model_matches_example_json
class TestEndpointScheduledTestsApiIntegration(IntegrationTestBase):
"""EndpointScheduledTestsApi integration test stubs"""
def setUp(self) -> None:
super().setUp()
self.api = EndpointScheduledTestsApi(self.api_client)
def test_get_endpoint_scheduled_tests_happy_path(self) -> None:
"""Integration test for get_endpoint_scheduled_tests success path"""
aid = '1234'
response_body_json = """
{
&quot;tests&quot; : [ {
&quot;server&quot; : &quot;www.example.com&quot;,
&quot;isSavedEvent&quot; : false,
&quot;_links&quot; : {
&quot;testResults&quot; : [ {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/endpoint/test-results/scheduled-tests/281474976710706/network/filter&quot;
}, {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/endpoint/test-results/scheduled-tests/281474976710706/pathvis&quot;
} ],
&quot;self&quot; : {
&quot;hreflang&quot; : &quot;hreflang&quot;,
&quot;templated&quot; : true,
&quot;profile&quot; : &quot;profile&quot;,
&quot;name&quot; : &quot;name&quot;,
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/link/to/resource/id&quot;,
&quot;type&quot; : &quot;type&quot;,
&quot;deprecation&quot; : &quot;deprecation&quot;,
&quot;title&quot; : &quot;title&quot;
}
},
&quot;isPrioritized&quot; : false,
&quot;networkMeasurements&quot; : true,
&quot;type&quot; : &quot;agent-to-server&quot;,
&quot;tcpProbeMode&quot; : &quot;auto&quot;,
&quot;labels&quot; : [ {
&quot;labelId&quot; : &quot;961&quot;,
&quot;name&quot; : &quot;Artem label&quot;,
&quot;isBuiltin&quot; : false
}, {
&quot;labelId&quot; : &quot;961&quot;,
&quot;name&quot; : &quot;Artem label&quot;,
&quot;isBuiltin&quot; : false
} ],
&quot;protocol&quot; : &quot;icmp&quot;,
&quot;createdDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;ipVersion&quot; : &quot;V4_ONLY&quot;,
&quot;port&quot; : 443,
&quot;isEnabled&quot; : true,
&quot;modifiedDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;interval&quot; : 60,
&quot;testId&quot; : &quot;281474976710706&quot;,
&quot;aid&quot; : &quot;1234&quot;,
&quot;agentSelectorConfig&quot; : {
&quot;agentSelectorType&quot; : &quot;all-agents&quot;,
&quot;maxMachines&quot; : 25
},
&quot;hasPathTraceInSession&quot; : true,
&quot;testName&quot; : &quot;Test name&quot;
}, {
&quot;server&quot; : &quot;www.example.com&quot;,
&quot;isSavedEvent&quot; : false,
&quot;_links&quot; : {
&quot;testResults&quot; : [ {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/endpoint/test-results/scheduled-tests/281474976710706/network/filter&quot;
}, {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/endpoint/test-results/scheduled-tests/281474976710706/pathvis&quot;
} ],
&quot;self&quot; : {
&quot;hreflang&quot; : &quot;hreflang&quot;,
&quot;templated&quot; : true,
&quot;profile&quot; : &quot;profile&quot;,
&quot;name&quot; : &quot;name&quot;,
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/link/to/resource/id&quot;,
&quot;type&quot; : &quot;type&quot;,
&quot;deprecation&quot; : &quot;deprecation&quot;,
&quot;title&quot; : &quot;title&quot;
}
},
&quot;isPrioritized&quot; : false,
&quot;networkMeasurements&quot; : true,
&quot;type&quot; : &quot;agent-to-server&quot;,
&quot;tcpProbeMode&quot; : &quot;auto&quot;,
&quot;labels&quot; : [ {
&quot;labelId&quot; : &quot;961&quot;,
&quot;name&quot; : &quot;Artem label&quot;,
&quot;isBuiltin&quot; : false
}, {
&quot;labelId&quot; : &quot;961&quot;,
&quot;name&quot; : &quot;Artem label&quot;,
&quot;isBuiltin&quot; : false
} ],
&quot;protocol&quot; : &quot;icmp&quot;,
&quot;createdDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;ipVersion&quot; : &quot;V4_ONLY&quot;,
&quot;port&quot; : 443,
&quot;isEnabled&quot; : true,
&quot;modifiedDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;interval&quot; : 60,
&quot;testId&quot; : &quot;281474976710706&quot;,
&quot;aid&quot; : &quot;1234&quot;,
&quot;agentSelectorConfig&quot; : {
&quot;agentSelectorType&quot; : &quot;all-agents&quot;,
&quot;maxMachines&quot; : 25
},
&quot;hasPathTraceInSession&quot; : true,
&quot;testName&quot; : &quot;Test name&quot;
} ],
&quot;_links&quot; : {
&quot;self&quot; : {
&quot;hreflang&quot; : &quot;hreflang&quot;,
&quot;templated&quot; : true,
&quot;profile&quot; : &quot;profile&quot;,
&quot;name&quot; : &quot;name&quot;,
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/link/to/resource/id&quot;,
&quot;type&quot; : &quot;type&quot;,
&quot;deprecation&quot; : &quot;deprecation&quot;,
&quot;title&quot; : &quot;title&quot;
}
}
}
"""
expected_response = json.loads(response_body_json)
response = self.api.get_endpoint_scheduled_tests(
aid=aid,
_headers=self.te_headers("get_endpoint_scheduled_tests"),
)
assert_constructed_model_matches_example_json(response, expected_response)
def test_get_endpoint_scheduled_tests_error_401(self) -> None:
"""Integration test for get_endpoint_scheduled_tests error path (HTTP 401)"""
aid = '1234'
error_body_json = """
{
"error_description" : "Invalid access token",
"error" : "invalid_token"
}
"""
expected_error = json.loads(error_body_json)
with self.assertRaises(
ApiException.exception_class_for_http_status(401)
) as context:
self.api.get_endpoint_scheduled_tests(
aid=aid,
_headers=self.te_headers("get_endpoint_scheduled_tests", error_status="401"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_endpoint_scheduled_tests_error_403(self) -> None:
"""Integration test for get_endpoint_scheduled_tests error path (HTTP 403)"""
aid = '1234'
error_body_json = """
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"status" : 0
}
"""
expected_error = json.loads(error_body_json)
with self.assertRaises(
ApiException.exception_class_for_http_status(403)
) as context:
self.api.get_endpoint_scheduled_tests(
aid=aid,
_headers=self.te_headers("get_endpoint_scheduled_tests", error_status="403"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_endpoint_scheduled_tests_error_429(self) -> None:
"""Integration test for get_endpoint_scheduled_tests error path (HTTP 429)"""
aid = '1234'
error_body_json = """
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"status" : 0
}
"""
expected_error = json.loads(error_body_json)
with self.assertRaises(
ApiException.exception_class_for_http_status(429)
) as context:
self.api.get_endpoint_scheduled_tests(
aid=aid,
_headers=self.te_headers("get_endpoint_scheduled_tests", error_status="429"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_endpoint_scheduled_tests_error_500(self) -> None:
"""Integration test for get_endpoint_scheduled_tests error path (HTTP 500)"""
aid = '1234'
error_body_json = """
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"status" : 0
}
"""
expected_error = json.loads(error_body_json)
with self.assertRaises(
ApiException.exception_class_for_http_status(500)
) as context:
self.api.get_endpoint_scheduled_tests(
aid=aid,
_headers=self.te_headers("get_endpoint_scheduled_tests", error_status="500"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_endpoint_scheduled_tests_error_502(self) -> None:
"""Integration test for get_endpoint_scheduled_tests error path (HTTP 502)"""
aid = '1234'
error_body_json = """
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"status" : 0
}
"""
expected_error = json.loads(error_body_json)
with self.assertRaises(
ApiException.exception_class_for_http_status(502)
) as context:
self.api.get_endpoint_scheduled_tests(
aid=aid,
_headers=self.te_headers("get_endpoint_scheduled_tests", error_status="502"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
if __name__ == '__main__':
unittest.main()