refactored due to issue with logwrap decorator

Change-Id: I400fa86a774d40ac3885bd32638b494be298d395
This commit is contained in:
Volodymyr Rozhanskyy 2016-10-07 15:40:58 +03:00
parent 745d82a438
commit dfbc151738
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@ from helpers import os_manila_actions
from proboscis import asserts
@logwrap
class TestPluginCheck(object):
"""Test suite for GCS plugin check."""
@ -43,6 +43,7 @@ class TestPluginCheck(object):
self.manila_conn = os_manila_actions.ManilaActions(
ip, SERVTEST_USERNAME, SERVTEST_PASSWORD, SERVTEST_TENANT)
@logwrap
def verify_share_mount(self, ssh_client, test_share):
# create mounting point
mounting_point = '/mnt/share1'
@ -66,6 +67,7 @@ class TestPluginCheck(object):
"R/W access for {0} verified".format(test_share.export_location))
logger.info('#' * 10 + "Network share mounted and work as expected")
@logwrap
def verify_manila_functionality(self):
"""This method do basic functionality check :