Skip to content

Commit

Permalink
Move test_ovs_multicast_local to non flaky.
Browse files Browse the repository at this point in the history
Was fixed under https://bugs.launchpad.net/juniperopenstack/+bug/1456050

Change-Id: Ia24a275306cc7589717acc72b56a7443785fbd7d
Closes-bug: 1466718
  • Loading branch information
manishsing committed Jun 19, 2015
1 parent 01168f6 commit 6f8b52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vnsw/agent/ovs_tor_agent/ovsdb_client/test/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ flaky_agent_suite = []
test_ovs_route = AgentEnv.MakeTestCmd(env, 'test_ovs_route', flaky_agent_suite)
test_ovs_route = AgentEnv.MakeTestCmd(env, 'test_ovs_base', agent_suite)
test_ovs_route = AgentEnv.MakeTestCmd(env, 'test_ovs_logical_switch', agent_suite)
AgentEnv.MakeTestCmd(env, 'test_ovs_multicast_local', flaky_agent_suite)
AgentEnv.MakeTestCmd(env, 'test_ovs_multicast_local', agent_suite)
AgentEnv.MakeTestCmd(env, 'test_ovs_unicast_remote', agent_suite)
AgentEnv.MakeTestCmd(env, 'test_ovs_unicast_local', agent_suite)
AgentEnv.MakeTestCmd(env, 'test_ovs_vlan_port', agent_suite)
Expand Down

0 comments on commit 6f8b52d

Please sign in to comment.