defaulting test script passwords

This commit is contained in:
Prasanna Santhanam 2012-03-15 16:28:14 +05:30
parent b6a1a69f52
commit 1fcb6ccd93
8 changed files with 12 additions and 12 deletions

View File

@ -41,7 +41,7 @@ class Services:
"clustertype": 'ExternalManaged',
# CloudManaged or ExternalManaged"
"username": 'administrator',
"password": 'fr3sca',
"password": 'password',
"url": 'http://192.168.100.17/CloudStack-Clogeny-Pune/Pune-1',
# Format:http://vCenter Host/Datacenter/Cluster
"clustername": 'VMWare Cluster',
@ -57,7 +57,7 @@ class Services:
# CloudManaged or ExternalManaged"
"url": 'http://192.168.100.210',
"username": "root",
"password": "fr3sca",
"password": "password",
},
"kvm": {
"hypervisor": 'KVM',
@ -66,7 +66,7 @@ class Services:
# CloudManaged or ExternalManaged"
"url": 'http://192.168.100.212',
"username": "root",
"password": "fr3sca",
"password": "password",
},
"vmware": {
"hypervisor": 'VMware',
@ -75,7 +75,7 @@ class Services:
# CloudManaged or ExternalManaged"
"url": 'http://192.168.100.203',
"username": "administrator",
"password": "fr3sca",
"password": "password",
},
},
"zoneid": 2,

View File

@ -29,7 +29,7 @@ class Services:
"username": "test",
# Random characters are appended in create account to
# ensure unique username generated each time
"password": "fr3sca",
"password": "password",
},
"iso_1":
{

View File

@ -33,7 +33,7 @@ class Services:
{
"displayname": "Test VM",
"username": "root",
"password": "fr3sca",
"password": "password",
"ssh_port": 22,
"hypervisor": 'XenServer',
"domainid": 1,
@ -46,7 +46,7 @@ class Services:
"firstname": "Test",
"lastname": "User",
"username": "testuser",
"password": "fr3sca",
"password": "password",
},
"ostypeid":12,
"sleep": 60,

View File

@ -26,7 +26,7 @@ class Services:
"username": "test",
# Random characters are appended for unique
# username
"password": "fr3sca",
"password": "password",
},
"service_offering": {
"name": "Tiny Instance",

View File

@ -24,7 +24,7 @@ class Services:
self.services = {
"host": {
"username": 'root', # Credentials for SSH
"password": 'fr3sca',
"password": 'password',
"publicport": 22,
},
"zoneid": 1,

View File

@ -29,7 +29,7 @@ class Services:
"username": "test",
# Random characters are appended for unique
# username
"password": "fr3sca",
"password": "password",
},
"service_offering": {
"name": "Tiny Instance",

View File

@ -33,7 +33,7 @@ class Services:
"username": "test",
# Random characters are appended in create account to
# ensure unique username generated each time
"password": "fr3sca",
"password": "password",
},
"small":
# Create a small virtual machine instance with disk offering

View File

@ -31,7 +31,7 @@ class Services:
"username": "test",
# Random characters are appended for unique
# username
"password": "fr3sca",
"password": "password",
},
"service_offering": {
"name": "Tiny Instance",