SUSE / minibroker-integration-tests

Apache License 2.0
2 stars 4 forks source link

feat: mariadb assertions #4

Closed f0rmiga closed 4 years ago

f0rmiga commented 4 years ago

Test plan

  1. Deployed KubeCF with:
    credentials:
    cf_admin_password: changeme
  2. Deployed Minibroker with:
    helm install minibroker minibroker/minibroker \
    --namespace minibroker \      
    --set "deployServiceCatalog=false" \
    --set "defaultNamespace=minibroker" \
    --version 1.0.0-rc1
  3. Built the image and loaded in the cluster.
  4. Ran the tests with:
    helm install mits \
    --namespace mits chart/mits/ \
    --set "config.cf.admin.username=admin" \
    --set "config.cf.admin.password=changeme" \
    --set "config.cf.api.endpoint=https://api.<system_domain>"