Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fa782f5
)
fix(core): typo
33/41133/1
author
pmikus
<
[email protected]
>
Tue, 25 Jun 2024 10:02:40 +0000
(12:02 +0200)
committer
Peter Mikus
<
[email protected]
>
Tue, 25 Jun 2024 10:05:19 +0000
(10:05 +0000)
Signed-off-by: Peter Mikus <
[email protected]
>
Change-Id: I8ae87a8ee350cfe601a9deab2f115b75d26bd02a
(cherry picked from commit
bfe6c8ff04840e40052d0ed9324e4fb856f6d73d
)
resources/libraries/python/DUTSetup.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/DUTSetup.py
b/resources/libraries/python/DUTSetup.py
index
b92bf1d
..
64f3b43
100644
(file)
--- a/
resources/libraries/python/DUTSetup.py
+++ b/
resources/libraries/python/DUTSetup.py
@@
-323,7
+323,7
@@
class DUTSetup:
# sriov is not supported and we want 0 VFs
# no need to do anything
return
- if numvfs > 0
AND
skip_check:
+ if numvfs > 0
and
skip_check:
# we may be in VM
return