Conducting experiments in federated, distributed, and heterogeneous testbeds is a challenging task for researchers. Researchers have to take care of the whole experiment life cycle, ensure the reproducibility of each run, and the comparability of the results. We present GPLMT, a flexible and lightweight framework for managing testbeds and the experiment life cycle. GPLMT provides an intuitive way to formalize experiments. The resulting experiment description is portable across varying experimentation platforms. GPLMT enables researchers to manage and control networked testbeds and resources, and conduct experiments on large-scale, heterogeneous, and distributed testbeds. We state the requirements and the design of GPLMT, describe the challenges of developing and using such a tool, and present selected user studies along with their experience of using GPLMT in varying scenarios.
Read more: http://arxiv.org/abs/1601.03984
Some additional projects using GPLMT can be found here
The latest version of the documentation is available from readthedocs.
gplmt/ source code
contrib/ schema for experiment definition language and other miscellaneous files
docs/ documentation file, e.g. user guide
examples/ example experiment definitions
These are the direct dependencies for running gplmt:
The version numbers represent the versions we used to develop gplmt.
PEP8 with 120 character limit.
pep8 --max-line-length=120
Please check your OS documention or http://www.python.org/ how to setup Python
To install the required python modules, we recommend to use the pip installer:
http://www.pip-installer.org/en/latest/index.html
On GNU/Linux use: sudo pip3 install lxml Or check https://pypi.python.org/pypi/lxml
On GNU/Linux use: sudo pip3 install isodate Or check https://pypi.python.org/pypi/isodate