define setup_networking_deprecated() method to create supporting
resources for tests that use deprecated methods
This commit is contained in:
parent
fe1293ee5b
commit
144611ff99
4 changed files with 26 additions and 16 deletions
|
|
@ -7,11 +7,11 @@ import sure # noqa
|
|||
|
||||
from moto import mock_autoscaling_deprecated
|
||||
|
||||
from utils import setup_networking
|
||||
from utils import setup_networking_deprecated
|
||||
|
||||
|
||||
def setup_autoscale_group():
|
||||
mocked_networking = setup_networking()
|
||||
mocked_networking = setup_networking_deprecated()
|
||||
conn = boto.connect_autoscale()
|
||||
config = LaunchConfiguration(
|
||||
name='tester',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue