Add read-from to verify settings

pull/89/head
Andrey Berezin 2023-09-27 10:38:28 +03:00
parent eb37573df8
commit 64f004d5a5
1 changed files with 1 additions and 1 deletions

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,