add pyOpenSSL to the list of packages to pip2 install for sfa
[tests.git] / qaapi / qa / qa_config.py
index aa6954b..f612d24 100644 (file)
@@ -32,12 +32,19 @@ sites = [
        }
        ]
 
+#nodegroups = [
+#      {'plcs': ['TestPLC', 'ParisPLC'],
+#       'name': '41',   
+#       'nodes': ['vm41.test.org'],
+#      }
+#      ]
+        
 nodes = [
        {'plcs': ['TestPLC', 'ParisPLC'],       
         'site': 'ts',
         'hostname': 'vm1.paris.cs.princeton.edu',
         'host': 'localhost',
-        'redir_ssh_port': '51101',
+        'redir_ssh_port': '51022',
         'type': 'vm',
         'model' : 'qemu/minhw',
         'boot_state': 'rins', 
@@ -51,8 +58,27 @@ nodes = [
                           'broadcast': '10.0.2.255',
                           'mac': u'52:54:00:12:34:56'
                           }]
+       },
+       {'plcs': ['TestPLC', 'ParisPLC'],
+        'site': 'ts',
+        'hostname': 'vm41.test.org',
+        'host': 'localhost',
+        'redir_ssh_port': '51122',
+        'type': 'vm',
+        'model': 'qemu/minhw',
+        'boot_state': 'rins',
+        #'nodegroups': ['41'], 
+        'nodenetworks': [{'type': 'ipv4',
+                          'method': 'static',
+                          'ip': '10.0.2.17',
+                          'gateway': '10.0.2.2',
+                           'dns1': '10.0.2.3',
+                           'network': '10.0.2.0',
+                           'netmask': '255.255.255.0',
+                           'broadcast': '10.0.2.255',
+                           'mac': u'52:54:00:12:34:56'
+                          }]                                   
        }
-       
        ]
 
 slices = [
@@ -62,7 +88,8 @@ slices = [
         'max_nodes': 1000,
         'description': 'blank',
         'url': 'http://test.org',
-        'nodes': ['vm1.paris.cs.princeton.edu']
+        'nodes': ['vm1.paris.cs.princeton.edu', 'vm41.test.org'],
+        'persons': ['person@cs.princeton.edu'] 
        }
        ]