106 lines
2.9 KiB
YAML
106 lines
2.9 KiB
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- atomic
|
|
- classic
|
|
required_packages:
|
|
- libpst
|
|
tests:
|
|
- lspst_help:
|
|
dir: .
|
|
run: lspst -h >/dev/null
|
|
- lspst_folders:
|
|
dir: .
|
|
run: ./runner.sh lspst_folders
|
|
- lspst_mails:
|
|
dir: .
|
|
run: ./runner.sh lspst_mails
|
|
- lspst_contacts:
|
|
dir: .
|
|
run: ./runner.sh lspst_contacts
|
|
- lspst_events:
|
|
dir: .
|
|
run: ./runner.sh lspst_events
|
|
- pst2ldif_help:
|
|
dir: .
|
|
run: pst2ldif -h >/dev/null
|
|
- pst2ldif_run:
|
|
dir: .
|
|
run: ./runner.sh pst2ldif_run
|
|
- readpst_help:
|
|
dir: .
|
|
run: readpst -h >/dev/null
|
|
- readpst_basic:
|
|
dir: .
|
|
run: ./runner.sh readpst_basic
|
|
- readpst_contacts:
|
|
dir: .
|
|
run: ./runner.sh readpst_contacts
|
|
- readpst_contacts_emails:
|
|
dir: .
|
|
run: ./runner.sh readpst_contacts_emails
|
|
- readpst_contacts_plain:
|
|
dir: .
|
|
run: ./runner.sh readpst_contacts_plain
|
|
- readpst_contacts_plain_emails:
|
|
dir: .
|
|
run: ./runner.sh readpst_contacts_plain_emails
|
|
- readpst_events:
|
|
dir: .
|
|
run: ./runner.sh readpst_events
|
|
- readpst_events_summary:
|
|
dir: .
|
|
run: ./runner.sh readpst_events_summary
|
|
- readpst_mails:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails
|
|
- readpst_mails_inbox:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox
|
|
- readpst_mails_inbox_to:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox_to
|
|
- readpst_mails_inbox_cc:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox_cc
|
|
- readpst_mails_inbox_email:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox_email
|
|
- readpst_mails_inbox_subject:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox_subject
|
|
- readpst_mails_inbox_subject_2:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox_subject_2
|
|
- readpst_mails_inbox_body:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox_body
|
|
- readpst_mails_inbox_body_2:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_inbox_body_2
|
|
- readpst_mails_drafts:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts
|
|
- readpst_mails_drafts_to:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts_to
|
|
- readpst_mails_drafts_cc:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts_cc
|
|
- readpst_mails_drafts_email:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts_email
|
|
- readpst_mails_drafts_subject:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts_subject
|
|
- readpst_mails_drafts_subject_2:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts_subject_2
|
|
- readpst_mails_drafts_body:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts_body
|
|
- readpst_mails_drafts_body_2:
|
|
dir: .
|
|
run: ./runner.sh readpst_mails_drafts_body_2
|