summaryrefslogtreecommitdiff
path: root/test/test_spec
blob: f085e9f8a0934408724b9df6a7ed17708525d5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##
## Definition of constants to be used by the testbed
##

## SCORSH_URL: URL of the git repo for scorsh
SCORSH_URL="http://github.com/dyne/scorsh"

## SCORSH_REPO: folder where the scorsh repo will be cloned
SCORSH_REPO=$(realpath "./scorsh/")

## SCORSH_APP: path where the scorsh app will be installed
SCORSH_APP=$(realpath "./scorsh_app/")

## REMOTE_REPO: path of the folder where the "remote" repo will be
## created
REMOTE_REPO=$(realpath "./testbed_remote.git")

## LOCAL_REPO: folder where REMOTE_REPO will be cloned
LOCAL_REPO=$(realpath "./testbed_repo")


TESTS="\
./create_testbed.sh  \
./configure_app.sh   \
./start_scorsh.sh    \
./stop_scorsh.sh     \
./destroy_testbed.sh \
"

##./destroy_testbed.sh \