X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=qaapi%2Fqa%2Fqa_config.py;h=f612d2470533c24c95de467a6f24fb68352715ee;hb=ecfd3c10755fc660c44151b3773f971517d017f9;hp=c26face9c1faa07a965bb9222532690823d8197c;hpb=8c919613221d1098a5ebe6f110175525b51fb343;p=tests.git diff --git a/qaapi/qa/qa_config.py b/qaapi/qa/qa_config.py index c26face..f612d24 100644 --- a/qaapi/qa/qa_config.py +++ b/qaapi/qa/qa_config.py @@ -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'] } ]