Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
70:619a2da3e40d
Parent:
69:4fc3b0ad12c7
Child:
71:0d1b99ae9b58
--- a/main.cpp	Tue Mar 05 14:59:24 2013 +0000
+++ b/main.cpp	Fri Mar 08 13:45:51 2013 +0000
@@ -44,19 +44,14 @@
   size_t currentTime = time(NULL);
   fprintf(stdout,"Invocation time: %s\r\n",ctime(&currentTime));
 
-  //Thread testTask(test, NULL, osPriorityNormal, 1024 * 6);
-  
   VodafoneUSBModem modem;
   LOG("Constructing TestManager");
   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;