add stubs for future tests that need to be written
This commit is contained in:
@@ -4,8 +4,7 @@
|
|||||||
# All Rights Reserved.
|
# All Rights Reserved.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# 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
|
# not use this file except in compliance with the License. You may obtain # a copy of the License at
|
||||||
# a copy of the License at
|
|
||||||
#
|
#
|
||||||
# http://www.apache.org/licenses/LICENSE-2.0
|
# 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,
|
args = [None, 'foo', cidr, None, 10, 256, 'fd00::/48', None, None,
|
||||||
None]
|
None]
|
||||||
self.assertTrue(manager.create_networks(*args))
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user