abra/tests/integration/records.sh
cellarspoon 415df981ff
All checks were successful
continuous-integration/drone/push Build is passing
test: long flags, drop docker, use run_tests for all tests
2022-01-24 16:49:51 +01:00

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'