1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 23:47:49 +00:00

Add a "loadtest" command to nomulus tool

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=151034721
This commit is contained in:
mmuller
2017-03-23 11:56:35 -07:00
committed by Ben McIlwain
parent 59ce636bb2
commit 5ffb424682
6 changed files with 268 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ public final class RegistryTool {
.put("list_reserved_lists", ListReservedListsCommand.class)
.put("list_tlds", ListTldsCommand.class)
.put("load_snapshot", LoadSnapshotCommand.class)
.put("load_test", LoadTestCommand.class)
.put("login", LoginCommand.class)
.put("logout", LogoutCommand.class)
.put("make_billing_tables", MakeBillingTablesCommand.class)