Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master-marco' into 'master' | vmaffione | 2017-04-10 | 2 | -28/+33 |
|\ | | | | | | | | | Forced teardown. See merge request !21 | ||||
| * | Forced teardown. Ignores errors and makes sure that everything is pulled down. | Marco Capitani | 2017-04-10 | 2 | -28/+33 |
|/ | |||||
* | Merge branch 'vincenzo' into 'master' | vmaffione | 2017-04-08 | 11 | -73/+86 |
|\ | | | | | | | | | rumba: simplify cooperation between prototype and testbed plugins See merge request !20 | ||||
| * | testbeds: qemu: use % for formatting strings | Vincenzo Maffione | 2017-04-08 | 1 | -8/+8 |
| | | |||||
| * | testsbeds: qemu: qemu logs directory defaults to pwd | Vincenzo Maffione | 2017-04-08 | 1 | -3/+3 |
| | | |||||
| * | testbeds: qemu: modify constructor arguments | Vincenzo Maffione | 2017-04-08 | 4 | -12/+19 |
| | | | | | | | | vm_img_folder --> bzimage, initramfs | ||||
| * | testbeds: qemu: port to python3, use explicit module names | Vincenzo Maffione | 2017-04-08 | 1 | -28/+27 |
| | | |||||
| * | rumba: simplify cooperation between prototype and testbed plugins | Vincenzo Maffione | 2017-04-07 | 9 | -24/+31 |
|/ | |||||
* | update AUTHORS | Vincenzo Maffione | 2017-04-07 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master-conf' into 'master' | vmaffione | 2017-04-07 | 1 | -0/+100 |
|\ | | | | | | | | | Method parsing .conf files See merge request !19 | ||||
| * | Changed method name to 'from_config_file' | Marco Capitani | 2017-04-06 | 1 | -1/+1 |
| | | |||||
| * | method for making an experiment from a .conf file with demo syntax | Marco Capitani | 2017-04-06 | 1 | -0/+100 |
| | | |||||
* | | Merge branch 'master-marco' into 'master' | vmaffione | 2017-04-06 | 1 | -76/+195 |
|\ \ | |/ |/| | | | | | Parallelization and splitting of the script See merge request !18 | ||||
| * | Raising exceptions, authentication through getpass | Marco Capitani | 2017-04-06 | 1 | -10/+17 |
| | | |||||
| * | Parallelization and splitting of the script | Marco Capitani | 2017-04-05 | 1 | -77/+189 |
| | | |||||
* | | Merge branch 'master-marco' into 'master' | vmaffione | 2017-04-04 | 2 | -4/+166 |
|\| | | | | | | | | | qemu testbed See merge request !17 | ||||
| * | qemu testbed done & working | Marco Capitani | 2017-04-04 | 1 | -40/+75 |
| | | |||||
| * | qemu testbed first draft | Marco Capitani | 2017-03-30 | 2 | -1/+128 |
|/ | |||||
* | Merge branch 'master-pylint' into 'master' | vmaffione | 2017-03-28 | 9 | -73/+72 |
|\ | | | | | | | | | Fix pylint warnings and errors See merge request !16 | ||||
| * | Fix pylint warnings and errors | Sander Vrijders | 2017-03-28 | 9 | -73/+72 |
|/ | | | | This fixes several warnings and errors as reported by pylint. | ||||
* | Merge branch 'vincenzo' into 'master' | Sander Vrijders | 2017-03-28 | 2 | -6/+8 |
|\ | | | | | | | | | testbeds: hide per-ipcp testbed-specific data See merge request !15 | ||||
| * | testbeds: hide per-ipcp testbed-specific data | Vincenzo Maffione | 2017-03-28 | 2 | -6/+8 |
|/ | |||||
* | Merge branch 'master-testbeds-interface' into 'master' | vmaffione | 2017-03-28 | 5 | -155/+88 |
|\ | | | | | | | | | testbeds: Port to new API See merge request !14 | ||||
| * | testbeds: Port to new API | Sander Vrijders | 2017-03-28 | 5 | -155/+88 |
|/ | | | | | | The new API passes the Experiment instance to the testbeds, so that the configs for the testbeds can be generated starting from the IPCPs. The classes Link, Interface, P2PLink have been deprecated. | ||||
* | Merge branch 'vincenzo' into 'master' | Sander Vrijders | 2017-03-24 | 1 | -2/+20 |
|\ | | | | | | | | | model: add per-IPCP self-enrolled information See merge request !13 | ||||
| * | model: add per-IPCP self-enrolled information | Vincenzo Maffione | 2017-03-24 | 1 | -2/+20 |
| | | | | | | | | This boolean field is true if the IPCP auto-enrolls in its DIF. | ||||
* | | Merge branch 'vincenzo' into 'master' | Sander Vrijders | 2017-03-24 | 1 | -25/+21 |
|\| | | | | | | | | | model: store the enrollments as a global list to preserve global ordering See merge request !12 | ||||
| * | model: store the enrollments as a global list to preserve global ordering | Vincenzo Maffione | 2017-03-24 | 1 | -25/+21 |
| | | |||||
* | | Merge branch 'vincenzo' into 'master' | Sander Vrijders | 2017-03-21 | 5 | -18/+423 |
|\ \ | | | | | | | | | | | | | Import various graph algorithms from the demonstrator See merge request !11 | ||||
| * | | examples: fix qemu testbed construction | Vincenzo Maffione | 2017-03-20 | 1 | -3/+1 |
| |/ | |||||
| * | model: add IPCP subclasses and DIF.get_ipcp_class() | Vincenzo Maffione | 2017-03-19 | 1 | -3/+24 |
| | | |||||
| * | README: add sketch of the high level design | Vincenzo Maffione | 2017-03-19 | 2 | -0/+32 |
| | | |||||
| * | model: add missing __repr__ methods | Vincenzo Maffione | 2017-03-19 | 1 | -0/+10 |
| | | |||||
| * | testbeds: placeholder for QEMU testbed | Vincenzo Maffione | 2017-03-19 | 4 | -6/+39 |
| | | |||||
| * | model: call Experiment.generate() in Experiment constructor | Vincenzo Maffione | 2017-03-19 | 1 | -0/+5 |
| | | |||||
| * | model: compute_ipcps(): compute enrollments | Vincenzo Maffione | 2017-03-19 | 1 | -6/+16 |
| | | |||||
| * | model: Node.ipcps list generated in topological order | Vincenzo Maffione | 2017-03-19 | 1 | -1/+5 |
| | | |||||
| * | model: compute_ipcps(): compute registrations | Vincenzo Maffione | 2017-03-19 | 1 | -1/+9 |
| | | |||||
| * | model: compute_ipcps(): create IPCP instances | Vincenzo Maffione | 2017-03-19 | 1 | -1/+9 |
| | | |||||
| * | model: add Node._validate() to check for consistency | Vincenzo Maffione | 2017-03-19 | 1 | -8/+36 |
| | | |||||
| * | model: add IPCP class | Vincenzo Maffione | 2017-03-19 | 1 | -3/+34 |
| | | |||||
| * | model: more compact debug print for DIF graphs | Vincenzo Maffione | 2017-03-19 | 1 | -2/+3 |
| | | |||||
| * | class DIF and Node: add necessary methods for use in dict() and set() | Vincenzo Maffione | 2017-03-19 | 1 | -0/+18 |
| | | |||||
| * | mode: compute per-DIF enrollments | Vincenzo Maffione | 2017-03-19 | 1 | -10/+86 |
| | | |||||
| * | model: compute DIF topological ordering | Vincenzo Maffione | 2017-03-18 | 1 | -0/+63 |
| | | |||||
| * | rumba: avoid dict.items to ease portability across Python versions | Vincenzo Maffione | 2017-03-18 | 1 | -4/+7 |
| | | |||||
| * | model: fix __repr__ to correctly handle multiple registration entries | Vincenzo Maffione | 2017-03-18 | 1 | -12/+16 |
| | | |||||
| * | examples: add two layers example (from demonstrator) | Vincenzo Maffione | 2017-03-18 | 1 | -0/+52 |
|/ | |||||
* | Merge branch 'master-list' into 'master' | vmaffione | 2017-03-07 | 4 | -37/+53 |
|\ | | | | | | | | | model: Change default list parameter See merge request !10 | ||||
| * | model, prototypes: Change default list parameter | Sander Vrijders | 2017-03-06 | 4 | -37/+53 |
|/ | | | | | | This fixes a bug where the same list was used in every instantiation of a class. Apparently you have to pass 'None' as parameter and check for that instead of passing the default constructor of the list. |