forked from toolshed/abra
test: long flags, drop docker, use run_tests for all tests
This commit is contained in:
@ -3,14 +3,12 @@
|
||||
source ./testfunctions.sh
|
||||
source ./common.sh
|
||||
|
||||
echo "all apps, all servers"
|
||||
run_test '$ABRA app ls'
|
||||
printf "\\n\\n\\n"
|
||||
|
||||
echo "all wordpress apps, all servers"
|
||||
run_test '$ABRA app ls --status'
|
||||
|
||||
run_test '$ABRA app ls --type wordpress'
|
||||
printf "\\n\\n\\n"
|
||||
|
||||
echo "all wordpress apps, only server2"
|
||||
run_test '$ABRA app ls --type wordpress --server server2'
|
||||
printf "\\n\\n\\n"
|
||||
run_test '$ABRA app ls --type wordpress --server swarm.autonomic.zone'
|
||||
|
||||
run_test '$ABRA app ls --type wordpress --server swarm.autonomic.zone --status'
|
||||
|
Reference in New Issue
Block a user