From 244d67831ec3ea3eba71eb1a7351b4f6ed1e1443 Mon Sep 17 00:00:00 2001 From: Jorge Niedbalski Date: Tue, 9 Dec 2014 14:55:30 -0300 Subject: [make lint] OK --- tests/01_deploy_test.py | 3 ++- tests/02_relate_ceilometer_test.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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): -- cgit v1.2.3