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:
9f2ac99
)
Coverity(phase2)-CWE 561: Dead Code
81/14281/6
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, 30 Jan 2025 10:58:10 +0000
(11:58 +0100)
Added fix for CWE 561: Dead Code(Structurally dead code)
Change-Id: Idbb0401c5f8e2573931be81f56dcf8eacaba6613
Signed-off-by: Adurti <adurti.v@tataelxsi.co.in>
attic/run_test.py
patch
|
blob
|
history
diff --git
a/attic/run_test.py
b/attic/run_test.py
index
2c247c5
..
e5c6c9d
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):
"""