mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
http://confluence.cloudstack.org/display/QA/Testing+with+python demo.cfg: sample configuration file containing the mgmt server location testDeployVM.py : simple example demonstrated on confluence tutorial testSshDeployVM.py : advanced example to demonstrate backend verification
26 lines
488 B
INI
26 lines
488 B
INI
{
|
|
"dbSvr": {
|
|
"dbSvr": "automation",
|
|
"passwd": "cloud",
|
|
"db": "cloud",
|
|
"port": 3306,
|
|
"user": "cloud"
|
|
},
|
|
"logger": [
|
|
{
|
|
"name": "TestClient",
|
|
"file": "/var/log/testclient.log"
|
|
},
|
|
{
|
|
"name": "TestCase",
|
|
"file": "/var/log/testcase.log"
|
|
}
|
|
],
|
|
"mgtSvr": [
|
|
{
|
|
"mgtSvrIp": "automation",
|
|
"port": 8096
|
|
}
|
|
]
|
|
}
|