On Wed, Mar 12, 2025 at 11:40 PM Patrick Robb wrote:
>
> +def set_vfs(self):
> +"""Create virtual functions for the port."""
> +self.node.main_session.create_vfs(self)
> +addr_list = self.node.main_session.get_pci_addr_of_vfs(self)
> +for addr in addr_list:
> +
This patch adds an additional test run config option for
selecting physical functions or virtual functions for the
testrun. If virtual function is selected, it adds a workflow
for creating the virtual functions during test run setup.
Bugzilla ID: 1500
Signed-off-by: Jeremy Spewock
Signed-off-by:
2 matches
Mail list logo