summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/rook/ci/tests/features/rook.feature
blob: ae0478f8b9cd70aa43eebf1d12b6f05f302f05a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Feature: Testing Rook orchestrator commands
    Ceph has been installed using the cluster CRD available in deploy/examples/cluster-test.yaml and

    Scenario: Verify ceph cluster health
      When I run
          """
          ceph health | grep HEALTH
          """
      Then I get
          """
          HEALTH_OK
          """