~canonical-platform-qa/ubuntu-system-tests/command-line-dist-upgrade

« back to all changes in this revision

Viewing changes to ubuntu_system_tests/config.py

  • Committer: Tarmac
  • Author(s): Omer Akram, Omer Akram
  • Date: 2016-04-27 18:46:59 UTC
  • mfrom: (358.3.14 test_add_imap_account)
  • Revision ID: tarmac-20160427184659-586ke5p904qbxakz
new test: add imap account.

Approved by Richard Huddie, platform-qa-bot, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
130
130
        'password_yahoo', default=options.MANDATORY,
131
131
        help_string='@yahoo.com password to use for email tests'),
132
132
    options.Option(
 
133
        'username_imap', default='platform-qa-test-account',
 
134
        help_string='IMAP username to use for email tests'),
 
135
    options.Option(
 
136
        'password_imap', default=options.MANDATORY,
 
137
        help_string='IMAP password to use for email tests'),
 
138
    options.Option(
133
139
        'pictures_scalability_runs',
134
140
        help_string='The different loads used for scalability pictures tests '
135
141
                    'separated by comma'),