Skip to content

Commit

Permalink
[vstest]: Potential fix for timing issue in warm_reboot's routing UT (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rodnymolina authored and lguohan committed Feb 9, 2019
1 parent 6d5424d commit 6363985
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_warm_reboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -967,16 +967,15 @@ def enable_warmrestart(dvs, db, app_name):
#
################################################################################

# TODO: Please fix this test case. Here temporarily skip to unblock other pull requests
@pytest.mark.skip(reason="Suspected unstable test code")

def test_routing_WarmRestart(dvs, testlog):

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

# Restart-timer to utilize during the following testcases
restart_timer = 10
restart_timer = 15


#############################################################################
Expand Down

0 comments on commit 6363985

Please sign in to comment.