(future abstract about what DSEF is)
- Clone this repository to a desired location within a Jupyter notebook server:
git clone [email protected]:DSEF/dsef-python.git
- Define python enumerations for desired experiment modes
- Fill in Emulab information (this might work with other Testbeds, but it has only been tested with Emulab)
- Define experiment related variables
- Hosts is a file with the names of all the servers used in the experiment. This is a yaml cell.
- Now it is the harder part :p
- In the initialization cell, write a script that takes the set of experiment parameters and turns this into a list of experiments
- Fill in the
run.py
script with the required steps
- Write better documentation
- Remove Janus specific stuff