OSDN Git Service

WiFi Loop Stress test - add pass completion message
authorLouis Huemiller <lhuemill@google.com>
Tue, 5 Oct 2010 21:26:23 +0000 (14:26 -0700)
committerLouis Huemiller <lhuemill@google.com>
Tue, 5 Oct 2010 21:26:23 +0000 (14:26 -0700)
Change-Id: I610c19b34109fe009bd43c6e4c7dd15be2e1784c

tests/wifi/stress/wifiLoadScanAssoc_test.c

index 17461a1..5b701d8 100644 (file)
@@ -236,7 +236,7 @@ main(int argc, char *argv[])
         delta = tvDelta(&startTime, &currentTime);
         if (tv2double(&delta) > duration) { break; }
 
-        testPrintI("==== pass %u", pass);
+        testPrintI("==== Starting pass: %u", pass);
 
         // Use a pass dependent sequence of random numbers
         srand48(pass);
@@ -293,6 +293,8 @@ main(int argc, char *argv[])
             exit(24);
         }
         testPrintI("CPU: %i wifi_unload_driver succeeded", cpu);
+
+        testPrintI("==== Completed pass: %u", pass);
     }
 
     // If needed restore WiFi driver to state it was in at the