Skip to content

Commit

Permalink
Merge "Move test_ovs_multicast_local to non flaky." into R2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jun 19, 2015
2 parents 3f766c6 + 6f8b52d commit a25e85f
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
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 a25e85f

Please sign in to comment.