File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
ibm_cloud_networking_services Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14821,4 +14821,4 @@ def get_all(self) -> List[dict]:
14821
14821
while self.has_next():
14822
14822
next_page = self.get_next()
14823
14823
results.extend(next_page)
14824
- return results
14824
+ return results
Original file line number Diff line number Diff line change 14
14
from ibm_cloud_networking_services import DirectLinkProviderV2
15
15
from ibm_cloud_networking_services .direct_link_provider_v2 import ProviderGatewayPortIdentity
16
16
from ibm_cloud_networking_services .direct_link_v1 import (
17
- GatewayActionTemplateAuthenticationKey , GatewayBfdConfigActionTemplate )
17
+ AuthenticationKeyIdentity , GatewayBfdConfigActionTemplate )
18
18
19
19
from dotenv import load_dotenv , find_dotenv
20
20
@@ -427,7 +427,7 @@ def test_provider_gateway_actions_with_client_api_md5(self):
427
427
customerAccount = os .getenv ("DL_PROVIDER_SERVICES_CUSTOMER_ACCT_ID" )
428
428
speedMbps = 1000
429
429
authenticationKeyCRN = os .getenv ("DL_SERVICES_AUTHENTICATION_KEY" )
430
- authenticationKey = GatewayActionTemplateAuthenticationKey (
430
+ authenticationKey = AuthenticationKeyIdentity (
431
431
authenticationKeyCRN )
432
432
433
433
""" successfully get a provider port id """
Original file line number Diff line number Diff line change @@ -1391,4 +1391,4 @@ def test_gateway_macsec(self):
1391
1391
1392
1392
1393
1393
if __name__ == '__main__' :
1394
- unittest .main ()
1394
+ unittest .main ()
Original file line number Diff line number Diff line change @@ -9129,4 +9129,4 @@ def test_sak_rekey_timer_mode_serialization(self):
9129
9129
# endregion
9130
9130
##############################################################################
9131
9131
# End of Model Tests
9132
- ##############################################################################
9132
+ ##############################################################################
You can’t perform that action at this time.
0 commit comments