From 20083f2e3d4fcd603ecba522e08e445b932cca5f Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Fri, 13 Dec 2019 11:48:56 +0100 Subject: FIX: eth interfaces need numa_node information in topology file Change-Id: I9a3c6947da8ab5033e29b39833c97bcdafdc3ca9 Signed-off-by: Jan Gelety --- resources/libraries/python/DUTSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/DUTSetup.py') diff --git a/resources/libraries/python/DUTSetup.py b/resources/libraries/python/DUTSetup.py index 00b553f833..d0da4645d2 100644 --- a/resources/libraries/python/DUTSetup.py +++ b/resources/libraries/python/DUTSetup.py @@ -295,7 +295,7 @@ class DUTSetup: :type pf_pci_addr: str :type vf_id: int :returns: Virtual Function PCI address. - :rtype: int + :rtype: str :raises RuntimeError: If failed to get Virtual Function PCI address. """ command = f"sh -c \"basename $(readlink " \ -- cgit 1.2.3-korg