From 03055da2d0a9ed4fcd037e66931eb70c1716da08 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 13 Apr 2015 19:15:54 +0000 Subject: [PATCH] Turn DEBUG on by default for amulet tests --- tests/basic_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index a88f3413..29021808 100755 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -18,7 +18,7 @@ from charmhelpers.contrib.openstack.amulet.utils import ( # noqa ) # Use DEBUG to turn on debug logging -u = OpenStackAmuletUtils(ERROR) +u = OpenStackAmuletUtils(DEBUG) class CinderBasicDeployment(OpenStackAmuletDeployment):