Skip to content

Commit e7f0862

Browse files
committed
tech : add support from Load runner plugin, which have different builder name, will effect creating report send to Octane
1 parent 15f5812 commit e7f0862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/microfocus/application/automation/tools/octane/tests/detection/MFToolsDetectionExtension.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class MFToolsDetectionExtension extends ResultFieldsDetectionExtension {
5252

5353
private static Logger logger = SDKBasedLoggerProvider.getLogger(MFToolsDetectionExtension.class);
5454
private static final String STORMRUNNER_LOAD_TEST_RUNNER_CLASS = "StormTestRunner";
55+
private static final String STORMRUNNER_TEST_RUN_TEST_RUNNER_CLASS = "TestRunBuilder";
5556
private static final String PERFORMANCE_CENTER_TEST_RUNNER_CLASS = "PcBuilder";
5657
private static final String RUN_FROM_FILE_BUILDER = "RunFromFileBuilder";
5758
private static final String RUN_FROM_ALM_BUILDER = "RunFromAlmBuilder";
@@ -72,6 +73,7 @@ public class MFToolsDetectionExtension extends ResultFieldsDetectionExtension {
7273

7374
static {
7475
builder2RunnerType.put(STORMRUNNER_LOAD_TEST_RUNNER_CLASS, HPRunnerType.StormRunnerLoad);
76+
builder2RunnerType.put(STORMRUNNER_TEST_RUN_TEST_RUNNER_CLASS, HPRunnerType.StormRunnerLoad);
7577
builder2RunnerType.put(RUN_FROM_FILE_BUILDER, HPRunnerType.UFT);
7678
builder2RunnerType.put(RUN_FROM_ALM_BUILDER, HPRunnerType.UFT);
7779
builder2RunnerType.put(PERFORMANCE_CENTER_TEST_RUNNER_CLASS, HPRunnerType.PerformanceCenter);

0 commit comments

Comments
 (0)