aboutsummaryrefslogtreecommitdiff
path: root/doc/testbed.rst
blob: 0158904afc4c5543ffca1d62aee85228faa1db1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Testbed plugins
-------------------------

Rumba provides a generic Testbed class that specific implementations
can derive from. All testbeds have to re-implement the functions
provided by the base class.

.. autoclass:: rumba.model.Testbed

Specific implementations of the Testbed class:

.. toctree::
    docker
    emulab
    jfed
    local
    qemu