abra/tests/integration/records.sh

11 lines
333 B
Bash
Executable File

#!/bin/bash
source ./testfunctions.sh
source ./common.sh
run_test '$ABRA record new --provider gandi --type A --name integration-tests --value 192.157.2.21 coopcloud.tech'
run_test '$ABRA record list --provider gandi coopcloud.tech'
run_test '$ABRA -n record rm --provider gandi --type A --name integration-tests coopcloud.tech'