Skip to content

Commit

Permalink
Fix ordering issue in test-cluster script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Jul 5, 2021
1 parent 54f82a3 commit 47f39a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ rm ${backup_tmp} || true

# Provisioner tests
_pvc provisioner profile list test
_pvc vm network get testX
_pvc provisioner create --wait testX test
sleep 30

Expand All @@ -51,6 +50,7 @@ sleep 5
_pvc vm move --wait --target hv1 testX
sleep 5
_pvc vm meta testX --limit hv1 --selector vms --method live --profile test --no-autostart
_pvc vm network get testX
_pvc vm vcpu set testX 4
_pvc vm vcpu get testX
_pvc vm memory set testX 4096
Expand Down

0 comments on commit 47f39a1

Please sign in to comment.