added test nodegroup, test 41 node. other minor updates
authorTony Mack <tmack@cs.princeton.edu>
Tue, 13 May 2008 01:05:48 +0000 (01:05 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 13 May 2008 01:05:48 +0000 (01:05 +0000)
qaapi/qa/qa_config.py

index f5678c4..c26face 100644 (file)
@@ -32,6 +32,13 @@ sites = [
        }
        ]
 
+nodegroups = [
+       {'plcs': ['TestPLC', 'ParisPLC'],
+        'name': '41',   
+        'nodes': ['vm41.test.org'],
+       }
+       ]
+        
 nodes = [
        {'plcs': ['TestPLC', 'ParisPLC'],       
         'site': 'ts',
@@ -51,8 +58,26 @@ 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': '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 +87,7 @@ 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']
        }
        ]