File tree Expand file tree Collapse file tree
otcextensions/tests/functional/sdk Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515
1616class TestVpcEndpoint (TestApiG ):
17- gateway = "4a5d39b75bc341e89033c65e97ad5bca "
17+ gateway = ""
1818
1919 def setUp (self ):
2020 super (TestVpcEndpoint , self ).setUp ()
2121
2222 def test_01_list_vpc_endpoint (self ):
2323 self .conn .vpcep .create_endpoint (
24- subnet_id = '1bc849dc-4426-455a-8207-fb5f726c6ff7' ,
25- endpoint_service_id = 'b002616f-f386-4da1-8118-04d5e090200f' ,
26- vpc_id = '80a6ba4b-44d7-4c57-be40-5013a1e55273' ,
27-
24+ subnet_id = '' ,
25+ endpoint_service_id = '' ,
26+ vpc_id = '' ,
2827 )
2928 list (self .client .vpc_endpoints (
3029 gateway = TestVpcEndpoint .gateway ,
Original file line number Diff line number Diff line change @@ -104,12 +104,3 @@ def test_update_service(self):
104104 fetched = self .client .get_service (service .id )
105105 self .assertIn (updated_name , fetched .service_name )
106106 self .assertTrue (fetched .is_approval_enabled )
107-
108- def test_delete_service (self ):
109- """Test deleting an Endpoint Service."""
110- service = self ._create_service (remove = False )
111- self .client .delete_service (service .id )
112- time .sleep (5 )
113-
114- services = list (self .client .services (id = service .id ))
115- self .assertEqual (0 , len (services ))
You can’t perform that action at this time.
0 commit comments