Skip to content

Commit 11572b8

Browse files
committed
fail on more case
1 parent 9b1aac3 commit 11572b8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/common/plugins/sanity_check/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ def sanity_check(localhost, duthosts, request, fanouthosts, nbrhosts, tbinfo):
240240
logger.info("num is: {}".format(num))
241241

242242
logger.info("request.node.name is: {}".format(request.node.name))
243-
if "test_bgp_fact" in request.node.name and num < 5:
243+
# if "test_bgp_fact" in request.node.name and num < 5:
244+
# failed_results = [1]
245+
if num < 5:
244246
failed_results = [1]
245247
if failed_results:
246248
if not allow_recover:

0 commit comments

Comments
 (0)