test instances: allow overriding of persistence
This commit is contained in:
parent
03256f0f3b
commit
4ad2711b7e
|
@ -15,7 +15,7 @@ main() {
|
|||
|
||||
# vars used in common_start and end
|
||||
target='instance-autotest-pair'
|
||||
persistence='n'
|
||||
persistence="${persistence:-n}"
|
||||
idhubs='idhub1 idhub2'
|
||||
idhub_branch='release'
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ main() {
|
|||
|
||||
# vars used in common_start and end
|
||||
target='instance-autotest'
|
||||
persistence='n'
|
||||
persistence="${persistence:-n}"
|
||||
idhubs='idhub'
|
||||
idhub_branch='release'
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ main() {
|
|||
|
||||
# vars used in common_start and end
|
||||
target='instance-nightly-pair'
|
||||
persistence='n'
|
||||
persistence="${persistence:-n}"
|
||||
idhubs='idhub1 idhub2'
|
||||
idhub_branch='release'
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ main() {
|
|||
|
||||
# vars used in common_start and end
|
||||
target='instance-nightly'
|
||||
persistence='n'
|
||||
persistence="${persistence:-n}"
|
||||
idhubs='idhub'
|
||||
idhub_branch='release'
|
||||
|
||||
|
|
Reference in New Issue