Re: Building a test tool

2009-06-06 Thread Alan DeKok
Vinit Karandikar wrote: > Aha ! Where can I find information on this API for what you correctly > described as "very custom" development that I'm looking to do ? $ emacs src/include/libradius.h See also the various other programs included with the server for examples of how the API is used.

Re: Building a test tool

2009-06-05 Thread Vinit Karandikar
Thanks for the prompt responses, Alan. I have a one follow up question before I head off and start poking through code, doxygen and writing some code. Vinit Karandikar wrote: So if I could run 10 copies of radclient in one process (each in a different thread for example), I can write code

Re: Building a test tool

2009-06-04 Thread Alan DeKok
Vinit Karandikar wrote: >> So... run 10 copies of radclient. >> > That requires a separate manual setup for each of 50 test cases which is > bound to be error prone. Which gets into the issue of defining your requirements. This message defines your requirements a bit better than "how do I

Re: Building a test tool

2009-06-04 Thread Vinit Karandikar
-- Message: 4 Date: Tue, 02 Jun 2009 00:48:56 +0200 From: Alan DeKok Subject: Re: Building a test tool To: FreeRadius users mailing list Message-ID: <4a245ad8.4050...@deployingradius.com> Content-Type: text/plain; charset=ISO-8859-1 Vinit Kara

Re: Building a test tool

2009-06-01 Thread Alan DeKok
Vinit Karandikar wrote: > Not sure how radclient will help, Tim. > Based on my limited exposure, I get the impression that I can use > radclient to simulate 1 network element (like the PDSN). > I'm trying to simulate 10 different ones simultaneously. So... run 10 copies of radclient. > As menti

RE: Building a test tool

2009-06-01 Thread Vinit Karandikar
PDSN, the Pre-Paid Server and hosts of other network elements (possibly 10 such like the Foreign AAA, the Carrier Exchange and so on...) Am I underestimating what the radclient can do ? Message: 2 Date: Mon, 1 Jun 2009 11:34:19 -0700 From: "Tim Sylvester" Subject: RE: Building

RE: Building a test tool

2009-06-01 Thread Tim Sylvester
-users- > bounces+tim.sylvester=networkradius@lists.freeradius.org > [mailto:freeradius-users- > bounces+tim.sylvester=networkradius@lists.freeradius.org] On Behalf > Of Vinit Karandikar > Sent: Monday, June 01, 2009 11:25 AM > To: freeradius-users@lists.freeradius.org &g

Building a test tool

2009-06-01 Thread Vinit Karandikar
Hello folks, I'm new to Free Radius and would like to use it to build a test tool for testing a AAA server. I'd like the test tool to simulate (say) 10 network elements that talk to a AAA server - using threads on different ports that are controlled by the main thread. Some of these will in