Skip to content

Commit 8246e36

Browse files
caberoscaberos
authored andcommitted
Remove real usersnames from test fixtrues
1 parent fc276dd commit 8246e36

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

SoftLayer/fixtures/SoftLayer_Account.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
'createDate': '2015-05-05T16:23:52-06:00',
846846
'id': 11449,
847847
'modifyDate': '2015-05-05T16:24:09-06:00',
848-
'name': 'SLADC307608-1',
848+
'name': 'TEST307608-1',
849849
'typeId': 2,
850850
'description': 'Citrix NetScaler VPX 10.5 10Mbps Standard',
851851
'managementIpAddress': '10.11.11.112',

SoftLayer/fixtures/SoftLayer_Network_Application_Delivery_Controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'createDate': '2015-05-05T16:23:52-06:00',
44
'id': 11449,
55
'modifyDate': '2015-05-05T16:24:09-06:00',
6-
'name': 'SLADC307608-1',
6+
'name': 'TEST307608-1',
77
'typeId': 2,
88
'description': 'Citrix NetScaler VPX 10.5 10Mbps Standard',
99
'managementIpAddress': '10.11.11.112',

SoftLayer/fixtures/SoftLayer_Network_Storage_Hub_Cleversafe_Account.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767

6868
getObject = {
6969
'id': 123456,
70-
'username': 'SLOSC307608-1',
70+
'username': 'TEST307608-1',
7171
'credentials': [
7272
{
7373
'id': 1933496,
74-
'password': 'Um1Bp420FIFNvAg2QHjn5Sci2c2x4RNDXpVDDvnf',
75-
'username': 'Kv9aNIhtNa7ZRceCTgep',
74+
'password': 'Um1Bp420FIFNvAg2QHjn5Sci2c2x4RNDXpVDDvnfsdsd1010',
75+
'username': 'Kv9aNIhtNa7ZRceabecs',
7676
'type': {
7777
'description': 'A credential for generating S3 Compatible Signatures.',
7878
'keyName': 'S3_COMPATIBLE_SIGNATURE'

0 commit comments

Comments
 (0)