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
|
# vars used in common_start and end
|
||||||
target='instance-autotest-pair'
|
target='instance-autotest-pair'
|
||||||
persistence='n'
|
persistence="${persistence:-n}"
|
||||||
idhubs='idhub1 idhub2'
|
idhubs='idhub1 idhub2'
|
||||||
idhub_branch='release'
|
idhub_branch='release'
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ main() {
|
||||||
|
|
||||||
# vars used in common_start and end
|
# vars used in common_start and end
|
||||||
target='instance-autotest'
|
target='instance-autotest'
|
||||||
persistence='n'
|
persistence="${persistence:-n}"
|
||||||
idhubs='idhub'
|
idhubs='idhub'
|
||||||
idhub_branch='release'
|
idhub_branch='release'
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ main() {
|
||||||
|
|
||||||
# vars used in common_start and end
|
# vars used in common_start and end
|
||||||
target='instance-nightly-pair'
|
target='instance-nightly-pair'
|
||||||
persistence='n'
|
persistence="${persistence:-n}"
|
||||||
idhubs='idhub1 idhub2'
|
idhubs='idhub1 idhub2'
|
||||||
idhub_branch='release'
|
idhub_branch='release'
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ main() {
|
||||||
|
|
||||||
# vars used in common_start and end
|
# vars used in common_start and end
|
||||||
target='instance-nightly'
|
target='instance-nightly'
|
||||||
persistence='n'
|
persistence="${persistence:-n}"
|
||||||
idhubs='idhub'
|
idhubs='idhub'
|
||||||
idhub_branch='release'
|
idhub_branch='release'
|
||||||
|
|
||||||
|
|
Reference in New Issue