Alexander Maretskiy 4c77a8748d Add Neutron benchmarks scenario for creating and listing routers
In this patch:
    * scenario NeutronNetworks.create_and_list_routers is added,
      which does the following:
        - creates networks, subnets, routers according to scenario file
        - adds routers interfaces to created subnets
        - lists routers
    * refactoring in NeutronNetworks class for PEP257
      and methods arguments
    * a piece of rafactoring in ResourceCleaner tests
    * classmethod NeutronScenario._generate_subnet_cidr is re-implemented
      for using netaddr.IPNetwork class
    * base implementation for class fakes.FakeNeutronClient
    * some improvements and refactoring for fakes

blueprint benchmark-scenarios-for-neutron

Change-Id: I6dbbe9e476cdf0f1fd4c7f1387e830b5a46e2aa6
2014-06-17 19:09:03 +03:00
..
2014-04-23 20:45:52 +03:00
2014-05-28 15:11:47 +03:00
2014-02-07 10:01:33 +08:00
2014-01-23 22:14:01 +01:00
2014-03-31 11:17:08 +00:00
2014-04-28 13:43:25 +03:00