account-polld

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2014-05-13 17:29:40
Size: 1565
Editor: sergiusens
Comment:
Revision 5 as of 2014-06-27 20:30:36
Size: 1625
Editor: sergiusens
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from Process/Merges/TestPlan/nuntium
Line 20: Line 21:
 * SUT:: System Under Test
 * m-send.req:: An MMS originating from a terminal (sent over the cellular data network)
 * m-retrieve.conf:: An MMS downloaded from a message proxy (retrieved over the cellular data network)
 * m-notification.ind:: A push message sent from ofono to nuntium
 SUT:: System Under Test
 m-send.req:: An MMS originating from a terminal (sent over the cellular data network)
 m-retrieve.conf:: An MMS downloaded from a message proxy (retrieved over the cellular data network)
 m-notification.ind:: A push message sent from ofono to nuntium
Line 33: Line 34:
 * Install image on phone: {{{ubuntu-device-flash --channel ubuntu-touch/devel-proposed}}}  * Install image on '''SUT''': {{{ubuntu-device-flash --channel ubuntu-touch/devel-proposed}}}
Line 36: Line 37:
 * On the '''SUT''', verify that an {{{m-retrieve.conf}}} is correctly parsed and that a {{{MessageAdded}}} is signalled over dbus to telepathy-ofono: {{{dbus-monitor sender=org.ofono.mms}}}  * On the '''SUT''', verify that an {{{m-retrieve.conf}}} is correctly parsed and that a {{{MessageAdded}}} is signalled over dbus to {{{telepathy-ofono}}}: {{{dbus-monitor sender=org.ofono.mms}}}

Dependents/Clients

  • telepathy-ofono

Test Plan

These are only integration tests which require too much specialized infrastructure to automate (although they should eventually be worked through the ubuntu emulator).

Definitions

SUT
System Under Test
m-send.req
An MMS originating from a terminal (sent over the cellular data network)
m-retrieve.conf
An MMS downloaded from a message proxy (retrieved over the cellular data network)
m-notification.ind
A push message sent from ofono to nuntium

Prereqs

  • Two devices, one to be the SUT, others to be the originating terminals (Android, iOS)
  • A correct MMS context configured by ofono on the SUT.
  • SIMs on all terminals with a working cellular data connection.

Plan

  • Install image on SUT: ubuntu-device-flash --channel ubuntu-touch/devel-proposed

  • Activate silo and only install nuntium (no dist-upgrade)
  • Send a m-send.req from test phone to SUT

  • On the SUT, verify that an m-retrieve.conf is correctly parsed and that a MessageAdded is signalled over dbus to telepathy-ofono: dbus-monitor sender=org.ofono.mms

Process/Merges/TestPlans/account-polld (last edited 2016-04-27 12:58:09 by localhost)