neutron-fwaas/neutron/tests/unit/openvswitch
Roman Podolyaka c5bdd78f81 Fix ovs-vsctl call in add_tunnel_port()
When a new GRE tunnel is created OVS agent calls ovs-vsctl
incorrectly. Command:

    sudo ovs-vsctl --timeout=2 --may-exist add-port br-tun gre-1

is produced instead of correct one:

   sudo ovs-vsctl --timeout=2 -- --may-exist add-port br-tun gre-1

Fixes bug 1227675

Change-Id: I010961658a37028e41621c4a529b5a14e7587c7f
2013-09-19 17:49:37 +03:00
..
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_agent_scheduler.py Adds support for L3 routing/NAT as a service plugin 2013-09-11 12:12:10 +02:00
test_openvswitch_plugin.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_db.py Use assertEqual instead of assertEquals 2013-08-29 13:46:04 +08:00
test_ovs_defaults.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
test_ovs_lib.py Fix ovs-vsctl call in add_tunnel_port() 2013-09-19 17:49:37 +03:00
test_ovs_neutron_agent.py OVS agent implementation of l2-population 2013-09-12 01:13:32 +02:00
test_ovs_rpcapi.py Add gre tunneling support for the ML2 plugin 2013-07-16 15:59:25 +02:00
test_ovs_security_group.py Implement Allowed Address Pairs 2013-09-05 03:53:59 -07:00
test_ovs_tunnel.py OVS agent implementation of l2-population 2013-09-12 01:13:32 +02:00