enabled ec2 cloud tests

This commit is contained in:
Ch3LL 2016-12-08 12:39:42 -07:00
parent 7596313be0
commit be74c45463

View file

@ -14,7 +14,6 @@ import integration
from salt.config import cloud_providers_config
# Import Salt Testing Libs
from salttesting import skipIf
from salttesting.helpers import ensure_in_syspath, expensiveTest
ensure_in_syspath('../../../')
@ -37,7 +36,6 @@ INSTANCE_NAME = __random_name()
PROVIDER_NAME = 'ec2'
@skipIf(True, 'Skipping until we can figure out why the testrunner bails.')
class EC2Test(integration.ShellCase):
'''
Integration tests for the EC2 cloud provider in Salt-Cloud