summaryrefslogtreecommitdiff
path: root/tests
diff options
authorJorge Niedbalski <jorge.niedbalski@canonical.com>2014-12-09 14:55:30 -0300
committerJorge Niedbalski <jorge.niedbalski@canonical.com>2014-12-09 14:55:30 -0300
commit244d67831ec3ea3eba71eb1a7351b4f6ed1e1443 (patch)
tree6d50bd299143395354262720f01c91d2a812107a /tests
parentee01e60d235598bfb48f46254c5d7a86e223d37d (diff)
[make lint] OK
Diffstat (limited to 'tests')
-rwxr-xr-xtests/01_deploy_test.py3
-rwxr-xr-xtests/02_relate_ceilometer_test.py1
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/01_deploy_test.py b/tests/01_deploy_test.py
index c9e4042..fa31656 100755
--- a/tests/01_deploy_test.py
+++ b/tests/01_deploy_test.py
@@ -74,7 +74,8 @@ def validate_running_services():
output = sentry_dict[service].run('service mongodb status')
service_active = str(output).find('mongodb start/running')
if service_active == -1:
- message = "Failed to find running MongoDB on host {}".format(service)
+ message = "Failed to find running MongoDB on host {}".format(
+ service)
amulet.raise_status(amulet.SKIP, msg=message)
diff --git a/tests/02_relate_ceilometer_test.py b/tests/02_relate_ceilometer_test.py
index 41b0d26..b5ff2e5 100755
--- a/tests/02_relate_ceilometer_test.py
+++ b/tests/02_relate_ceilometer_test.py
@@ -2,6 +2,7 @@
import amulet
+
class TestDeploy(object):
def __init__(self, time=2500):