@@ -21,11 +21,11 @@ def my_setup():
21
21
'logFile' : 'zserver.log' }
22
22
23
23
attr1 = {'port' : 4242 , 'prometheus' : 9250 , 'rawCounters' : True , 'protocol' : 'http' , 'enabled' : True ,
24
- 'username' : 'scale_admin' , 'server' : 'localhost' ,
25
- 'serverPort' : 9980 , 'retryDelay' : 60 , 'apiKeyName' : 'scale_grafana' ,
26
- 'apiKeyValue' : 'c0a910e4-094a-46d8-b04d-c2f73a43fd17' , 'caCertPath' : False ,
27
- 'includeDiskData' : False , 'logPath' : '/var/log/ibm_bridge_for_grafana' , 'logLevel' : 10 ,
28
- 'logFile' : 'zserver.log' }
24
+ 'username' : 'scale_admin' , 'server' : 'localhost' ,
25
+ 'serverPort' : 9980 , 'retryDelay' : 60 , 'apiKeyName' : 'scale_grafana' ,
26
+ 'apiKeyValue' : 'c0a910e4-094a-46d8-b04d-c2f73a43fd17' , 'caCertPath' : False ,
27
+ 'includeDiskData' : False , 'logPath' : '/var/log/ibm_bridge_for_grafana' , 'logLevel' : 10 ,
28
+ 'logFile' : 'zserver.log' }
29
29
30
30
attr1 ['password' ] = pwFile
31
31
@@ -113,6 +113,7 @@ def test_case02():
113
113
assert len (resp ) > 0
114
114
assert "password_file" in resp
115
115
116
+
116
117
@with_setup (my_setup )
117
118
def test_case03 ():
118
119
with mock .patch ('source.metadata.MetadataHandler._MetadataHandler__initializeTables' ) as md_init :
0 commit comments