X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FCpuUtils.py;h=70177f5d9ae1beee8321a9be3c56242800f6e9c5;hb=1f6797ed6b662130f55d7629453c5010ed94162a;hp=f261f9421e2f6e7c8634c7bf900d449f749c8068;hpb=44dcb3113c8ade2e44543746abca861a89362c9b;p=csit.git diff --git a/resources/libraries/python/CpuUtils.py b/resources/libraries/python/CpuUtils.py index f261f9421e..70177f5d9a 100644 --- a/resources/libraries/python/CpuUtils.py +++ b/resources/libraries/python/CpuUtils.py @@ -445,4 +445,4 @@ class CpuUtils: return CpuUtils.cpu_slice_of_list_per_node( node, cpu_node=cpu_node, skip_cnt=skip_cnt, cpu_cnt=cpu_cnt, - smt_used=smt_used) + smt_used=False)