Skip to content

Commit ec70656

Browse files
author
Farhan Nomani
committed
Added commented file persona client
1 parent b0b9487 commit ec70656

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/HPE3ParClient_base.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ def setUp(self, withSSH=False, withFilePersona=False):
126126
pass
127127

128128
time.sleep(1)
129-
self.cl = client.HPE3ParClient(self.flask_url)
129+
if self.withFilePersona:
130+
pass
131+
#self.cl = file_client.HPE3ParFilePersonaClient(self.flask_url)
132+
else:
133+
self.cl = client.HPE3ParClient(self.flask_url)
130134

131135
if self.withSSH:
132136

0 commit comments

Comments
 (0)