Skip to content

Commit 6363985

Browse files
rodnymolinalguohan
authored andcommitted
[vstest]: Potential fix for timing issue in warm_reboot's routing UT (sonic-net#788)
1 parent 6d5424d commit 6363985

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_warm_reboot.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -967,16 +967,15 @@ def enable_warmrestart(dvs, db, app_name):
967967
#
968968
################################################################################
969969

970-
# TODO: Please fix this test case. Here temporarily skip to unblock other pull requests
971-
@pytest.mark.skip(reason="Suspected unstable test code")
970+
972971
def test_routing_WarmRestart(dvs, testlog):
973972

974973
appl_db = swsscommon.DBConnector(swsscommon.APPL_DB, dvs.redis_sock, 0)
975974
conf_db = swsscommon.DBConnector(swsscommon.CONFIG_DB, dvs.redis_sock, 0)
976975
state_db = swsscommon.DBConnector(swsscommon.STATE_DB, dvs.redis_sock, 0)
977976

978977
# Restart-timer to utilize during the following testcases
979-
restart_timer = 10
978+
restart_timer = 15
980979

981980

982981
#############################################################################

0 commit comments

Comments
 (0)