aboutsummaryrefslogtreecommitdiff
path: root/doc/workflow.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/workflow.rst')
-rw-r--r--doc/workflow.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/workflow.rst b/doc/workflow.rst
index d0e56a7..1c35b91 100644
--- a/doc/workflow.rst
+++ b/doc/workflow.rst
@@ -2,14 +2,14 @@ Workflow
************************
1. Define the network graph, creating instances of model.Node and
- model.DIF classes. Experiments can import rumba.model to obtain all
+ model.Layer classes. Experiments can import rumba.model to obtain all
Rumba classes needed to run an experiment.
-2. Create an instance of a specific model.Testbed class (QEMU, Docker,
+2. Create an instance of a specific model.Testbed class (Docker,
Local, Emulab or jFed).
3. Create an instance of the selected prototype.Experiment class
- (Ouroboros, rlite, IRATI), passing the testbed instance and a list
+ (Ouroboros), passing the testbed instance and a list
of Node instances.
* At the end of the base Experiment constructor, the