Skip to content

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

Draft
yemi-kelani wants to merge 3 commits intodevelopfrom
oczcb-module
Draft

Added oc-zoscloudbroker module, overhauled tests (Ansible Sanity, Uni…#103
yemi-kelani wants to merge 3 commits intodevelopfrom
oczcb-module

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 <Yemi.Kelani@ibm.com>
Signed-off-by: Yemi Kelani <Yemi.Kelani@ibm.com>
Signed-off-by: Yemi Kelani <Yemi.Kelani@ibm.com>
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