Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Changes

RevisionDateWhoCommit message
74:e52ac9624f7f 2014-01-29 ashleymills Updated dependencies to latest versions. default tip
73:effa8fcd45fc 2013-09-20 ashleymills Updated rtos and mbed to latest versions. Changed test 7
72:0e8e769fcf76 2013-09-20 ashleymills Updated VodafoneUSBModem to latest version.
71:0d1b99ae9b58 2013-06-27 ashleymills Updated dependencies to latest versions
70:619a2da3e40d 2013-03-08 ashleymills Using latest bleeding edge library, and added switcher for different APNs
69:4fc3b0ad12c7 2013-03-05 ashleymills Now contains MU509 support.
68:2f3ead00ab0a 2012-12-18 ashleymills Added support for more dongles
67:a61d60fa342c 2012-11-01 ashleymills Updated suite to latest version of library.; Added upload test, uploads increasingly large files from 128 bytes to 1meg in powers of 2 increments.
66:6b00a764e549 2012-11-01 ashleymills Renamed tests in sequential order to make it easier to manage and cleaner to follow.
65:ef3357b6ce97 2012-10-30 ashleymills merge;
64:ef77cb252ed6 2012-10-30 ashleymills mbed lib updated, updated test 51
63:a80753cdd091 2012-10-25 ashleymills minor mods;
62:e4a094aabbbc 2012-10-24 donatien Fixed lib for test #51
61:4dd870ad7749 2012-10-24 ashleymills Made the SMS test quicker for debugging
60:7efce4a3c26f 2012-10-23 ashleymills Added new SMS bulk test (incomplete).
59:b091324302b4 2012-10-19 nherriot fixing and rewriting tests for SMS and SMS's chars.
58:8b63f4c3a5a5 2012-10-17 nherriot adding part to test to clear out old SMS from the Inbox.
57:b76b3bdbe533 2012-10-15 nherriot just merging
56:6ca2d4c1ffc4 2012-10-15 nherriot nothing special
55:a591f42a9222 2012-09-14 nherriot change to run a single test
54:30062a67e8bb 2012-09-14 nherriot type name changes to follow with coding convention
53:54b2d3a0c7bf 2012-10-12 ashleymills File download test, now tests files between 128 bytes and 1MB in successive powers of 2.
52:de6cc9d823ab 2012-10-11 ashleymills Improved DNS test case to idenfity timeout problem.
51:15ba73d1cc45 2012-09-21 ashleymills Updated to latest bleeding edge library. Changed DNS test to refer to servers with smaller numbers of IPs.
50:3f7d5318678b 2012-09-20 ashleymills Merged minor documentation change.
49:0f059872f8e2 2012-09-20 ashleymills Couple of doc changes.
48:c1c012604f09 2012-09-19 donatien Use DNS Servers provided by the network
47:85c30274cc9b 2012-09-19 ashleymills Added DNS body to test 5 addresses.
46:d2c22206031a 2012-09-19 ashleymills Updated to latest version of bleeding edge dongle library.; Added code for DNS test.
45:f68fea0831d7 2012-09-18 ashleymills Framework now prints out description of failed tests. Put in placeholders for all test descriptions. Started working on Test08.
44:6d0ac4747f5b 2012-09-17 ashleymills Refactored names. Privatised virtuals to avoid bugs (bitten).
43:6db6a72d722b 2012-09-14 donatien Removed debugging info
42:e423e7204e5c 2012-09-14 donatien Fixed TestManager.cpp bug
41:9d802bf152fa 2012-09-14 donatien Reduced stack size
40:32b0558320ea 2012-09-14 ashleymills Refactoring.
39:368988b1542f 2012-09-13 ashleymills Need a bigger thread size.
38:83085bfd1018 2012-09-13 ashleymills Merge
37:847f5f86e9ff 2012-09-13 ashleymills Test only constructed when executed. INCOMPLETE, need to change som e other stuff to reflect this.
36:dd730ff4962e 2012-09-13 donatien Updated HTTPClient lib
35:6867af70c51c 2012-09-13 ashleymills Refactoring.
34:d9e45aad85f2 2012-09-13 ashleymills Refactoring.
33:16126e029d58 2012-09-13 ashleymills Changed test framework.
32:8ff0b67bb58c 2012-09-13 ashleymills Changing the framework slightly.
31:9231acdde9ff 2012-09-12 nherriot adding new sms test cases for send/receive irregular chars. changing auto run list, and adding descriptions.
30:dd2beda340c6 2012-09-12 nherriot merging working set with Ashley's new stuff
29:c0e6f198db84 2012-09-12 nherriot adding some 'error' scenario test cases and many small changes to the test suite
28:c630a04a7198 2012-09-10 nherriot Adding details to test case 16 and 13 where each test depends on one to send and one to receive. Also removing constants to VodafoneTestCase.h to have them in one place for all tests. Created several const char strings for all test cases.
27:0297dbc3252b 2012-09-06 ashleymills Commended out dependency stuff. TestManager now prints numbers and descriptions of failed tests.
26:9eefab9e28df 2012-09-06 ashleymills Started changing test framework to add dependencies.;
25:55b865c41f21 2012-09-06 ashleymills Added descriptions for each test.
24:8f0f9551122a 2012-09-06 ashleymills Added HTTP test
23:408199b5d2cb 2012-09-05 ashleymills Added internet test.
22:5b1feecf2aeb 2012-09-05 ashleymills Modified test suite for proper profiling. Added two more tests for signal strength.
21:3875fe74d358 2012-09-04 ashleymills Moved long tests into SoakTests list.
20:18373fb68ad7 2012-09-04 ashleymills Added long USSD test.
19:26fbed33d4e7 2012-09-03 ashleymills Added another USSD test. Changed the framework so a list of tests is passed to the execution function.
18:5af468a9439c 2012-08-30 nherriot merging onto USSD support for K3772Z
17:28443b768f1c 2012-08-30 nherriot merging log text
16:c89d426c6175 2012-08-30 nherriot started working on other tc's.... small typos on log files .... still all works
15:a0a296c19811 2012-08-30 donatien USSD support for K3772Z