
This linting is currently limited to scripts in the new gate. Change-Id: Id4906af0c8dc1e4b77eb0909d432ba8b6e32f5c4
11 lines
223 B
Bash
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
|
|
)
|