From ab0eed8b7118fe139d30c2d31f2a797162f923c3 Mon Sep 17 00:00:00 2001 From: Frank Ueberschar Date: Mon, 13 Jan 2020 14:41:59 +0100 Subject: [PATCH] systemtests: slow down each backup-job to use all devices - multiplied-device-test - used the bandwidth limit to increase backup time in order to achieve that all three devices must be used to run all backups simultaneously --- .../etc/bareos/bareos-dir.d/job/backup-to-pool1.conf.in | 1 + .../etc/bareos/bareos-dir.d/job/backup-to-pool2.conf.in | 1 + .../etc/bareos/bareos-dir.d/job/backup-to-pool3.conf.in | 1 + 3 files changed, 3 insertions(+) diff --git a/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool1.conf.in b/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool1.conf.in index 5533746455f..1a2a96cafb2 100644 --- a/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool1.conf.in +++ b/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool1.conf.in @@ -3,5 +3,6 @@ Job { JobDefs = "DefaultJob" Client = "bareos-fd" MaximumConcurrentJobs = 10 + MaximumBandwidth=50k/s Pool = Pool1 } diff --git a/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool2.conf.in b/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool2.conf.in index 168638e9aea..9b20813a0be 100644 --- a/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool2.conf.in +++ b/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool2.conf.in @@ -3,5 +3,6 @@ Job { JobDefs = "DefaultJob" Client = "bareos-fd" MaximumConcurrentJobs = 10 + MaximumBandwidth=50k/s Pool = Pool2 } diff --git a/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool3.conf.in b/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool3.conf.in index b71167bc7ed..174c4e45d7e 100644 --- a/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool3.conf.in +++ b/systemtests/tests/multiplied-device-test/etc/bareos/bareos-dir.d/job/backup-to-pool3.conf.in @@ -3,5 +3,6 @@ Job { JobDefs = "DefaultJob" Client = "bareos-fd" MaximumConcurrentJobs = 10 + MaximumBandwidth=100k/s Pool = Pool3 }