diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-12-13 11:48:56 +0100 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-12-13 13:29:15 +0100 |
commit | 20083f2e3d4fcd603ecba522e08e445b932cca5f (patch) | |
tree | 37d26e09745cd054ce18563c88accebe02603d8b /resources/libraries/python/DUTSetup.py | |
parent | 89197627ca8b43be87dde1d124f7b656ee4523ac (diff) |
FIX: eth interfaces need numa_node information in topology file
Change-Id: I9a3c6947da8ab5033e29b39833c97bcdafdc3ca9
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/python/DUTSetup.py')
-rw-r--r-- | resources/libraries/python/DUTSetup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 " \ |