~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to unit_tests/test_neutron_api_context.py

  • Committer: Corey Bryant
  • Date: 2015-11-02 21:02:16 UTC
  • mfrom: (153.1.1 trunk)
  • Revision ID: corey.bryant@canonical.com-20151102210216-mdizl6yivfetepjl
[james-pages,r=corey.bryant] Add tox support for lint and unit tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
    @patch('__builtin__.__import__')
218
218
    @patch('__builtin__.open')
219
219
    def test_context_peers(self, _open, _import, _log, _rids, _runits, _rget,
220
 
                           _uget, _lunit, _config,  _get_address_in_network,
 
220
                           _uget, _lunit, _config, _get_address_in_network,
221
221
                           _get_netmask_for_address):
222
222
        unit_addresses = {
223
223
            'neutron-api-0': '10.10.10.10',