Skip to content

testnode: propagate test_node_title to runTestSuite

Jérome Perrin requested to merge fix/testnode_node_title into master

runTestSuite accept a --test_node_title argument, which is used in createTestResult API call, so that task distributor can keep track of which node executed which task, but since it was not passed, we did not know which test node executed which test result line.

Edited by Jérome Perrin

Merge request reports