Skip to content

Commit

Permalink
debug test
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Mar 25, 2024
1 parent 604df1a commit 98690f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ trap "echo '[Test CreateVms with Tags using oapi-cli variable FAIL]'" ERR
OSC_ACCESS_KEY=11112211111110000000 OSC_SECRET_KEY=0000001111112222223333334444445555555666 oapi-cli ReadImages --Filters.ImageNames[] "Fill More is for Penguin General" --set-var 'img_id=Images.0.ImageId' \
CreateVms --ImageId --var img_id --set-var vm_id=Vms.0.VmId \
CreateTags --ResourceIds[] --var vm_id --Tags.0.Key k ..Value v \
ReadVms --Filters.VmIds[] --var vm_id | jq .Vms[0].Tags | grep '"v"' > /dev/null
ReadVms --Filters.VmIds[] --var vm_id | jq .Vms[0].Tags | grep '"v"'
echo "[Test CreateVms with Tags using oapi-cli variable OK]"

pkill ricochet

0 comments on commit 98690f2

Please sign in to comment.