add stubs for future tests that need to be written

This commit is contained in:
Jason Koelker
2011-09-14 12:54:08 -05:00
parent 295382eaad
commit 4abab66462

View File

@@ -4,8 +4,7 @@
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
# not use this file except in compliance with the License. You may obtain # a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@@ -661,3 +660,12 @@ class CommonNetworkTestCase(test.TestCase):
args = [None, 'foo', cidr, None, 10, 256, 'fd00::/48', None, None,
None]
self.assertTrue(manager.create_networks(*args))
def get_instance_ids_by_ip_regex(self):
pass
def get_instance_ids_by_ipv6_regex(self):
pass
def get_instance_ids_by_ip(self):
pass