Vijay,

Here are some comments about the test cases.

Thanks,
-Ning

Test case 1:

Should the following URIs

"uri": "http://alto.ietf.org/costmap/numerical/routingcost";
"uri": "http://alto.ietf.org/costmap/ordinal/routingcost";
"uri": "http://alto.ietf.org/endpoints/cost";
"uri": "http://alto.ietf.org/endpoints/property";

be changed to:

"uri": "http://alto.ietf.org/costmap/num/routingcost";
"uri": "http://alto.ietf.org/costmap/ord/routingcost";
"uri": "http://alto.ietf.org/endpointcost/lookup";
"uri": "http://alto.ietf.org/endpointprop/lookup";

Test case 12:

POST /endpointprops/lookup HTTP/1.1

needs to be changed to:

POST /endpointprop/lookup HTTP/1.1

Test case 16:

The extra "," needs to be removed in the response:

   {
      "meta" : {},
      "data" : {
         "map-vtag" : "1266506155",
         "map" : {
            "mypid2" : {
               "ipv4" : [ "192.168.0.0/16" ]
            },
         }
      }
   }

Test case 17:

One "," is messing after the first "]" in the request:
   {
     "cost-mode" : "numerical",
     "cost-type" : "routingcost",
     "pids" : {
       "srcs" : [ "mypid1", "mypid3" ]
       "dsts" : [ "mypid2", "peeringpid1", "transitpid2" ]
     }
   }

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Vijay 
K. Gurbani
Sent: Monday, July 18, 2011 2:15 PM
To: alto
Subject: [alto] ALTO Interop document updated (v0.9)

Folks: Manish <[email protected]> contributed test cases
7, 8, 9, and 18 (thanks, Manish).

With this contribution, the ALTO test document is almost
complete, except for one more test case --- Test Case 19.

The current test case document (version 0.9) is attached.
Please take a look at the newly added test cases (7, 8, 9, and
18) and make sure these look reasonable.

Thanks,

- vijay
-- 
Vijay K. Gurbani, Bell Laboratories, Alcatel-Lucent
1960 Lucent Lane, Rm. 9C-533, Naperville, Illinois 60566 (USA)
Email: vkg@{bell-labs.com,acm.org} / [email protected]
Web:   http://ect.bell-labs.com/who/vkg/
_______________________________________________
alto mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/alto

Reply via email to