From 8c919613221d1098a5ebe6f110175525b51fb343 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 13 May 2008 01:05:48 +0000 Subject: [PATCH] added test nodegroup, test 41 node. other minor updates --- qaapi/qa/qa_config.py | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/qaapi/qa/qa_config.py b/qaapi/qa/qa_config.py index f5678c4..c26face 100644 --- a/qaapi/qa/qa_config.py +++ b/qaapi/qa/qa_config.py @@ -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'] } ] -- 2.47.0