From a5831c43df11d772e4da50c08d1efb1539488362 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Mon, 20 Sep 2021 11:57:06 -0300 Subject: [PATCH] Remove pointless tracing. --- zaza/openstack/charm_tests/cinder_netapp/tests.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/zaza/openstack/charm_tests/cinder_netapp/tests.py b/zaza/openstack/charm_tests/cinder_netapp/tests.py index 11bfe01..41456ba 100644 --- a/zaza/openstack/charm_tests/cinder_netapp/tests.py +++ b/zaza/openstack/charm_tests/cinder_netapp/tests.py @@ -16,7 +16,6 @@ """Encapsulate cinder-netapp testing.""" -import logging import uuid import zaza.model @@ -38,7 +37,6 @@ class CinderNetAppTest(test_utils.OpenStackBaseTest): def test_cinder_config(self): """Test that configuration options match our expectations.""" - logging.info('cinder-netapp') expected_contents = { 'cinder-netapp': { 'netapp_storage_family': ['ontap_cluster'],