Skip to content

Commit

Permalink
regress: fix 2drive-incremental-2disk
Browse files Browse the repository at this point in the history
This test was failing when using TLS-PSK, as the client name
was not configured properly ([clientname]-fd vs. 2drive2disk)
  • Loading branch information
pstorz authored and franku committed Jul 3, 2018
1 parent 226a7df commit de2fd3c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions regress/tests/2drive-incremental-2disk
Expand Up @@ -8,7 +8,7 @@
# TODO: add check to verify that 2 drives are used.
#
TestName="2drive-incremental-2disk"
JobName="2drive2disk"
#JobName="2drive2disk"

# Directory to backup.
# This directory will be created by setup_data().
Expand All @@ -19,9 +19,10 @@ BackupDirectory="${tmp}/data"
scripts/cleanup
scripts/copy-2disk-drive-confs
scripts/prepare-disk-changer
CLIENT=2drive2disk

change_jobname localhost-fd $JobName
#CLIENT=localhost-fd

#change_jobname localhost-fd $JobName
start_test

# Directory to backup.
Expand Down

0 comments on commit de2fd3c

Please sign in to comment.