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

« back to all changes in this revision

Viewing changes to unit_tests/test_neutron_api_context.py

  • Committer: Liam Young
  • Date: 2014-06-20 10:02:09 UTC
  • Revision ID: liam.young@canonical.com-20140620100209-ibeiy1g9kt5ayimn
Added openstack upgrade, unit tests and lint fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        ids_ctxt = context.IdentityServiceContext()
47
47
        self.assertEquals(ids_ctxt(), None)
48
48
 
 
49
 
49
50
class NeutronAPIContextsTest(CharmTestCase):
50
51
 
51
52
    def setUp(self):