Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
Signed-off-by: Longxiang Lyu <[email protected]>
  • Loading branch information
lolyu committed Jul 10, 2023
1 parent 268edf8 commit ba1927d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/test_mux.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,15 +333,6 @@ def create_and_test_soc(self, appdb, asicdb, dvs, dvs_route):
)
self.check_tunnel_route_in_app_db(dvs, [self.SERV1_SOC_IPV4+self.IPV4_MASK], expected=False)

marker = dvs.add_log_marker()

self.set_mux_state(appdb, "Ethernet0", "active")
self.set_mux_state(appdb, "Ethernet0", "active")
self.check_syslog(dvs, marker, "Maintaining current MUX state", 1)

self.set_mux_state(appdb, "Ethernet0", "init")
self.check_syslog(dvs, marker, "State transition from active to init is not-handled", 1)

def create_and_test_fdb(self, appdb, asicdb, dvs, dvs_route):

self.set_mux_state(appdb, "Ethernet0", "active")
Expand Down

0 comments on commit ba1927d

Please sign in to comment.