thousandeyes-sdk-python/thousandeyes-sdk-tests/test/test_bgp_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

2040 lines
88 KiB
Python

# coding: utf-8
"""
Tests API
**Note:** The Page Load Tests, API Tests, and Web Transaction Tests APIs are not available for ThousandEyes for Government instance. This API allows you to list, create, edit, and delete Network and Application Synthetics tests.
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
""" # noqa: E501
import json
import unittest
import thousandeyes_sdk.tests.models
from thousandeyes_sdk.core.exceptions import ApiException
from thousandeyes_sdk.tests.api.bgp_tests_api import BGPTestsApi
from .integration_test_utils import IntegrationTestBase
from .test_utils import assert_constructed_model_matches_example_json
class TestBGPTestsApiIntegration(IntegrationTestBase):
"""BGPTestsApi integration test stubs"""
def setUp(self) -> None:
super().setUp()
self.api = BGPTestsApi(self.api_client)
def test_create_bgp_test_happy_path(self) -> None:
"""Integration test for create_bgp_test success path"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
response_body_json = """
{
&quot;_links&quot; : {
&quot;testResults&quot; : [ {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/network&quot;
}, {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis&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;liveShare&quot; : false,
&quot;prefix&quot; : &quot;prefix&quot;,
&quot;savedEvent&quot; : true,
&quot;includeCoveredPrefixes&quot; : true,
&quot;alertRules&quot; : [ {
&quot;severity&quot; : &quot;major&quot;,
&quot;expression&quot; : &quot;((hops((hopDelay &gt;&#x3D; 100 ms))))&quot;,
&quot;alertType&quot; : &quot;http-server&quot;,
&quot;roundsViolatingMode&quot; : &quot;exact&quot;,
&quot;sensitivityLevel&quot; : &quot;medium&quot;,
&quot;roundsViolatingOutOf&quot; : 5,
&quot;roundsViolatingRequired&quot; : 2,
&quot;isDefault&quot; : true,
&quot;minimumSourcesPct&quot; : 99,
&quot;ruleName&quot; : &quot;The End of the Internet&quot;,
&quot;minimumSources&quot; : 10,
&quot;ruleId&quot; : &quot;127094&quot;,
&quot;direction&quot; : &quot;to-target&quot;
}, {
&quot;severity&quot; : &quot;major&quot;,
&quot;expression&quot; : &quot;((hops((hopDelay &gt;&#x3D; 100 ms))))&quot;,
&quot;alertType&quot; : &quot;http-server&quot;,
&quot;roundsViolatingMode&quot; : &quot;exact&quot;,
&quot;sensitivityLevel&quot; : &quot;medium&quot;,
&quot;roundsViolatingOutOf&quot; : 5,
&quot;roundsViolatingRequired&quot; : 2,
&quot;isDefault&quot; : true,
&quot;minimumSourcesPct&quot; : 99,
&quot;ruleName&quot; : &quot;The End of the Internet&quot;,
&quot;minimumSources&quot; : 10,
&quot;ruleId&quot; : &quot;127094&quot;,
&quot;direction&quot; : &quot;to-target&quot;
} ],
&quot;description&quot; : &quot;ThousandEyes Test&quot;,
&quot;type&quot; : &quot;bgp&quot;,
&quot;usePublicBgp&quot; : true,
&quot;enabled&quot; : true,
&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;tags&quot; : [ {
&quot;id&quot; : &quot;5aeab5d5-0d34-4d44-a7ac-fb440185295c&quot;,
&quot;value&quot; : &quot;San Francisco&quot;,
&quot;key&quot; : &quot;Location&quot;
}, {
&quot;id&quot; : &quot;5aeab5d5-0d34-4d44-a7ac-fb440185295c&quot;,
&quot;value&quot; : &quot;San Francisco&quot;,
&quot;key&quot; : &quot;Location&quot;
} ],
&quot;createdDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;createdBy&quot; : &quot;user@user.com&quot;,
&quot;modifiedDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;modifiedBy&quot; : &quot;user@user.com&quot;,
&quot;testId&quot; : &quot;281474976710706&quot;,
&quot;sharedWithAccounts&quot; : [ {
&quot;name&quot; : &quot;Account name&quot;,
&quot;aid&quot; : &quot;1234&quot;
}, {
&quot;name&quot; : &quot;Account name&quot;,
&quot;aid&quot; : &quot;1234&quot;
} ],
&quot;alertsEnabled&quot; : true,
&quot;testName&quot; : &quot;ThousandEyes Test&quot;,
&quot;monitors&quot; : [ {
&quot;monitorType&quot; : &quot;public&quot;,
&quot;monitorId&quot; : &quot;1234&quot;,
&quot;monitorName&quot; : &quot;Seattle, WA&quot;,
&quot;ipAddress&quot; : &quot;4.69.184.193&quot;,
&quot;countryId&quot; : &quot;GB&quot;,
&quot;network&quot; : &quot;Level 3 Communications, Inc. (AS 3356)&quot;
}, {
&quot;monitorType&quot; : &quot;public&quot;,
&quot;monitorId&quot; : &quot;1234&quot;,
&quot;monitorName&quot; : &quot;Seattle, WA&quot;,
&quot;ipAddress&quot; : &quot;4.69.184.193&quot;,
&quot;countryId&quot; : &quot;GB&quot;,
&quot;network&quot; : &quot;Level 3 Communications, Inc. (AS 3356)&quot;
} ]
}
"""
expected_response = json.loads(response_body_json)
response = self.api.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test"),
)
assert_constructed_model_matches_example_json(response, expected_response)
def test_create_bgp_test_error_400(self) -> None:
"""Integration test for create_bgp_test error path (HTTP 400)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
error_body_json = """
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"errors" : [ {
"code" : "code",
"field" : "field",
"message" : "message"
}, {
"code" : "code",
"field" : "field",
"message" : "message"
} ],
"status" : 0
}
"""
expected_error = json.loads(error_body_json)
with self.assertRaises(
ApiException.exception_class_for_http_status(400)
) as context:
self.api.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test", error_status="400"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_create_bgp_test_error_401(self) -> None:
"""Integration test for create_bgp_test error path (HTTP 401)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test", error_status="401"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_create_bgp_test_error_403(self) -> None:
"""Integration test for create_bgp_test error path (HTTP 403)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test", error_status="403"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_create_bgp_test_error_404(self) -> None:
"""Integration test for create_bgp_test error path (HTTP 404)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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(404)
) as context:
self.api.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test", error_status="404"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_create_bgp_test_error_429(self) -> None:
"""Integration test for create_bgp_test error path (HTTP 429)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test", error_status="429"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_create_bgp_test_error_500(self) -> None:
"""Integration test for create_bgp_test error path (HTTP 500)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test", error_status="500"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_create_bgp_test_error_502(self) -> None:
"""Integration test for create_bgp_test error path (HTTP 502)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"prefix" : "prefix",
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
bgp_test_request = thousandeyes_sdk.tests.models.BgpTestRequest.from_json(request_body_json)
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.create_bgp_test(
bgp_test_request=bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("create_bgp_test", error_status="502"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_delete_bgp_test_happy_path(self) -> None:
"""Integration test for delete_bgp_test success path"""
test_id = '202701'
aid = '1234'
response = self.api.delete_bgp_test_with_http_info(
test_id=test_id,
aid=aid,
_headers=self.te_headers("delete_bgp_test"),
)
self.assertEqual(204, response.status_code)
self.assertIsNone(response.data)
def test_delete_bgp_test_error_401(self) -> None:
"""Integration test for delete_bgp_test error path (HTTP 401)"""
test_id = '202701'
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.delete_bgp_test(
test_id=test_id,
aid=aid,
_headers=self.te_headers("delete_bgp_test", error_status="401"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_delete_bgp_test_error_403(self) -> None:
"""Integration test for delete_bgp_test error path (HTTP 403)"""
test_id = '202701'
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.delete_bgp_test(
test_id=test_id,
aid=aid,
_headers=self.te_headers("delete_bgp_test", error_status="403"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_delete_bgp_test_error_404(self) -> None:
"""Integration test for delete_bgp_test error path (HTTP 404)"""
test_id = '202701'
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(404)
) as context:
self.api.delete_bgp_test(
test_id=test_id,
aid=aid,
_headers=self.te_headers("delete_bgp_test", error_status="404"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_delete_bgp_test_error_429(self) -> None:
"""Integration test for delete_bgp_test error path (HTTP 429)"""
test_id = '202701'
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.delete_bgp_test(
test_id=test_id,
aid=aid,
_headers=self.te_headers("delete_bgp_test", error_status="429"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_delete_bgp_test_error_500(self) -> None:
"""Integration test for delete_bgp_test error path (HTTP 500)"""
test_id = '202701'
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.delete_bgp_test(
test_id=test_id,
aid=aid,
_headers=self.te_headers("delete_bgp_test", error_status="500"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_delete_bgp_test_error_502(self) -> None:
"""Integration test for delete_bgp_test error path (HTTP 502)"""
test_id = '202701'
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.delete_bgp_test(
test_id=test_id,
aid=aid,
_headers=self.te_headers("delete_bgp_test", error_status="502"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_test_happy_path(self) -> None:
"""Integration test for get_bgp_test success path"""
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
response_body_json = """
{
&quot;_links&quot; : {
&quot;testResults&quot; : [ {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/network&quot;
}, {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis&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;liveShare&quot; : false,
&quot;prefix&quot; : &quot;prefix&quot;,
&quot;savedEvent&quot; : true,
&quot;includeCoveredPrefixes&quot; : true,
&quot;alertRules&quot; : [ {
&quot;severity&quot; : &quot;major&quot;,
&quot;expression&quot; : &quot;((hops((hopDelay &gt;&#x3D; 100 ms))))&quot;,
&quot;alertType&quot; : &quot;http-server&quot;,
&quot;roundsViolatingMode&quot; : &quot;exact&quot;,
&quot;sensitivityLevel&quot; : &quot;medium&quot;,
&quot;roundsViolatingOutOf&quot; : 5,
&quot;roundsViolatingRequired&quot; : 2,
&quot;isDefault&quot; : true,
&quot;minimumSourcesPct&quot; : 99,
&quot;ruleName&quot; : &quot;The End of the Internet&quot;,
&quot;minimumSources&quot; : 10,
&quot;ruleId&quot; : &quot;127094&quot;,
&quot;direction&quot; : &quot;to-target&quot;
}, {
&quot;severity&quot; : &quot;major&quot;,
&quot;expression&quot; : &quot;((hops((hopDelay &gt;&#x3D; 100 ms))))&quot;,
&quot;alertType&quot; : &quot;http-server&quot;,
&quot;roundsViolatingMode&quot; : &quot;exact&quot;,
&quot;sensitivityLevel&quot; : &quot;medium&quot;,
&quot;roundsViolatingOutOf&quot; : 5,
&quot;roundsViolatingRequired&quot; : 2,
&quot;isDefault&quot; : true,
&quot;minimumSourcesPct&quot; : 99,
&quot;ruleName&quot; : &quot;The End of the Internet&quot;,
&quot;minimumSources&quot; : 10,
&quot;ruleId&quot; : &quot;127094&quot;,
&quot;direction&quot; : &quot;to-target&quot;
} ],
&quot;description&quot; : &quot;ThousandEyes Test&quot;,
&quot;type&quot; : &quot;bgp&quot;,
&quot;usePublicBgp&quot; : true,
&quot;enabled&quot; : true,
&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;tags&quot; : [ {
&quot;id&quot; : &quot;5aeab5d5-0d34-4d44-a7ac-fb440185295c&quot;,
&quot;value&quot; : &quot;San Francisco&quot;,
&quot;key&quot; : &quot;Location&quot;
}, {
&quot;id&quot; : &quot;5aeab5d5-0d34-4d44-a7ac-fb440185295c&quot;,
&quot;value&quot; : &quot;San Francisco&quot;,
&quot;key&quot; : &quot;Location&quot;
} ],
&quot;createdDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;createdBy&quot; : &quot;user@user.com&quot;,
&quot;modifiedDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;modifiedBy&quot; : &quot;user@user.com&quot;,
&quot;testId&quot; : &quot;281474976710706&quot;,
&quot;sharedWithAccounts&quot; : [ {
&quot;name&quot; : &quot;Account name&quot;,
&quot;aid&quot; : &quot;1234&quot;
}, {
&quot;name&quot; : &quot;Account name&quot;,
&quot;aid&quot; : &quot;1234&quot;
} ],
&quot;alertsEnabled&quot; : true,
&quot;testName&quot; : &quot;ThousandEyes Test&quot;,
&quot;monitors&quot; : [ {
&quot;monitorType&quot; : &quot;public&quot;,
&quot;monitorId&quot; : &quot;1234&quot;,
&quot;monitorName&quot; : &quot;Seattle, WA&quot;,
&quot;ipAddress&quot; : &quot;4.69.184.193&quot;,
&quot;countryId&quot; : &quot;GB&quot;,
&quot;network&quot; : &quot;Level 3 Communications, Inc. (AS 3356)&quot;
}, {
&quot;monitorType&quot; : &quot;public&quot;,
&quot;monitorId&quot; : &quot;1234&quot;,
&quot;monitorName&quot; : &quot;Seattle, WA&quot;,
&quot;ipAddress&quot; : &quot;4.69.184.193&quot;,
&quot;countryId&quot; : &quot;GB&quot;,
&quot;network&quot; : &quot;Level 3 Communications, Inc. (AS 3356)&quot;
} ]
}
"""
expected_response = json.loads(response_body_json)
response = self.api.get_bgp_test(
test_id=test_id,
aid=aid,
expand=expand,
_headers=self.te_headers("get_bgp_test"),
)
assert_constructed_model_matches_example_json(response, expected_response)
def test_get_bgp_test_error_401(self) -> None:
"""Integration test for get_bgp_test error path (HTTP 401)"""
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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_bgp_test(
test_id=test_id,
aid=aid,
expand=expand,
_headers=self.te_headers("get_bgp_test", error_status="401"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_test_error_403(self) -> None:
"""Integration test for get_bgp_test error path (HTTP 403)"""
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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_bgp_test(
test_id=test_id,
aid=aid,
expand=expand,
_headers=self.te_headers("get_bgp_test", error_status="403"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_test_error_404(self) -> None:
"""Integration test for get_bgp_test error path (HTTP 404)"""
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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(404)
) as context:
self.api.get_bgp_test(
test_id=test_id,
aid=aid,
expand=expand,
_headers=self.te_headers("get_bgp_test", error_status="404"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_test_error_429(self) -> None:
"""Integration test for get_bgp_test error path (HTTP 429)"""
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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_bgp_test(
test_id=test_id,
aid=aid,
expand=expand,
_headers=self.te_headers("get_bgp_test", error_status="429"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_test_error_500(self) -> None:
"""Integration test for get_bgp_test error path (HTTP 500)"""
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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_bgp_test(
test_id=test_id,
aid=aid,
expand=expand,
_headers=self.te_headers("get_bgp_test", error_status="500"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_test_error_502(self) -> None:
"""Integration test for get_bgp_test error path (HTTP 502)"""
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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_bgp_test(
test_id=test_id,
aid=aid,
expand=expand,
_headers=self.te_headers("get_bgp_test", error_status="502"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_tests_happy_path(self) -> None:
"""Integration test for get_bgp_tests success path"""
aid = '1234'
response_body_json = """
{
&quot;tests&quot; : [ {
&quot;_links&quot; : {
&quot;testResults&quot; : [ {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/network&quot;
}, {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis&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;liveShare&quot; : false,
&quot;prefix&quot; : &quot;prefix&quot;,
&quot;savedEvent&quot; : true,
&quot;includeCoveredPrefixes&quot; : true,
&quot;description&quot; : &quot;ThousandEyes Test&quot;,
&quot;type&quot; : &quot;bgp&quot;,
&quot;usePublicBgp&quot; : true,
&quot;enabled&quot; : true,
&quot;createdDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;createdBy&quot; : &quot;user@user.com&quot;,
&quot;modifiedDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;modifiedBy&quot; : &quot;user@user.com&quot;,
&quot;testId&quot; : &quot;281474976710706&quot;,
&quot;alertsEnabled&quot; : true,
&quot;testName&quot; : &quot;ThousandEyes Test&quot;
}, {
&quot;_links&quot; : {
&quot;testResults&quot; : [ {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/network&quot;
}, {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis&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;liveShare&quot; : false,
&quot;prefix&quot; : &quot;prefix&quot;,
&quot;savedEvent&quot; : true,
&quot;includeCoveredPrefixes&quot; : true,
&quot;description&quot; : &quot;ThousandEyes Test&quot;,
&quot;type&quot; : &quot;bgp&quot;,
&quot;usePublicBgp&quot; : true,
&quot;enabled&quot; : true,
&quot;createdDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;createdBy&quot; : &quot;user@user.com&quot;,
&quot;modifiedDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;modifiedBy&quot; : &quot;user@user.com&quot;,
&quot;testId&quot; : &quot;281474976710706&quot;,
&quot;alertsEnabled&quot; : true,
&quot;testName&quot; : &quot;ThousandEyes Test&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_bgp_tests(
aid=aid,
_headers=self.te_headers("get_bgp_tests"),
)
assert_constructed_model_matches_example_json(response, expected_response)
def test_get_bgp_tests_error_401(self) -> None:
"""Integration test for get_bgp_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_bgp_tests(
aid=aid,
_headers=self.te_headers("get_bgp_tests", error_status="401"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_tests_error_403(self) -> None:
"""Integration test for get_bgp_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_bgp_tests(
aid=aid,
_headers=self.te_headers("get_bgp_tests", error_status="403"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_tests_error_404(self) -> None:
"""Integration test for get_bgp_tests error path (HTTP 404)"""
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(404)
) as context:
self.api.get_bgp_tests(
aid=aid,
_headers=self.te_headers("get_bgp_tests", error_status="404"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_tests_error_429(self) -> None:
"""Integration test for get_bgp_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_bgp_tests(
aid=aid,
_headers=self.te_headers("get_bgp_tests", error_status="429"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_tests_error_500(self) -> None:
"""Integration test for get_bgp_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_bgp_tests(
aid=aid,
_headers=self.te_headers("get_bgp_tests", error_status="500"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_get_bgp_tests_error_502(self) -> None:
"""Integration test for get_bgp_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_bgp_tests(
aid=aid,
_headers=self.te_headers("get_bgp_tests", error_status="502"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_update_bgp_test_happy_path(self) -> None:
"""Integration test for update_bgp_test success path"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
response_body_json = """
{
&quot;_links&quot; : {
&quot;testResults&quot; : [ {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/network&quot;
}, {
&quot;href&quot; : &quot;https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis&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;liveShare&quot; : false,
&quot;prefix&quot; : &quot;prefix&quot;,
&quot;savedEvent&quot; : true,
&quot;includeCoveredPrefixes&quot; : true,
&quot;alertRules&quot; : [ {
&quot;severity&quot; : &quot;major&quot;,
&quot;expression&quot; : &quot;((hops((hopDelay &gt;&#x3D; 100 ms))))&quot;,
&quot;alertType&quot; : &quot;http-server&quot;,
&quot;roundsViolatingMode&quot; : &quot;exact&quot;,
&quot;sensitivityLevel&quot; : &quot;medium&quot;,
&quot;roundsViolatingOutOf&quot; : 5,
&quot;roundsViolatingRequired&quot; : 2,
&quot;isDefault&quot; : true,
&quot;minimumSourcesPct&quot; : 99,
&quot;ruleName&quot; : &quot;The End of the Internet&quot;,
&quot;minimumSources&quot; : 10,
&quot;ruleId&quot; : &quot;127094&quot;,
&quot;direction&quot; : &quot;to-target&quot;
}, {
&quot;severity&quot; : &quot;major&quot;,
&quot;expression&quot; : &quot;((hops((hopDelay &gt;&#x3D; 100 ms))))&quot;,
&quot;alertType&quot; : &quot;http-server&quot;,
&quot;roundsViolatingMode&quot; : &quot;exact&quot;,
&quot;sensitivityLevel&quot; : &quot;medium&quot;,
&quot;roundsViolatingOutOf&quot; : 5,
&quot;roundsViolatingRequired&quot; : 2,
&quot;isDefault&quot; : true,
&quot;minimumSourcesPct&quot; : 99,
&quot;ruleName&quot; : &quot;The End of the Internet&quot;,
&quot;minimumSources&quot; : 10,
&quot;ruleId&quot; : &quot;127094&quot;,
&quot;direction&quot; : &quot;to-target&quot;
} ],
&quot;description&quot; : &quot;ThousandEyes Test&quot;,
&quot;type&quot; : &quot;bgp&quot;,
&quot;usePublicBgp&quot; : true,
&quot;enabled&quot; : true,
&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;tags&quot; : [ {
&quot;id&quot; : &quot;5aeab5d5-0d34-4d44-a7ac-fb440185295c&quot;,
&quot;value&quot; : &quot;San Francisco&quot;,
&quot;key&quot; : &quot;Location&quot;
}, {
&quot;id&quot; : &quot;5aeab5d5-0d34-4d44-a7ac-fb440185295c&quot;,
&quot;value&quot; : &quot;San Francisco&quot;,
&quot;key&quot; : &quot;Location&quot;
} ],
&quot;createdDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;createdBy&quot; : &quot;user@user.com&quot;,
&quot;modifiedDate&quot; : &quot;2022-07-17T22:00:54Z&quot;,
&quot;modifiedBy&quot; : &quot;user@user.com&quot;,
&quot;testId&quot; : &quot;281474976710706&quot;,
&quot;sharedWithAccounts&quot; : [ {
&quot;name&quot; : &quot;Account name&quot;,
&quot;aid&quot; : &quot;1234&quot;
}, {
&quot;name&quot; : &quot;Account name&quot;,
&quot;aid&quot; : &quot;1234&quot;
} ],
&quot;alertsEnabled&quot; : true,
&quot;testName&quot; : &quot;ThousandEyes Test&quot;,
&quot;monitors&quot; : [ {
&quot;monitorType&quot; : &quot;public&quot;,
&quot;monitorId&quot; : &quot;1234&quot;,
&quot;monitorName&quot; : &quot;Seattle, WA&quot;,
&quot;ipAddress&quot; : &quot;4.69.184.193&quot;,
&quot;countryId&quot; : &quot;GB&quot;,
&quot;network&quot; : &quot;Level 3 Communications, Inc. (AS 3356)&quot;
}, {
&quot;monitorType&quot; : &quot;public&quot;,
&quot;monitorId&quot; : &quot;1234&quot;,
&quot;monitorName&quot; : &quot;Seattle, WA&quot;,
&quot;ipAddress&quot; : &quot;4.69.184.193&quot;,
&quot;countryId&quot; : &quot;GB&quot;,
&quot;network&quot; : &quot;Level 3 Communications, Inc. (AS 3356)&quot;
} ]
}
"""
expected_response = json.loads(response_body_json)
response = self.api.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test"),
)
assert_constructed_model_matches_example_json(response, expected_response)
def test_update_bgp_test_error_400(self) -> None:
"""Integration test for update_bgp_test error path (HTTP 400)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
error_body_json = """
{
"instance" : "instance",
"detail" : "detail",
"type" : "type",
"title" : "title",
"errors" : [ {
"code" : "code",
"field" : "field",
"message" : "message"
}, {
"code" : "code",
"field" : "field",
"message" : "message"
} ],
"status" : 0
}
"""
expected_error = json.loads(error_body_json)
with self.assertRaises(
ApiException.exception_class_for_http_status(400)
) as context:
self.api.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test", error_status="400"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_update_bgp_test_error_401(self) -> None:
"""Integration test for update_bgp_test error path (HTTP 401)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test", error_status="401"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_update_bgp_test_error_403(self) -> None:
"""Integration test for update_bgp_test error path (HTTP 403)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test", error_status="403"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_update_bgp_test_error_404(self) -> None:
"""Integration test for update_bgp_test error path (HTTP 404)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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(404)
) as context:
self.api.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test", error_status="404"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_update_bgp_test_error_429(self) -> None:
"""Integration test for update_bgp_test error path (HTTP 429)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test", error_status="429"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_update_bgp_test_error_500(self) -> None:
"""Integration test for update_bgp_test error path (HTTP 500)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test", error_status="500"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
def test_update_bgp_test_error_502(self) -> None:
"""Integration test for update_bgp_test error path (HTTP 502)"""
request_body_json = """
{
"_links" : {
"testResults" : [ {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/network"
}, {
"href" : "https://api.thousandeyes.com/v7/test-results/281474976710706/path-vis"
} ],
"self" : {
"hreflang" : "hreflang",
"templated" : true,
"profile" : "profile",
"name" : "name",
"href" : "https://api.thousandeyes.com/v7/link/to/resource/id",
"type" : "type",
"deprecation" : "deprecation",
"title" : "title"
}
},
"liveShare" : false,
"savedEvent" : true,
"includeCoveredPrefixes" : true,
"alertRules" : [ "344753", "212697" ],
"description" : "ThousandEyes Test",
"type" : "bgp",
"usePublicBgp" : true,
"enabled" : true,
"labels" : [ "9842", "1283" ],
"tags" : [ "c6b78e57-81a2-4c5f-a11a-d96c3c664d55", "ec8e64fb-6f11-485c-a5d5-488098ad626a" ],
"createdDate" : "2022-07-17T22:00:54Z",
"createdBy" : "user@user.com",
"modifiedDate" : "2022-07-17T22:00:54Z",
"modifiedBy" : "user@user.com",
"testId" : "281474976710706",
"sharedWithAccounts" : [ "1234", "12345" ],
"alertsEnabled" : true,
"testName" : "ThousandEyes Test",
"monitors" : [ "17410", "5" ]
}
"""
update_bgp_test_request = thousandeyes_sdk.tests.models.UpdateBgpTestRequest.from_json(request_body_json)
test_id = '202701'
aid = '1234'
expand = [thousandeyes_sdk.tests.ExpandBgpTestOptions()]
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.update_bgp_test(
test_id=test_id,
update_bgp_test_request=update_bgp_test_request,
aid=aid,
expand=expand,
_headers=self.te_headers("update_bgp_test", error_status="502"),
)
assert_constructed_model_matches_example_json(context.exception.data, expected_error)
if __name__ == '__main__':
unittest.main()