Skip to content

Added oc-zoscloudbroker module, overhauled tests (Ansible Sanity, Uni… #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

yemi-kelani
Copy link
Member

Created oc_zoscloudbroker module.

  • Created present state.
  • Created absent state.
  • Added tests/sanity/sanity.sh script for local or pipeline testing
  • Added tests/unit/unit.sh script for local or pipeline testing
  • Added tests/integration/integration.sh script for local or pipeline testing

Verified Sanity, Unit, and Integration tests passed on Ansible v2.16

Example:

- name: Create ZosCloudBroker
  ibm.operator_collection_sdk.oc_zoscloudbroker:
      state: present
      name: zoscloudbroker
      namespace: yemi-test
      accept_license: true
      multi_namespace: true
      log_level: debug
      labels:
          - test=true
          - namespace=yemi-test
      storage:
          enabled: true
          pvc: zoscloudbroker

…t, and Integration tests, and refactored Molecule tests) and added shell scriptes to make testing locally easier.

Signed-off-by: Yemi Kelani <[email protected]>
Signed-off-by: Yemi Kelani <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant