parent
91a64883d0
commit
575a093a8e
|
@ -53,9 +53,9 @@ public class AgentMessengerImpl implements AgentMessenger {
|
||||||
try {
|
try {
|
||||||
Map<String, String> parms = new HashMap<String, String>(1);
|
Map<String, String> parms = new HashMap<String, String>(1);
|
||||||
parms.put("briefCycleInMillis", String.valueOf(3000));
|
parms.put("briefCycleInMillis", String.valueOf(3000));
|
||||||
httpResponse = this.getHttpRequester().sendGet(
|
httpResponse = this.getHttpRequester().sendPost(
|
||||||
buildBaseUrl(agent) + "/test/bookTest/" + requireLoad,
|
buildBaseUrl(agent) + "/test/bookTest/" + requireLoad,
|
||||||
null, null);
|
parms, null);
|
||||||
System.out.println(buildBaseUrl(agent) + "/test/bookTest/"
|
System.out.println(buildBaseUrl(agent) + "/test/bookTest/"
|
||||||
+ requireLoad);
|
+ requireLoad);
|
||||||
return MarshalHelper.unmarshal(RunScenarioResultModel.class,
|
return MarshalHelper.unmarshal(RunScenarioResultModel.class,
|
||||||
|
|
Loading…
Reference in New Issue