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

Commit 7cf83da

Browse files
committed
fix service test tag name
1 parent e87537c commit 7cf83da

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,16 +213,13 @@ def __run_wdm_test_between(self, nodeA, nodeB, wdm_next_args):
213213
(bool, list): Whether test executed without parser/leak errors and
214214
test results/logs
215215
"""
216-
print "Running test!"
217216
# Update default options with test parameters
218217
for category, test_param_args in wdm_next_args.items():
219218
self.options[category].update(test_param_args)
220219

221220
self.options[wwno.TEST][wwno.CLIENT] = [nodeA + str(index + 1).zfill(2)
222221
for index in range(self.device_numbers)]
223222
self.options[wwno.TEST][wwno.SERVER] = nodeB
224-
self.options[wwno.TEST][wwno.TEST_TAG] = self.options[wwno.TEST][
225-
wwno.TEST_TAG][19:].upper()
226223
self.options[wwno.CLIENT][wwno.ENABLE_DICTIONARY_TEST] = False
227224

228225
self.weave_wdm = WeaveWdmNext.WeaveWdmNext(self.options)
@@ -243,7 +240,6 @@ def __process_result(self, nodeA, nodeB, success, all_data):
243240
success (bool): Whether test executed successfully without parser/leak errors.
244241
all_data (list): Results from weave wdm test including node logs.
245242
"""
246-
print "Processing results!"
247243
success = True
248244
client_event_dic = None
249245
client_stress_event_dic = None

src/test-apps/happy/tests/service/wdmNext/weave_wdm_next_test_service_params.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@
16801680
"wdm_option": "mutual_subscribe"
16811681
}
16821682
},
1683-
"test_weave_wdm_next_service_update_faults2": {
1683+
"test_weave_wdm_next_service_update_faults": {
16841684
"client_options": {
16851685
"clear_state_between_iterations": false,
16861686
"enable_flip": 1,
@@ -1700,8 +1700,8 @@
17001700
"test_case_name": [
17011701
"WDM Update sequence for fault-injection"
17021702
],
1703-
"test_tag": "_SERVICE_UPDATE_FAULTS2",
1703+
"test_tag": "_SERVICE_UPDATE_FAULTS",
17041704
"wdm_option": "mutual_subscribe"
17051705
}
17061706
}
1707-
}
1707+
}

0 commit comments

Comments
 (0)