diff options
author | Vincenzo Maffione <v.maffione@gmail.com> | 2017-04-07 19:40:12 +0200 |
---|---|---|
committer | Vincenzo Maffione <v.maffione@gmail.com> | 2017-04-07 19:40:12 +0200 |
commit | f1630941a0c47fdd025219340e5383cbaefcd85e (patch) | |
tree | 03da2fdb96d881e80905eb0557b24974c4e0e7fa /README | |
parent | 2666310aa2a25e5d66b669bde337711e7d22c904 (diff) | |
download | rumba-f1630941a0c47fdd025219340e5383cbaefcd85e.tar.gz rumba-f1630941a0c47fdd025219340e5383cbaefcd85e.zip |
rumba: simplify cooperation between prototype and testbed plugins
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -16,15 +16,13 @@ Workflow, both external and internal: used by the plugins (4) user calls run() on the prototype.Experiment instance: - - First, run() calls Experiment.swap_in(), which - in turns calls Testbed.create_experiment(), passing the - nodes and links (?) - TODO: fix this interface: what should swap_in(), and - so create_experiment() return exactly? Current interface - seems broken + - First, run() calls Testbed.swap_in(), passing the + Experiment, and filling in the missing information - Second, run() calls a prototype-specific setup function, to create the required IPCPs, perform registrations, enrollments, etc. - Third, perform tests (TODO) + + - Fourth, run() calls Testbed.swap_out() |