From 0ef021e1165cbaa612e5128bc48d6abfbb7b887b Mon Sep 17 00:00:00 2001 From: shivamcandela Date: Thu, 15 Jul 2021 12:52:39 +0530 Subject: [PATCH] rvr test argument fix local_path to local_lf_report_dir Signed-off-by: shivamcandela --- py-scripts/lf_rvr_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/lf_rvr_test.py b/py-scripts/lf_rvr_test.py index 12d2f1f8..ad7f13c3 100755 --- a/py-scripts/lf_rvr_test.py +++ b/py-scripts/lf_rvr_test.py @@ -212,7 +212,7 @@ class RvrTest(cvtest): self.create_and_run_test(self.load_old_cfg, self.test_name, self.instance_name, self.config_name, self.sets, self.pull_report, self.lf_host, self.lf_user, self.lf_password, - cv_cmds, ssh_port=self.ssh_port, local_path=self.local_path, + cv_cmds, ssh_port=self.ssh_port, local_lf_report_dir=self.local_path, graph_groups_file=self.graph_groups) self.rm_text_blob(self.config_name, blob_test) # To delete old config with same name