~ubuntu-branches/ubuntu/trusty/neutron/trusty-security

« back to all changes in this revision

Viewing changes to neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, James Page, Chuck Short
  • Date: 2014-04-09 08:51:40 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20140409085140-4amipmh308opyizx
Tags: 1:2014.1~rc2-0ubuntu1
[ James Page ]
* d/neutron-plugin-oneconvergence-agent.upstart: Rename upstart
  configuration to match package name (LP: #1301957).
* d/neutron-vpn-agent.install: Install missing vpnaas.filters for
  rootwrap (LP: #1303876).

[ Chuck Short ]
* New upstream release candidate (LP: #1288245).

Show diffs side-by-side

added added

removed removed

Lines of Context:
700
700
                self.agent.daemon_loop()
701
701
        mock_get_pm.assert_called_with(True, 'sudo',
702
702
                                       constants.DEFAULT_OVSDBMON_RESPAWN)
703
 
        mock_loop.called_once()
 
703
        mock_loop.assert_called_once_with(polling_manager=mock.ANY)
704
704
 
705
705
    def test_setup_tunnel_port_error_negative(self):
706
706
        with contextlib.nested(