File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -731,6 +731,10 @@ def test_swss_neighbor_syncup(dvs, testlog):
731
731
# check restore Count
732
732
swss_app_check_RestoreCount_single (state_db , restore_count , "neighsyncd" )
733
733
734
+ # post-cleanup
735
+ dvs .runcmd ("ip -s neigh flush all" )
736
+ dvs .runcmd ("ip -6 -s neigh flush all" )
737
+
734
738
intf_tbl ._del ("{}|24.0.0.1/24" .format (intfs [0 ]))
735
739
intf_tbl ._del ("{}|28.0.0.9/24" .format (intfs [1 ]))
736
740
intf_tbl ._del ("{}|2400::1/64" .format (intfs [0 ]))
@@ -741,8 +745,6 @@ def test_swss_neighbor_syncup(dvs, testlog):
741
745
# TODO: The condition of warm restart readiness check is still under discussion.
742
746
def test_OrchagentWarmRestartReadyCheck (dvs , testlog ):
743
747
744
- # do a pre-cleanup
745
- dvs .runcmd ("ip -s -s neigh flush all" )
746
748
time .sleep (1 )
747
749
748
750
dvs .runcmd ("config warm_restart enable swss" )
You can’t perform that action at this time.
0 commit comments