From 0e8bdfad1558a4e6073c0677f6891f2f0f71c685 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 18 Aug 2023 11:44:39 -0400 Subject: [PATCH] Improve testing with more tests --- test-cluster.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test-cluster.sh b/test-cluster.sh index bd2c25c3..5e165a2b 100755 --- a/test-cluster.sh +++ b/test-cluster.sh @@ -26,8 +26,12 @@ set -o errexit pushd $( git rev-parse --show-toplevel ) &>/dev/null # Cluster tests +_pvc connection list +_pvc connection detail + _pvc cluster maintenance on _pvc cluster maintenance off +_pvc cluster status backup_tmp=$(mktemp) _pvc cluster backup --file ${backup_tmp} if [[ -n ${test_dangerously} ]]; then @@ -96,9 +100,7 @@ _pvc node flush --wait hv1 _pvc node ready --wait hv1 _pvc node list hv1 _pvc node info hv1 - -_pvc vm start testx -sleep 30 +sleep 10 # Network tests _pvc network add 10001 --description testing --type managed --domain testing.local --ipnet 10.100.100.0/24 --gateway 10.100.100.1 --dhcp --dhcp-start 10.100.100.100 --dhcp-end 10.100.100.199