projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f63ed5
)
Coverity(phase2)-CWE 561: Dead Code
40/14340/3
author
Adurti
<adurti.v@tataelxsi.co.in>
Fri, 29 Mar 2024 05:41:07 +0000
(
05:41
+0000)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Thu, 6 Feb 2025 14:34:17 +0000
(15:34 +0100)
Added fix for CWE 561: Dead Code(Structurally dead code)
Change-Id: Idbb0401c5f8e2573931be81f56dcf8eacaba6613
Signed-off-by: Adurti <adurti.v@tataelxsi.co.in>
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
attic/run_test.py
patch
|
blob
|
history
diff --git
a/attic/run_test.py
b/attic/run_test.py
index
b7768ba
..
0d967ff
100755
(executable)
--- a/
attic/run_test.py
+++ b/
attic/run_test.py
@@
-561,10
+561,10
@@
class TestRest:
wait -= 5
sleep(5)
else:
+ self.failed_tests += 1
raise TestException(
"Topic is not deleted after {} seconds".format(timeout_delete)
)
- self.failed_tests += 1
def wait_operation_ready(self, ns_nsi, opp_id, timeout, expected_fail=False):
"""