~ubuntu-branches/ubuntu/quantal/quantum/quantal-proposed

« back to all changes in this revision

Viewing changes to quantum/tests/unit/metaplugin/test_metaplugin.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-26 15:14:31 UTC
  • mfrom: (2.1.14)
  • Revision ID: package-import@ubuntu.com-20120926151431-7fm7pjmrikct0iey
Tags: 2012.2~rc3-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
        self.plugin.delete_network(self.context, network_ret3['id'])
228
228
 
229
229
    def test_create_delete_subnet(self):
 
230
        # for this test we need to enable overlapping ips
 
231
        cfg.CONF.set_default('allow_overlapping_ips', True)
230
232
        network1 = self._fake_network('fake1')
231
233
        network_ret1 = self.plugin.create_network(self.context, network1)
232
234
        network2 = self._fake_network('fake2')