From fadc86da01667cf31d1371b81d3101404859ec2c Mon Sep 17 00:00:00 2001 From: Peter Sabaini Date: Tue, 23 Jul 2024 18:27:46 +0200 Subject: [PATCH] Test: exercise microcephd in multinode tests Signed-off-by: Peter Sabaini --- .github/workflows/tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dda28394..9f5f77fe 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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