test: use new name [ci skip]

This commit is contained in:
decentral1se 2022-01-02 20:18:37 +01:00
parent abf56f9054
commit a421c0dca5
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 6 additions and 6 deletions

View File

@ -61,9 +61,9 @@ $ABRA autocomplete zsh
# ========================================================================
# record command
# ========================================================================
$ABRA record new -p gandi -t A -n e2e -v 192.157.2.21 coopcloud.tech
$ABRA record list -p gandi coopcloud.tech | grep -q e2e
$ABRA -n record rm -p gandi -t A -n e2e coopcloud.tech
$ABRA record new -p gandi -t A -n int-core -v 192.157.2.21 coopcloud.tech
$ABRA record list -p gandi coopcloud.tech | grep -q int-core
$ABRA -n record rm -p gandi -t A -n int-core coopcloud.tech
# ========================================================================
# catalogue command
@ -86,11 +86,11 @@ $ABRA recipe lint gitea
# ========================================================================
# server command
# ========================================================================
$ABRA -n server new -p hetzner-cloud --hn e2e
$ABRA -n server new -p hetzner-cloud --hn int-core
$ABRA server ls | grep -q e2e
$ABRA server ls | grep -q int-core
$ABRA -n server rm -s -p hetzner-cloud --hn e2e
$ABRA -n server rm -s -p hetzner-cloud --hn int-core
# ========================================================================
# app command