diff --git a/src/tests/ftest/rebuild/continues_after_stop.py b/src/tests/ftest/rebuild/continues_after_stop.py index 6f29b41e8bf..bd0b6d6107a 100644 --- a/src/tests/ftest/rebuild/continues_after_stop.py +++ b/src/tests/ftest/rebuild/continues_after_stop.py @@ -28,7 +28,7 @@ def run_ior_basic(self, namespace, pool, container): """ ior_cmd = IorCommand(namespace=namespace) ior_cmd.get_params(self) - ior_cmd.set_daos_params(self.server_group, pool, container.identifier) + ior_cmd.set_daos_params(pool, container.identifier) testfile = os.path.join(os.sep, "test_file_1") ior_cmd.test_file.update(testfile) manager = get_job_manager(test=self, job=ior_cmd, subprocess=self.subprocess)