DRDE/json/OTEC.json

95 lines
2.3 KiB
JSON
Raw Normal View History

2014-01-29 18:10:26 +00:00
{
2014-01-29 23:57:01 +00:00
"_comment" : "mdJSON.cpp will try to bind data and run if it recognizes the leading field name.",
"_comment" : "I'm using convention of inserting a hyphen to disable a test case.",
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()",
"testSuites": "Repeat case name casexx as needed, to run needs logic bound in RegistryXOTE.h",
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"testSuite00" : {
2014-01-29 18:10:26 +00:00
"Registry" : "Donuts",
"AccountA" : "secura1-ote",
"AccountB" : "secura2-ote2",
2014-01-29 23:57:01 +00:00
"case00" : "Create a contact",
2014-01-29 18:10:26 +00:00
"case-00" : {
"cont_id": "renjuan",
"cont_pw": "Ab9dW@rd",
"cont_email": "juan@acm.org",
"cont-name": "Ren Ren-Juan",
"cont-city": "Niagara Falls",
2014-01-29 23:57:01 +00:00
"cont_street1": "2926 2nd Street",
"cont-province": "NY",
2014-01-29 18:10:26 +00:00
"cont-postal-code": "14305",
"cont-guo": "US",
"cont-org": "American Kybernetik"
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"case01" : "Conventional / Standard/ Unextended Check",
2014-01-29 18:10:26 +00:00
"case-01" : {
"name" : "bestever.camera"
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"case02" : "Check with Claims Extension",
2014-01-29 18:10:26 +00:00
"case-02" : {
"name" : "unicycles.bike"
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"case03" : "Conventional / Standard / Unextended Create",
2014-01-29 18:10:26 +00:00
"case-03" : {
"name" : "greedy.ventures"
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"case04" : "DPML Create",
2014-01-29 18:10:26 +00:00
"case-04" : {
2014-01-29 23:57:01 +00:00
"name" : "face.dpml.zone",
2014-01-29 18:10:26 +00:00
"smd-data" : "./smd/face-test.smd"
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"case00" : "Create another contact",
2014-01-29 18:10:26 +00:00
"case-00" : {
"cont_id": "renjuan2",
"cont_pw": "Ab9dW@rd",
"cont_email": "juan@acm.org",
"cont-name": "Ren Ren-Juan",
"cont-city": "Niagara Falls",
2014-01-29 23:57:01 +00:00
"cont_street1": "2926 2nd Street",
"cont-province": "NY",
2014-01-29 18:10:26 +00:00
"cont-postal-code": "14305",
"cont-guo": "US",
"cont-org": "American Kybernetik"
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"case04" : "DPML Create",
2014-01-29 18:10:26 +00:00
"case-04" : {
2014-01-29 23:57:01 +00:00
"name" : "secura.dpml.zone",
2014-01-29 18:10:26 +00:00
"smd-data" : "./smd/secura-test.smd"
2014-01-29 23:57:01 +00:00
},
2014-01-29 18:10:26 +00:00
2014-01-29 23:57:01 +00:00
"case05" : "Create with TCN Override",
2014-01-29 18:10:26 +00:00
"case-05" : {
2014-01-29 23:57:01 +00:00
"name" : "greedy.ventures",
"noticeID" : "",
"notBefore" : "",
2014-01-29 18:10:26 +00:00
"acceptedDate" : ""
}
}
}