Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
fix test_tag and add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
allenshihgoog committed Nov 6, 2019
1 parent 4af608e commit ea7b7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/test-apps/happy/test-templates/WeaveWdmNextOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

"""
Defines all test parameter options for WeaveWdmNext automation.
Client and Server options map to MockWdmNode CLI options.
"""

# Test Options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def __process_result(self, nodeA, nodeB, success, all_data):
}

output_file_name = self.weave_wdm.process_log_prefix + data['client'] + \
self.options[wwno.TEST][wwno.TEST_TAG][20:].upper() + TESTRAIL_SUFFIX
self.options[wwno.TEST][wwno.TEST_TAG][1:].upper() + TESTRAIL_SUFFIX

self.__output_test_result(output_file_name, output_data)

Expand Down

0 comments on commit ea7b7bc

Please sign in to comment.