turn on SFA_API_DEBUG
[tests.git] / system / config_default.py
index 9addccc..f85a33c 100644 (file)
@@ -183,7 +183,7 @@ done
 def slices (options,index):
     return [ { 'slice_fields': {'name':'%s_pslc%d'%(login_base(index),i),
                                 'instantiation':'plc-instantiated',
-                                'url':'http://foo.com',
+                                'url':'http://foo%d.com'%index,
                                 'description':'testslice number %d'%i,
                                 'max_nodes':2,
                                 },
@@ -210,10 +210,10 @@ def tcp_tests (options,index):
     elif index == 2:
         return [
             # remote test
-            { 'server_node': 'node1',
-              'server_slice' : '%s_pslc1'%login_base(index),
+            { 'server_node': 'node2',
+              'server_slice' : '%s_pslc3'%login_base(index),
               'client_node' : 'node2',
-              'client_slice' : '%s_pslc2'%login_base(index),
+              'client_slice' : '%s_pslc4'%login_base(index),
               'port' : 4000,
               },
             ]
@@ -285,6 +285,7 @@ def sfa (options,index) :
         'SFA_PLC_DB_USER' : 'pgsqluser',
         'SFA_PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq',
        'SFA_PLC_URL' : 'deferred-myplc-api-url',
+        'SFA_API_DEBUG': True,
         'sfa_slice_specs' : sfa_slice_specs(options,index,slicename,regularuser),
        'sfa_slice_xml' : sfa_slice_xml(options,index,piuser,slicename),
        'sfa_person_xml' : sfa_person_xml(options,index,regularuser),