~ubuntu-test-case-dev/ubuntu-test-cases/desktop

1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Run default scenario
SCRIPT_DIR=$(readlink -e $(dirname $0))
SCRIPT=$(basename $0)
SCRIPT_NAME=${SCRIPT%.*}
BRANCH_DIR=${BRANCH_DIR:-lp:ubuntu-test-cases/desktop}
PRESEED=$BRANCH_DIR/preseeds/$SCRIPT_NAME.cfg
RUNLIST=$BRANCH_DIR/runlists/$SCRIPT_NAME.run

. $SCRIPT_DIR/base.sh
parse_args "$@"
echo $CMD --gigabytes 16