Skip to content

Commit

Permalink
[VS test]: Revert back to INFO level log for fpmsyncd
Browse files Browse the repository at this point in the history
Signed-off-by: Jipan Yang <[email protected]>
  • Loading branch information
jipanyang committed Jul 27, 2019
1 parent d7c8c67 commit a1e6a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_warm_reboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1077,7 +1077,7 @@ def test_routing_WarmRestart(dvs, testlog):
time.sleep(5)

# Enabling some extra logging for troubleshooting purposes
dvs.runcmd("swssloglevel -l DEBUG -c fpmsyncd")
dvs.runcmd("swssloglevel -l INFO -c fpmsyncd")

# Subscribe to pubsub channels for routing-state associated to swss and sairedis dbs
pubsubAppDB = dvs.SubscribeAppDbObject("ROUTE_TABLE")
Expand Down Expand Up @@ -1660,7 +1660,7 @@ def test_routing_WarmRestart(dvs, testlog):
dvs.start_zebra()

#
# Verify FSM: eoiu works
# Verify FSM: eoiu works as expected
#
swss_app_check_warmstart_state(state_db, "bgp", "restored")
# Set BGP_STATE_TABLE|Ipv4|eoiu BGP_STATE_TABLE|IPv6|eoiu
Expand Down

0 comments on commit a1e6a9d

Please sign in to comment.