boxtops can stand the heat
[tests.git] / qaapi / qa / qa_config.py
index c26face..f612d24 100644 (file)
@@ -32,12 +32,12 @@ sites = [
        }
        ]
 
-nodegroups = [
-       {'plcs': ['TestPLC', 'ParisPLC'],
-        'name': '41',   
-        'nodes': ['vm41.test.org'],
-       }
-       ]
+#nodegroups = [
+#      {'plcs': ['TestPLC', 'ParisPLC'],
+#       'name': '41',   
+#       'nodes': ['vm41.test.org'],
+#      }
+#      ]
         
 nodes = [
        {'plcs': ['TestPLC', 'ParisPLC'],       
@@ -64,9 +64,10 @@ nodes = [
         'hostname': 'vm41.test.org',
         'host': 'localhost',
         'redir_ssh_port': '51122',
-        'type': 'qemu/minhw',
+        'type': 'vm',
+        'model': 'qemu/minhw',
         'boot_state': 'rins',
-        'nodegroups': ['41'],  
+        #'nodegroups': ['41'], 
         'nodenetworks': [{'type': 'ipv4',
                           'method': 'static',
                           'ip': '10.0.2.17',
@@ -87,7 +88,8 @@ slices = [
         'max_nodes': 1000,
         'description': 'blank',
         'url': 'http://test.org',
-        'nodes': ['vm1.paris.cs.princeton.edu', 'vm41.test.org']
+        'nodes': ['vm1.paris.cs.princeton.edu', 'vm41.test.org'],
+        'persons': ['person@cs.princeton.edu'] 
        }
        ]