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

33 lines
721 B
YAML
Raw Normal View History

2015-02-12 17:01:58 +00:00
add_new:
2014-12-09 21:53:49 +00:00
name: 'test_name'
group: 'test_group'
host: 'test_host'
protocol: 'test_protocol'
2015-02-12 22:02:09 +00:00
user: 'test_user'
2014-12-09 21:53:49 +00:00
password: 'test_password'
port: '42'
comment: 'test_comment'
2015-02-12 17:01:58 +00:00
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
2014-12-09 21:53:49 +00:00
update:
name: 'test_name_update'
group: 'test_group_update'
host: 'test_host_update'
protocol: 'test_protocol_update'
2015-02-12 22:02:09 +00:00
user: 'test_user_update'
2014-12-09 21:53:49 +00:00
password: 'test_password_update'
port: '43'
comment: 'test_comment_update'