aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/local.py
diff options
context:
space:
mode:
Diffstat (limited to 'rumba/testbeds/local.py')
-rw-r--r--rumba/testbeds/local.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rumba/testbeds/local.py b/rumba/testbeds/local.py
index a3f4570..8b57ed2 100644
--- a/rumba/testbeds/local.py
+++ b/rumba/testbeds/local.py
@@ -38,7 +38,8 @@ class Testbed(mod.Testbed):
processes locally. Also useful for debugging in the other plugins.
"""
- def __init__(self, exp_name, username, proj_name="ARCFIRE", password=""):
+ def __init__(self, exp_name='foo', username='bar',
+ proj_name="ARCFIRE", password=""):
"""
Initializes the parent class.