~matsubara/ubuntu-test-cases/raid1-bug-1443988

« back to all changes in this revision

Viewing changes to scripts/openssh-server.sh

  • Committer: Javier Collado
  • Date: 2013-01-09 16:15:32 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: javier.collado@canonical.com-20130109161532-q8uzwysvkdnru5l9
Added scripts to wrap calls to run_utah_tests.py

The scripts allow to customize the call to run_utah_tests.py with further
parameters that might be used to provide additional configuration for a given
scenario.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
# Run default scenario
 
3
SCRIPT_DIR=$(readlink -e $(dirname $0))
 
4
SCRIPT=$(basename $0)
 
5
SCRIPT_NAME=${SCRIPT%.*}
 
6
BRANCH_DIR=${BRANCH_DIR:-lp:~ubuntu-server-dev/ubuntu-test-cases/server-tests-raring/}
 
7
PRESEED=${BRANCH_DIR}preseeds/${SCRIPT_NAME}.preseed
 
8
RUNLIST=${BRANCH_DIR}runlists/${SCRIPT_NAME}.run
 
9
 
 
10
. $SCRIPT_DIR/base.sh
 
11
parse_args "$@"
 
12
echo $CMD