Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.08 KB

e2e.md

File metadata and controls

35 lines (23 loc) · 1.08 KB

Table of Contents generated with DocToc

Running E2E Tests

  1. Ensure operator-sdk is installed and login to your OpenShift cluster as an admin user.

  2. If the namespace meta-operator exists, delete it. Do this to make sure the namespace is clean.

    oc delete namespace meta-operator
  3. Create the namespace meta-operator.

    oc create namespace meta-operator
  4. Run the test using make test-e2e command locally.

    make test-e2e

Reference