1
0
Fork 0
mirror of https://github.com/nishiki/manage-password.git synced 2024-10-27 10:43:20 +00:00
mpw/test/files/fixtures.yml
2015-02-12 23:02:09 +01:00

32 lines
721 B
YAML

add_new:
name: 'test_name'
group: 'test_group'
host: 'test_host'
protocol: 'test_protocol'
user: 'test_user'
password: 'test_password'
port: '42'
comment: 'test_comment'
add_existing:
id: 'TEST-ID-XXXXX'
name: 'test_name_existing'
group: 'test_group_existing'
host: 'test_host_existing'
protocol: 'test_protocol_existing'
user: 'test_user_existing'
password: 'test_password_existing'
port: '44'
comment: 'test_comment_existing'
created: 1386752948
update:
name: 'test_name_update'
group: 'test_group_update'
host: 'test_host_update'
protocol: 'test_protocol_update'
user: 'test_user_update'
password: 'test_password_update'
port: '43'
comment: 'test_comment_update'