Skip to content

Commit

Permalink
Merge pull request avocado-framework-tests#1496 from shirishaganta/fi…
Browse files Browse the repository at this point in the history
…x_ras_servicelog

servicelog.py: servicelog_notify verification we are getting failures
  • Loading branch information
PraveenPenguin authored Dec 12, 2019
2 parents 8de6d18 + 92094f2 commit 2431b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ras/servicelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_servicelog_notify(self):
ids = self.run_cmd_out("servicelog_notify --list --command=%s | "
"grep \"Servicelog ID:\" | cut -d\":\" -f2 | sed 's/^ *//'" %
notify_script)
ids = ids.split()
self.log.info("=====6 - Checking if servicelog_notify --list, "
"lists the command just added =======")
for id in ids:
Expand Down

0 comments on commit 2431b00

Please sign in to comment.