Skip to content

Commit

Permalink
Test: exercise microcephd in multinode tests
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini authored and UtkarshBhatthere committed Jul 24, 2024
1 parent 28bde9b commit 69853e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ jobs:
done
lxc exec node-wrk0 -- sh -c "microceph.ceph -s"
- name: Exercise microceph status
run: |
set -uex
lxc exec node-wrk0 -- sh -c "sudo microceph status"
- name: Test failure domain scale up
run: |
set -uex
Expand Down Expand Up @@ -557,6 +562,12 @@ jobs:
- name: Exercise RGW again
run: ~/actionutils.sh headexec testrgw

- name: Exercise microceph status
run: |
set -uex
lxc exec node-wrk0 -- sh -c "sudo microceph status"
cluster-tests:
name: Test MicroCeph Cluster features.
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 69853e8

Please sign in to comment.