Skip to content

Commit 66fe575

Browse files
committed
Revert "chore: Updated networking-python-sdk Integration Tests. (#47)"
This reverts commit b6b723d.
1 parent b6b723d commit 66fe575

File tree

4 files changed

+145
-612
lines changed

4 files changed

+145
-612
lines changed

test/integration/test_direct_link_provider_v2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
class TestDirectLinkProviderV2(unittest.TestCase):
2727
""" Test class for DirectLink Provider sdk functions """
2828

29-
@unittest.skip("skipping")
30-
3129
def setUp(self):
3230
""" test case setup """
3331
self.dl_endpoint = os.getenv("DL_SERVICES_SERVICE_URL")
@@ -701,6 +699,5 @@ def test_provider_gateway_actions_with_client_api_bfd_config(self):
701699
response = self.dl.create_gateway_action(id=gateway_id, action="delete_gateway_approve")
702700
assert response is not None
703701
assert response.get_status_code() == 204
704-
705702
if __name__ == '__main__':
706703
unittest.main()

test/integration/test_direct_link_v1.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
class TestDirectLinkV1(unittest.TestCase):
5454
""" Test class for DirectLink sdk functions """
5555

56-
@unittest.skip("skipping")
57-
5856
def setUp(self):
5957
""" test case setup """
6058
self.endpoint = os.getenv("DL_SERVICES_SERVICE_URL")

0 commit comments

Comments
 (0)