Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
69:4fc3b0ad12c7
Parent:
68:2f3ead00ab0a
Child:
70:619a2da3e40d
--- a/main.cpp	Tue Dec 18 13:57:14 2012 +0000
+++ b/main.cpp	Tue Mar 05 14:59:24 2013 +0000
@@ -51,9 +51,12 @@
   LOG("Running tests.");
   TestManager *m = new TestManager(&modem);
   //m->runTestProfile(TESTS_MANUAL);
+  //m->runTest(0);
+  //Thread::wait(2000);
+  //m->runTest(1);
   //m->runTest(14);
-  m->runTestProfile(TESTS_AUTOMATED);
-  //m->runTest(11);
+  //m->runTestProfile(TESTS_AUTOMATED);
+  m->runTest(11);
   // this thread just waits and blinks leds periodically
   while(1) {
      led1 = !led1;