From 5d5e61be2f1fc090b6e193694189eccf25ab11cc Mon Sep 17 00:00:00 2001 From: anjali Date: Wed, 21 Jul 2021 19:10:38 +0530 Subject: [PATCH] changed local path name --- py-scripts/lf_rx_sensitivity_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-scripts/lf_rx_sensitivity_test.py b/py-scripts/lf_rx_sensitivity_test.py index 7ca8e212..9ca8ff84 100644 --- a/py-scripts/lf_rx_sensitivity_test.py +++ b/py-scripts/lf_rx_sensitivity_test.py @@ -216,7 +216,7 @@ class RxSensitivityTest(cv_test): 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