aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Raising exceptions, authentication through getpassMarco Capitani2017-04-061-10/+17
| |
| * Parallelization and splitting of the scriptMarco Capitani2017-04-051-77/+189
| |
* | Merge branch 'master-marco' into 'master' vmaffione2017-04-042-4/+166
|\| | | | | | | | | qemu testbed See merge request !17
| * qemu testbed done & workingMarco Capitani2017-04-041-40/+75
| |
| * qemu testbed first draftMarco Capitani2017-03-302-1/+128
|/
* Merge branch 'master-pylint' into 'master' vmaffione2017-03-289-73/+72
|\ | | | | | | | | Fix pylint warnings and errors See merge request !16
| * Fix pylint warnings and errorsSander Vrijders2017-03-289-73/+72
|/ | | | This fixes several warnings and errors as reported by pylint.
* Merge branch 'vincenzo' into 'master' Sander Vrijders2017-03-282-6/+8
|\ | | | | | | | | testbeds: hide per-ipcp testbed-specific data See merge request !15
| * testbeds: hide per-ipcp testbed-specific dataVincenzo Maffione2017-03-282-6/+8
|/
* Merge branch 'master-testbeds-interface' into 'master' vmaffione2017-03-285-155/+88
|\ | | | | | | | | testbeds: Port to new API See merge request !14
| * testbeds: Port to new APISander Vrijders2017-03-285-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 Vrijders2017-03-241-2/+20
|\ | | | | | | | | model: add per-IPCP self-enrolled information See merge request !13
| * model: add per-IPCP self-enrolled informationVincenzo Maffione2017-03-241-2/+20
| | | | | | | | This boolean field is true if the IPCP auto-enrolls in its DIF.
* | Merge branch 'vincenzo' into 'master' Sander Vrijders2017-03-241-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 orderingVincenzo Maffione2017-03-241-25/+21
| |
* | Merge branch 'vincenzo' into 'master' Sander Vrijders2017-03-215-18/+423
|\ \ | | | | | | | | | | | | Import various graph algorithms from the demonstrator See merge request !11
| * | examples: fix qemu testbed constructionVincenzo Maffione2017-03-201-3/+1
| |/
| * model: add IPCP subclasses and DIF.get_ipcp_class()Vincenzo Maffione2017-03-191-3/+24
| |
| * README: add sketch of the high level designVincenzo Maffione2017-03-192-0/+32
| |
| * model: add missing __repr__ methodsVincenzo Maffione2017-03-191-0/+10
| |
| * testbeds: placeholder for QEMU testbedVincenzo Maffione2017-03-194-6/+39
| |
| * 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
| |
| * examples: add two layers example (from demonstrator)Vincenzo Maffione2017-03-181-0/+52
|/
* Merge branch 'master-list' into 'master' vmaffione2017-03-074-37/+53
|\ | | | | | | | | model: Change default list parameter See merge request !10
| * model, prototypes: Change default list parameterSander Vrijders2017-03-064-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.
* Merge branch 'master-ns' into 'master' vmaffione2017-02-137-26/+27
|\ | | | | | | | | testbeds, prototypes: Omit dir name from class name See merge request !9
| * testbeds, prototypes: Omit dir name from class nameSander Vrijders2017-02-137-26/+27
|/ | | | | The directory name was always prepended to the class name, but since they are in distinct namespaces this could be easily removed.
* Merge branch 'master-emulab' into 'master' vmaffione2017-02-131-3/+3
|\ | | | | | | | | emulab: Fix complete experiment graph See merge request !8
| * emulab: Fix complete experiment graphSander Vrijders2017-02-131-3/+3
|/ | | | During a previous refactor emulab support got broken, this fixes it.
* Merge branch 'master-sander' into 'master' vmaffione2017-02-0917-69/+90
|\ | | | | | | | | rumba time See merge request !7
| * rumba: Rename package to rumbaSander Vrijders2017-02-0913-46/+50
| | | | | | | | | | This renames the package to rumba, since rhumba was already taken on the PyPi.
| * rhumba: Create Python packageSander Vrijders2017-02-0917-54/+71
|/ | | | This transforms the repository into a real Python package.
* Merge branch 'master-vincenzo' into 'master' Sander Vrijders2017-02-077-411/+439
|\ | | | | | | | | Master vincenzo See merge request !6
| * move faketestbed to its own fileVincenzo Maffione2017-02-073-10/+37
| |
| * fix indentation problemVincenzo Maffione2017-02-071-3/+3
| |
| * move jFedTestbed in its own classVincenzo Maffione2017-02-074-153/+153
| |
| * move EmulabTestbed to its own fileVincenzo Maffione2017-02-073-245/+246
| |
* | Merge branch 'master-vincenzo' into 'master' Sander Vrijders2017-02-076-80/+183
|\| | | | | | | | | Master vincenzo See merge request !5