{{#tempestrun.concurrency}}
# Number of test processes spawned by testr
TEMPEST_RUN_CONCURRENCY={{tempestrun.concurrency}}
{{/tempestrun.concurrency}}
{{^tempestrun.concurrency}}
# Number of test processes spawned by testr
TEMPEST_RUN_CONCURRENCY=0
{{/tempestrun.concurrency}}
{{#tempestrun.image}}
# Name of the test image to be used
TEMPEST_IMAGE_NAME={{tempestrun.image}}
{{/tempestrun.image}}
{{^tempestrun.image}}
# Name of the test image to be used
TEMPEST_IMAGE_NAME=user
{{/tempestrun.image}}
{{#tempestrun.regexfile}}
# File including the regexs for test filtering
TEMPEST_TEST_REGEX_FILE={{tempestrun.regexfile}}
{{/tempestrun.regexfile}}
{{^tempestrun.regexfile}}
# File including the regexs for test filtering
TEMPEST_TEST_REGEX_FILE=tests2skip.txt
{{/tempestrun.regexfile}}
