compartment_id:
availability_domain: ZoCL:CA-TORONTO-1-AD-1
shape: VM.Standard.E2.1.Micro
subnet_id:
instance_type: dbaas # If omit, default is compute
dbaas: # Required for dbaas instance_type
db_version: 19c
cpu_core_count: 1 # Free tier is 1 OCPU
db_name: dbaas1
admin_password:
initial_data_storage_size_in_gb: 20 # Free tier is 20GB
db_workload: OLTP # Acceptable values are 'OLTP' and 'DSS'. Default value is 'OLTP'
These are optional
use_private_ip: false # Required to be false when using free tier
verifier:
systems:
name: default # Name for the test instance
provisioner: # Directory under which the test cases are. If omit, default is /test/integration/
test/integration/ansible-role-autonomous-database-default
reporter: # test result outputs. cli for stdout. junit2 for pipeline use.
cli # DO NOT REMOVE. It's useful for troubleshooting on pipeline terminal.
junit2:test/reports/ansible-role-autonomous-database-default-junit.xml # Make sure the file name is *-junit.xml under test/reports directory as pipeline looks for it.
Details:
command: kitchen test --color --destroy always
Error: -----> Starting Test Kitchen (v3.3.2) -----> Cleaning up any prior instances of
-----> Destroying ...
Finished destroying (0m0.00s).
-----> Testing
-----> Creating ...
-----> Destroying ...
Finished destroying (0m0.00s).
kitchen diagnose --all output
kitchen.yml file content
driver: name: oci
verifier: name: inspec
platforms:
suites: # To add more test suites, copy/paste the whole section below and update the lines with inline comments as needed.
These are mandatory
compartment_id:
availability_domain: ZoCL:CA-TORONTO-1-AD-1
shape: VM.Standard.E2.1.Micro
subnet_id:
instance_type: dbaas # If omit, default is compute
dbaas: # Required for dbaas instance_type
db_version: 19c
cpu_core_count: 1 # Free tier is 1 OCPU
db_name: dbaas1
admin_password:
initial_data_storage_size_in_gb: 20 # Free tier is 20GB
db_workload: OLTP # Acceptable values are 'OLTP' and 'DSS'. Default value is 'OLTP'
These are optional
use_private_ip: false # Required to be false when using free tier verifier: systems: