You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
provisioner:
name: ansible_playbook
hosts: localhost
require_chef_for_busser: false
ansible_connection: local
ansible_verbose: true
ansible_diff: true
ansible_verbosity: 2
idempotency_test: true
driver:
name: oci
verifier:
name: inspec
platforms:
- name: oci
os_type: ubuntu
suites: # To add more test suites, copy/paste the whole section below and update the lines with inline comments as needed.
- name: ansible-role-autonomous-database-default
driver:
# These are mandatory
compartment_id: <masked>
availability_domain: ZoCL:CA-TORONTO-1-AD-1
shape: VM.Standard.E2.1.Micro
subnet_id: <masked>
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: <masked>
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 <KITCHEN ROOT>/test/integration/<KITCHEN SUITE NAME>
- 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.
The text was updated successfully, but these errors were encountered:
Details:
-----> Starting Test Kitchen (v3.3.2)
-----> Cleaning up any prior instances of
-----> Destroying ...
Finished destroying (0m0.00s).
-----> Testing
-----> Creating ...
-----> Destroying ...
Finished destroying (0m0.00s).
The text was updated successfully, but these errors were encountered: