cellarspoon
415df981ff
All checks were successful
continuous-integration/drone/push Build is passing
15 lines
312 B
Bash
Executable File
15 lines
312 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source ./testfunctions.sh
|
|
source ./common.sh
|
|
|
|
run_test '$ABRA app ls'
|
|
|
|
run_test '$ABRA app ls --status'
|
|
|
|
run_test '$ABRA app ls --type wordpress'
|
|
|
|
run_test '$ABRA app ls --type wordpress --server swarm.autonomic.zone'
|
|
|
|
run_test '$ABRA app ls --type wordpress --server swarm.autonomic.zone --status'
|