diff --git a/setup.py b/setup.py index 6b7322aeb29c7c809287c4db3b8bda9662c6b025..4c388a5c1918449e2fd08a2c5958be93c966ea4a 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,7 @@ setup(name=name, 'zc.buildout': [ 'download = slapos.recipe.download:Recipe', 'erp5 = slapos.recipe.erp5:Recipe', + 'erp5scalabilitytestbed = slapos.recipe.erp5scalabilitytestbed:Recipe', 'erp5testnode = slapos.recipe.erp5testnode:Recipe', 'helloworld = slapos.recipe.helloworld:Recipe', 'java = slapos.recipe.java:Recipe', diff --git a/slapos/recipe/erp5scalabilitytestbed/__init__.py b/slapos/recipe/erp5scalabilitytestbed/__init__.py index 5a247c1d6d39266c5214a2ea5453b6b2cb3be011..7054df9d6733769ce7bac69e2e963d9a190acd26 100644 --- a/slapos/recipe/erp5scalabilitytestbed/__init__.py +++ b/slapos/recipe/erp5scalabilitytestbed/__init__.py @@ -26,7 +26,7 @@ from slapos.recipe.librecipe import BaseSlapRecipe -class NoSQLTestBed(BaseSlapRecipe): +class Recipe(BaseSlapRecipe): def _install(self): self.parameter_dict = self.computer_partition.getInstanceParameterDict() software_type = self.parameter_dict.get('slap_software_type', 'default')