diff --git a/tools/testClient/testcase/BVT-tests/test_hosts.py b/tools/testClient/testcase/BVT-tests/test_hosts.py index 4c29affd4a8..fdf0f435a12 100644 --- a/tools/testClient/testcase/BVT-tests/test_hosts.py +++ b/tools/testClient/testcase/BVT-tests/test_hosts.py @@ -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, diff --git a/tools/testClient/testcase/BVT-tests/test_iso.py b/tools/testClient/testcase/BVT-tests/test_iso.py index 7cfe30bb6f4..7d6c12c19d2 100644 --- a/tools/testClient/testcase/BVT-tests/test_iso.py +++ b/tools/testClient/testcase/BVT-tests/test_iso.py @@ -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": { diff --git a/tools/testClient/testcase/BVT-tests/test_routers.py b/tools/testClient/testcase/BVT-tests/test_routers.py index 603b7e2ce03..3ea307f28c3 100644 --- a/tools/testClient/testcase/BVT-tests/test_routers.py +++ b/tools/testClient/testcase/BVT-tests/test_routers.py @@ -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, diff --git a/tools/testClient/testcase/BVT-tests/test_snapshots.py b/tools/testClient/testcase/BVT-tests/test_snapshots.py index 15efca0caee..7d0f63970f6 100644 --- a/tools/testClient/testcase/BVT-tests/test_snapshots.py +++ b/tools/testClient/testcase/BVT-tests/test_snapshots.py @@ -26,7 +26,7 @@ class Services: "username": "test", # Random characters are appended for unique # username - "password": "fr3sca", + "password": "password", }, "service_offering": { "name": "Tiny Instance", diff --git a/tools/testClient/testcase/BVT-tests/test_ssvm.py b/tools/testClient/testcase/BVT-tests/test_ssvm.py index 8e16f18ff1e..e1dc36e00a8 100644 --- a/tools/testClient/testcase/BVT-tests/test_ssvm.py +++ b/tools/testClient/testcase/BVT-tests/test_ssvm.py @@ -24,7 +24,7 @@ class Services: self.services = { "host": { "username": 'root', # Credentials for SSH - "password": 'fr3sca', + "password": 'password', "publicport": 22, }, "zoneid": 1, diff --git a/tools/testClient/testcase/BVT-tests/test_templates.py b/tools/testClient/testcase/BVT-tests/test_templates.py index 72316ee8f6f..8a1c0d8efc4 100644 --- a/tools/testClient/testcase/BVT-tests/test_templates.py +++ b/tools/testClient/testcase/BVT-tests/test_templates.py @@ -29,7 +29,7 @@ class Services: "username": "test", # Random characters are appended for unique # username - "password": "fr3sca", + "password": "password", }, "service_offering": { "name": "Tiny Instance", diff --git a/tools/testClient/testcase/BVT-tests/test_vm_life_cycle.py b/tools/testClient/testcase/BVT-tests/test_vm_life_cycle.py index d3f2aeff5f0..a183535b526 100644 --- a/tools/testClient/testcase/BVT-tests/test_vm_life_cycle.py +++ b/tools/testClient/testcase/BVT-tests/test_vm_life_cycle.py @@ -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 diff --git a/tools/testClient/testcase/BVT-tests/test_volumes.py b/tools/testClient/testcase/BVT-tests/test_volumes.py index c18824cb115..487fb890a3f 100644 --- a/tools/testClient/testcase/BVT-tests/test_volumes.py +++ b/tools/testClient/testcase/BVT-tests/test_volumes.py @@ -31,7 +31,7 @@ class Services: "username": "test", # Random characters are appended for unique # username - "password": "fr3sca", + "password": "password", }, "service_offering": { "name": "Tiny Instance",