From: Tony Mack Date: Wed, 26 Mar 2008 00:24:26 +0000 (+0000) Subject: changed some configuration values. removed some hardcoded values X-Git-Tag: tests-4.2-4~164 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=eb25a8657ed6b198b6b57cfe67521f49b5e71dd7;p=tests.git changed some configuration values. removed some hardcoded values --- diff --git a/qaapi/qa/config.py b/qaapi/qa/config.py index 74f6d73..e94af55 100644 --- a/qaapi/qa/config.py +++ b/qaapi/qa/config.py @@ -8,14 +8,20 @@ plcs = [ {'name': 'TestPLC', 'host': 'localhost', 'ip': '127.0.0.1', - 'rootkey': '/home/tmack/.ssh/plc-root', 'url': 'https://localhost.localdomain/', 'port': '443' - } + }, + {'name': 'ParisPLC', + 'host': 'localhost', + 'ip': '127.0.0.1', + 'url': 'https://localhost.localdomain/', + 'port': '443', + 'chroot': '/plc/root/' + } ] sites = [ - {'plc': 'TestPLC', + {'plc': 'ParisPLC', 'name': 'TestSite1', 'login_base': 'ts', 'enabled': True, @@ -27,7 +33,7 @@ sites = [ ] nodes = [ - {'plc': 'TestPLC', + {'plc': 'ParisPLC', 'site': 'ts', 'hostname': 'vm1.paris.cs.princeton.edu', 'host': 'localhost', @@ -42,10 +48,11 @@ nodes = [ 'broadcast': '10.0.2.255' }] } + ] slices = [ - {'plc': 'TestPLC', + {'plc': 'ParisPLC', 'name': 'ts_slice1', 'instantiation': 'plc-instantiated', 'max_nodes': 1000, @@ -56,7 +63,7 @@ slices = [ ] persons = [ - {'plc': 'TestPLC', + {'plc': 'ParisPLC', 'first_name': 'fname', 'last_name': 'lname', 'password': 'password',