DRDE/json/OTEC.json

107 lines
2.7 KiB
JSON
Raw Normal View History

2014-01-29 18:10:26 +00:00
{
2014-02-04 19:58:44 +00:00
"_comment" : "This script demonstrates the PRODinOTE JSON EPP scripting mechanism",
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"testSuites": "Outer block of a set of inputs to mdJSON.cpp to be run by ausRegTK::registryXOTE()",
2014-02-04 19:58:44 +00:00
"testSuites": "First 6 chars of 'casexx' name backend logic bound in AC_OTE.h",
"name" : "bestever.camera",
"name" : "yoda.guru",
"name" : "unicycles.bike",
"name" : "test-validate.claimsgasix",
"parseonly" : "Set this in outer suite object for JSON parse only.",
"dryrun" : "If set in a test case disables transactions, use to test in production.",
2014-01-29 18:10:26 +00:00
2014-01-31 23:38:13 +00:00
"testSuiteAC" : {
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"Registry" : "mod_epp",
"AccountA" : "greg1-ote",
"AccountB" : "greg2-ote",
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"Case00" : "Create a contact",
"case00" : {
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"dryrun" : true,
"cont_id": "renjuan3",
2014-01-29 18:10:26 +00:00
"cont_pw": "Ab9dW@rd",
"cont_email": "juan@acm.org",
2014-02-04 19:58:44 +00:00
"cont_name": "Ren Ren-Juan",
"cont_city": "Niagara Falls",
2014-01-29 23:57:01 +00:00
"cont_street1": "2926 2nd Street",
2014-02-04 19:58:44 +00:00
"cont_province": "NY",
"cont_postal_code": "14305",
"cont_guo": "US",
"cont_org": "American Kybernetik"
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"Case01" : "Conventional / Standard/ Unextended Check",
2014-01-31 23:38:13 +00:00
"case01" : {
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"cont_id" : "renjuan",
2014-01-29 18:10:26 +00:00
"name" : "bestever.camera"
2014-02-04 19:58:44 +00:00
2014-01-29 23:57:01 +00:00
},
2014-02-04 19:58:44 +00:00
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"Case02" : "Check with Claims Extension",
2014-01-31 23:38:13 +00:00
"case02" : {
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"dryrun" : true,
"cont_id" : "renjuan",
2014-01-29 18:10:26 +00:00
"name" : "unicycles.bike"
2014-02-04 19:58:44 +00:00
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"Case03" : "Conventional Standard Unextended Create",
"case03" : {
"cont_id" : "renjuan",
"name" : "mushroomtheory.management"
},
"Case04" : "DPML Create",
2014-01-31 23:38:13 +00:00
"case04" : {
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"dryrun" : true,
"cont_id" : "renjuan",
"launch_phase" : "custom",
"name" : "face.dpml.zone",
"smd_data" : "boitedetest.smd"
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
},
2014-02-04 19:58:44 +00:00
"Case05" : "Create with TCN Override",
2014-01-31 23:38:13 +00:00
"case05" : {
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
"dryrun" : true,
"launch_phase" : "sunrise",
"cont_id" : "renjuan",
"name" : "test-validate.claimsgasix",
"noticeID" : "d85159710000000000000008692",
"notAfter" : "2015-01-01T12:00:00Z",
"acceptedDate" : "2014-01-27T19:00:00Z"
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
},
"Case06" : "Transfer between secondary name provider accounts",
"case06" : {
"dryrun" : true,
"isGainer" : false,
"name" : "bestever.camera"
}
2014-01-29 18:10:26 +00:00
2014-02-04 19:58:44 +00:00
} ,
"name" : "nortonkramden.ventures",
"name" : "pricey.holdings",
"name" : "greedy.ventures",
"name" : "shady.ventures",
"name" : "hemmarhoid.camera",
"name" : "pricey.holdings",
"name" : "atmospheric.lighting"
2014-01-31 23:38:13 +00:00
}