Add read-from to verify settings #89

Merged
anikeev-yadro merged 1 commit from abereziny/frostfs-testlib:bugfix-add-read-from-to-verify into master 2023-09-27 10:08:12 +00:00
Showing only changes of commit 64f004d5a5 - Show all commits

View file

@ -9,7 +9,6 @@ from frostfs_testlib.load.load_config import (
LoadScenario,
LoadType,
)
from frostfs_testlib.load.load_metrics import get_metrics_object
from frostfs_testlib.load.load_report import LoadReport
from frostfs_testlib.load.load_verifiers import LoadVerifier
from frostfs_testlib.reporter import get_reporter
@ -181,6 +180,7 @@ class BackgroundLoadController:
self.verification_params = LoadParams(
verify_clients=self.load_params.verify_clients,
scenario=LoadScenario.VERIFY,
read_from=self.load_params.read_from,
registry_file=self.load_params.registry_file,
verify_time=self.load_params.verify_time,
load_type=self.load_params.load_type,