From a421c0dca55cc43fee1b36e7530e37e8f00f6c17 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Sun, 2 Jan 2022 20:18:37 +0100 Subject: [PATCH] test: use new name [ci skip] --- tests/integration/core.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/integration/core.sh b/tests/integration/core.sh index fa3078a2..4c94035e 100755 --- a/tests/integration/core.sh +++ b/tests/integration/core.sh @@ -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