diff --git a/erp5/util/testnode/ScalabilityTestRunner.py b/erp5/util/testnode/ScalabilityTestRunner.py
index c78d8bcf0bc1cd74a4330a852ee5cd4d42c5f0d2..4a6dca65d3476981a64fdff2a5d0e51ddd29b219 100644
--- a/erp5/util/testnode/ScalabilityTestRunner.py
+++ b/erp5/util/testnode/ScalabilityTestRunner.py
@@ -100,6 +100,8 @@ class ScalabilityTestRunner():
     
     test_configuration = self.testnode.test_suite_portal.generateConfiguration(
                                        node_test_suite.test_suite_title)
+    print "test_configuration:"
+    print test_configuration
     self.involved_nodes = test_configuration['involved_nodes']
     self.launchable = test_configuration['launchable']
     if self.launchable == False: