aboutsummaryrefslogtreecommitdiff
path: root/rumba/model.py
Commit message (Expand)AuthorAgeFilesLines
* Realign with master (MR 29-30)Marco Capitani2017-04-141-1/+1
|\
| * model: avoid printing policies in __repr__Vincenzo Maffione2017-04-131-1/+1
* | QEMU: ifname compilation and vm port activationMarco Capitani2017-04-141-132/+31
|\|
| * Rumba tester v2: all-in-one testing toolMarco Capitani2017-04-121-99/+0
* | Merge branch 'master' into master-marcoMarco Capitani2017-04-121-5/+12
|\|
| * ssh_support: Pass SSHConfig instead of only hostnameSander Vrijders2017-04-111-4/+10
* | Resolving node_id issue and general cleanupMarco Capitani2017-04-111-10/+21
* | Testing method fixMarco Capitani2017-04-111-6/+4
* | IRATI config file generationMarco Capitani2017-04-111-5/+6
|/
* Forced teardown. Ignores errors and makes sure that everything is pulled down.Marco Capitani2017-04-101-8/+9
* rumba: simplify cooperation between prototype and testbed pluginsVincenzo Maffione2017-04-071-7/+19
* Changed method name to 'from_config_file'Marco Capitani2017-04-061-1/+1
* method for making an experiment from a .conf file with demo syntaxMarco Capitani2017-04-061-0/+100
* Fix pylint warnings and errorsSander Vrijders2017-03-281-21/+19
* testbeds: Port to new APISander Vrijders2017-03-281-76/+17
* model: add per-IPCP self-enrolled informationVincenzo Maffione2017-03-241-2/+20
* model: store the enrollments as a global list to preserve global orderingVincenzo Maffione2017-03-241-25/+21
* model: add IPCP subclasses and DIF.get_ipcp_class()Vincenzo Maffione2017-03-191-3/+24
* model: add missing __repr__ methodsVincenzo Maffione2017-03-191-0/+10
* testbeds: placeholder for QEMU testbedVincenzo Maffione2017-03-191-1/+1
* model: call Experiment.generate() in Experiment constructorVincenzo Maffione2017-03-191-0/+5
* model: compute_ipcps(): compute enrollmentsVincenzo Maffione2017-03-191-6/+16
* model: Node.ipcps list generated in topological orderVincenzo Maffione2017-03-191-1/+5
* model: compute_ipcps(): compute registrationsVincenzo Maffione2017-03-191-1/+9
* model: compute_ipcps(): create IPCP instancesVincenzo Maffione2017-03-191-1/+9
* model: add Node._validate() to check for consistencyVincenzo Maffione2017-03-191-8/+36
* model: add IPCP classVincenzo Maffione2017-03-191-3/+34
* model: more compact debug print for DIF graphsVincenzo Maffione2017-03-191-2/+3
* class DIF and Node: add necessary methods for use in dict() and set()Vincenzo Maffione2017-03-191-0/+18
* mode: compute per-DIF enrollmentsVincenzo Maffione2017-03-191-10/+86
* model: compute DIF topological orderingVincenzo Maffione2017-03-181-0/+63
* rumba: avoid dict.items to ease portability across Python versionsVincenzo Maffione2017-03-181-4/+7
* model: fix __repr__ to correctly handle multiple registration entriesVincenzo Maffione2017-03-181-12/+16
* model, prototypes: Change default list parameterSander Vrijders2017-03-061-34/+50
* rumba: Rename package to rumbaSander Vrijders2017-02-091-0/+255