define setup_networking_deprecated() method to create supporting

resources for tests that use deprecated methods
This commit is contained in:
captainkerk 2017-12-29 03:00:53 +00:00
commit 144611ff99
4 changed files with 26 additions and 16 deletions

View file

@ -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',