X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=inline;f=resources%2Flibraries%2Fpython%2FQATUtil.py;h=09f6692aefae232b47a732984531e33f4a932e16;hb=38c04b2566c3ecf2109611628783dd1c8a1be99a;hp=be8cc9561e40066a7ec7114afc167a5b4c3e41bf;hpb=0202f7d927dbaf40235e0f6d573f69e66a6427b2;p=csit.git diff --git a/resources/libraries/python/QATUtil.py b/resources/libraries/python/QATUtil.py index be8cc9561e..09f6692aef 100644 --- a/resources/libraries/python/QATUtil.py +++ b/resources/libraries/python/QATUtil.py @@ -61,7 +61,7 @@ class QATUtil: # Initialize QAT VFs. if int(device["numvfs"]) > 0: DUTSetup.set_sriov_numvfs( - node, device["pci_address"], type="drivers/4xxx", + node, device["pci_address"], path="drivers/4xxx", numvfs=device["numvfs"] )