promenade/tools/g2/lib/const.sh
Mark Burnett 986016cb9c Gate: Use ShellCheck to lint scripts
This linting is currently limited to scripts in the new gate.

Change-Id: Id4906af0c8dc1e4b77eb0909d432ba8b6e32f5c4
2017-10-31 10:38:23 -05:00

11 lines
223 B
Bash

export GENESIS_NAME=n0
export SSH_CONFIG_DIR=${WORKSPACE}/tools/g2/config-ssh
export TEMPLATE_DIR=${WORKSPACE}/tools/g2/templates
export XML_DIR=${WORKSPACE}/tools/g2/xml
export ALL_VM_NAMES=(
n0
n1
n2
n3
)