Skip to content

Commit

Permalink
CI patch
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Bhatt <utkarsh.bhatt@canonical.com>
  • Loading branch information
UtkarshBhatthere committed Oct 20, 2024
1 parent 398e2eb commit 39451a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/scripts/actionutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ function remote_failback_to_sitea() {
echo "#################"
sleep 30
done
primary_output=$(lxc exec node-wrk0 -- sh -c "sudo microceph remote replication rbd list --json")
secondary_output=$(lxc exec node-wrk2 -- sh -c "sudo microceph remote replication rbd list --json")
echo $primary_output
echo $secondary_output
if [[ $is_primary_count -eq 0 ]] ; then
echo "No images demoted after 100 rounds."
exit 1
Expand Down

0 comments on commit 39451a6

Please sign in to comment.