Skip to content

Commit

Permalink
iDEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagesh committed Jun 4, 2024
1 parent 653b21c commit 6840dc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/sut_orchestrator/azure/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -3157,7 +3157,7 @@ def create_file_share(
storage_account_name = self._storage_account_name

fs_url_dict: Dict[str, str] = {}

print("Platform credential", platform.credential)
check_or_create_storage_account(
credential=platform.credential,
subscription_id=platform.subscription_id,
Expand Down
2 changes: 2 additions & 0 deletions microsoft/testsuites/core/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,8 @@ def verify_cifs_basic(self, node: Node, environment: Environment) -> None:
file=str(test_file_path), sudo=True, force_run=True
)
assert file_content_after_mount == initial_file_content
except Exception as e:
print(e)

finally:
azure_file_share.delete_azure_fileshare([fileshare_name])
Expand Down

0 comments on commit 6840dc8

Please sign in to comment.