Vodafone Test Suite

Dependencies:   mbed-rtos mbed HTTPClient VodafoneUSBModem

Revision:
71:0d1b99ae9b58
Parent:
70:619a2da3e40d
Child:
72:0e8e769fcf76
--- a/main.cpp	Fri Mar 08 13:45:51 2013 +0000
+++ b/main.cpp	Thu Jun 27 13:09:14 2013 +0000
@@ -1,14 +1,14 @@
 #define __DEBUG__ 4 //Maximum verbosity
 #ifndef __MODULE__
-#define __MODULE__ "net_3g_basic_http_test.cpp"
+#define __MODULE__ "main.cpp"
 #endif
 
 #include "LogHeader.h"
 
 #include "mbed.h"
-
 #include "rtos.h"
 #include "VodafoneUSBModem.h"
+
 #include "VodafoneTestCase.h"
 #include "TestManager.h"
 
@@ -49,8 +49,9 @@
   LOG("Running tests.");
   TestManager *m = new TestManager(&modem);
   
-  m->runTestProfile(TESTS_AUTOMATED);
-  //m->runTest(11);
+  //m->runTestProfile(TESTS_AUTOMATED);
+  //m->runTestProfile(TESTS_INTERNET);
+  m->runTest(11);
   
   // this thread just waits and blinks leds periodically
   while(1) {