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

« back to all changes in this revision

Viewing changes to quantum/tests/unit/ryu/test_ryu_plugin.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:
56
56
 
57
57
class TestRyuNetworksV2(test_plugin.TestNetworksV2, RyuPluginV2TestCase):
58
58
    pass
59
 
 
60
 
 
61
 
class TestRyuSubnetsV2(test_plugin.TestSubnetsV2, RyuPluginV2TestCase):
62
 
    pass