blob: 14fbd0b8a887a7a715962c3732ea678f9afdddb1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
PROVIDER='example'
ROOTDIR='~/leap_platform_testing'
SERVICES='ca couchdb monitor openvpn tor webapp'
# options for leap_cli
OPTS='--yes'
# where is the script repo checkout ?
PLATFORM_TEST_BIN="$ROOTDIR/platform_test"
|