Skip to content

Commit

Permalink
Merge pull request #893 from code4Y/comment_for_fakedriver_method
Browse files Browse the repository at this point in the history
Comment updated for Fakedriver method - for issue #888
  • Loading branch information
skdwriting authored Apr 28, 2022
2 parents f5a82ab + 69a1c31 commit 20fdb79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions delfin/drivers/fake_storage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,17 +422,17 @@ def list_shares(self, ctx):
return share_list

def add_trap_config(self, context, trap_config):
pass
pass # Fakedriver do not require to add trap config

def remove_trap_config(self, context, trap_config):
pass
pass # Fakedriver do not require to remove trap config

@staticmethod
def parse_alert(context, alert):
pass
pass # Fakedriver do not require to parse alert

def clear_alert(self, context, alert):
pass
pass # Fakedriver do not require to clear alert

def list_alerts(self, context, query_para=None):
alert_list = [{
Expand Down

0 comments on commit 20fdb79

Please sign in to comment.