forked from toolshed/abra
test: break up integration, rejig manual
This commit is contained in:
9
tests/integration/server.sh
Executable file
9
tests/integration/server.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
source ./common.sh
|
||||
|
||||
$ABRA -n server new -p hetzner-cloud --hn int-core
|
||||
|
||||
$ABRA server ls | grep -q int-core
|
||||
|
||||
$ABRA -n server rm -s -p hetzner-cloud --hn int-core
|
Reference in New Issue
Block a user