mirror of https://github.com/apache/cloudstack.git
defaulting test script passwords
This commit is contained in:
parent
b6a1a69f52
commit
1fcb6ccd93
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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":
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class Services:
|
|||
"username": "test",
|
||||
# Random characters are appended for unique
|
||||
# username
|
||||
"password": "fr3sca",
|
||||
"password": "password",
|
||||
},
|
||||
"service_offering": {
|
||||
"name": "Tiny Instance",
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class Services:
|
|||
self.services = {
|
||||
"host": {
|
||||
"username": 'root', # Credentials for SSH
|
||||
"password": 'fr3sca',
|
||||
"password": 'password',
|
||||
"publicport": 22,
|
||||
},
|
||||
"zoneid": 1,
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ class Services:
|
|||
"username": "test",
|
||||
# Random characters are appended for unique
|
||||
# username
|
||||
"password": "fr3sca",
|
||||
"password": "password",
|
||||
},
|
||||
"service_offering": {
|
||||
"name": "Tiny Instance",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ class Services:
|
|||
"username": "test",
|
||||
# Random characters are appended for unique
|
||||
# username
|
||||
"password": "fr3sca",
|
||||
"password": "password",
|
||||
},
|
||||
"service_offering": {
|
||||
"name": "Tiny Instance",
|
||||
|
|
|
|||
Loading…
Reference in New Issue