Update test script

This commit is contained in:
Joshua Boniface 2023-11-17 01:03:56 -05:00
parent 91858fbd20
commit 7f6b3ebb6b
1 changed files with 2 additions and 2 deletions

View File

@ -78,9 +78,9 @@ _pvc vm tag get testx
_pvc vm list --tag mytag _pvc vm list --tag mytag
_pvc vm tag remove testx mytag _pvc vm tag remove testx mytag
_pvc vm network get testx _pvc vm network get testx
_pvc vm vcpu set --no-restart testx 4 _pvc vm vcpu set --no-restart testx 1
_pvc vm vcpu get testx _pvc vm vcpu get testx
_pvc vm memory set --no-restart testx 4096 _pvc vm memory set --no-restart testx 1024
_pvc vm memory get testx _pvc vm memory get testx
_pvc vm vcpu set --no-restart testx 2 _pvc vm vcpu set --no-restart testx 2
_pvc vm memory set testx 2048 --restart --yes _pvc vm memory set testx 2048 --restart --yes