Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vsramki committed Jul 9, 2024
1 parent 58db586 commit b3bf8b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_oracledatabase_exadata(self, resource_group):
'--cloudexadatainfrastructurename OFake_PowerShellTestExaInfra '
'--resource-group PowerShellTestRg ')
self.cmd('az oracle-database cloud-vm-cluster create '
'--cloud-exadata-infrastructure-id /subscriptions/dcb0912a-9b6f-46e3-a11b-5296913d89b5/resourceGroups/SDKTestRG/providers/Oracle.Database/cloudExadataInfrastructures/DemoExaInfra '
'--cloud-exadata-infrastructure-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SDKTestRG/providers/Oracle.Database/cloudExadataInfrastructures/DemoExaInfra '
'--resource-group SDKTestRG '
'--location eastus '
'--cpu-core-count 6 '
Expand All @@ -57,8 +57,8 @@ def test_oracledatabase_exadata(self, resource_group):
'--license-model LicenseIncluded '
'--memory-size-in-gbs 60 '
'--ssh-public-keys \'ssh-rsa keykeykeykeykey generated-by-azure\' '
'--subnet-id /subscriptions/dcb0912a-9b6f-46e3-a11b-5296913d89b5/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet/subnets/SDKSubnet '
'--subnet-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet/subnets/SDKSubnet '
'--time-zone UTC '
'--vnet-id /subscriptions/dcb0912a-9b6f-46e3-a11b-5296913d89b5/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet '
'--vnet-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet '
'--no-wait ')

Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ def test_oracledatabase_adbs(self, resource_group):
self.cmd('az oracle-database autonomous-database create --location eastus '
'--autonomousdatabasename ADBScli1 '
'--resource-group SDKTestRG '
'--subnet-id /subscriptions/dcb0912a-9b6f-46e3-a11b-5296913d89b5/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet/subnets/SDKSubnet '
'--subnet-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet/subnets/SDKSubnet '
'--display-name ADBScli1 '
'--compute-model ECPU --compute-count 2 '
'--data-storage-size-in-gbs 32 --license-model BringYourOwnLicense '
'--db-workload OLTP --admin-password TestPass#2024# '
'--db-version 19c --character-set AL32UTF8 --ncharacter-set AL16UTF16 '
'--vnet-id /subscriptions/dcb0912a-9b6f-46e3-a11b-5296913d89b5/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet --regular --no-wait ')
'--vnet-id /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/SDKTestRG/providers/Microsoft.Network/virtualNetworks/SDKVnet --regular --no-wait ')
self.cmd('az oracle-database autonomous-database delete '
'--autonomousdatabasename ADBScli '
'--resource-group SDKTestRG --yes --no-wait ')

0 comments on commit b3bf8b5

Please sign in to comment.