refactor(hftest): update iris options
Dropping deprecated FVP arguments for Iris interface.
The FVP documentation suggests we should use "--iris-connect"
instead of the legacy options to use the Iris Server.
Change-Id: I54ff6225ba944372836a1de32bc4b173e807c720
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/test/hftest/hftest.py b/test/hftest/hftest.py
index 7d3f80c..d57c8ae 100755
--- a/test/hftest/hftest.py
+++ b/test/hftest/hftest.py
@@ -416,7 +416,8 @@
if debug:
fvp_args += [
- "-I", "-p"
+ "--iris-connect", "tcpserver,allowRemote",
+ "-p",
]
if self.cov_plugin is not None: