[erlang-questions] distributed common test

Peter Andersson pekadan@REDACTED
Tue Aug 30 16:22:06 CEST 2011


Actually, the word "dynamically" is somewhat misleading. What it means
is that you can add nodes not defined in the test specification (and
remove nodes defined in the specification) at the time you *start the
test run*. See ct_master:run/3. There is no support for adding or
removing nodes when tests are already running.

  /Peter

Ericsson AB, Erlang/OTP

2011/8/29 Joel Reymont <joelr1@REDACTED>:
>
> On Aug 29, 2011, at 6:00 PM, Ulf Wiger wrote:
>
>> Perhaps this presentation can be of some help:
>>
>> http://www.erlang-factory.com/upload/presentations/204/EUC2009-CommonTestPresentation.pdf
>
> This is just the ticket. Thank you Uffe!
>
> One question… Page 34 (Using Common Test for Large Scale Testing ) mentions that test nodes can be added and removed dynamically.
>
> How is this done?
>
> ct_master API does not seem to include the ability to add nodes.
>
>        Thanks, Joel
>
> --------------------------------------------------------------------------
> - for hire: mac osx device driver ninja, kernel extensions and usb drivers
> ---------------------+------------+---------------------------------------
> http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
> ---------------------+------------+---------------------------------------
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list