google-nomulus/java/google/registry/loadtest
Corey Goldfeder 366c5a344d Change the LoadTestAction to use /_dr/epptool
The load tests used to directly build EPP, but that becomes
problematic for an upcoming CL that refactors a lot of the
EPP flow code. Instead, use the existing tool endpoint
(conveniently, LoadTestAction is already in the tools module).
This required changing the EppToolServlet to get its
xml from a param rather than from the request payload,
since task queues won't allow both a payload and request
params on the same task.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=124351878
2016-06-14 16:29:22 -04:00
..
templates mv com/google/domain/registry google/registry 2016-05-13 18:55:08 -04:00
BUILD Change the LoadTestAction to use /_dr/epptool 2016-06-14 16:29:22 -04:00
LoadTestAction.java Change the LoadTestAction to use /_dr/epptool 2016-06-14 16:29:22 -04:00
LoadTestModule.java Rename Java packages to use the .google TLD 2016-05-13 20:04:42 -04:00