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

Commit cff7dc9

Browse files
committed
fix test_tag and add comment
1 parent 7cf83da commit cff7dc9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test-apps/happy/test-templates/WeaveWdmNextOptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
"""
44
Defines all test parameter options for WeaveWdmNext automation.
5+
Client and Server options map to MockWdmNode CLI options.
56
"""
67

78
# Test Options

src/test-apps/happy/tests/service/wdmNext/weave_wdm_next_test_service_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def __process_result(self, nodeA, nodeB, success, all_data):
357357
}
358358

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

362362
self.__output_test_result(output_file_name, output_data)
363363

0 commit comments

Comments
 (0)