X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FDUTSetup.py;h=66ae2294a3ded96999ea4087eeb00d19d17f9f29;hb=947057d7310cd1602119258c6b82fbb25fe1b79d;hp=9fc525cab7874eab9c67be3b451401a86500a379;hpb=9aaade66aee4d1f1ca57aca272128db201a6f6cc;p=csit.git diff --git a/resources/libraries/python/DUTSetup.py b/resources/libraries/python/DUTSetup.py index 9fc525cab7..66ae2294a3 100644 --- a/resources/libraries/python/DUTSetup.py +++ b/resources/libraries/python/DUTSetup.py @@ -306,11 +306,11 @@ class DUTSetup: :param node: DUT node. :param pf_pci_addr: Physical Function PCI device address. - :param type: Either device or driver. + :param path: Either device or driver. :param numvfs: Number of VFs to initialize, 0 - removes the VFs. :type node: dict :type pf_pci_addr: str - :type type: str + :type path: str :type numvfs: int :raises RuntimeError: Failed to create VFs on PCI. """