summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/web/testCase.php
diff options
context:
space:
mode:
authorRefik Hadzialic2011-09-10 19:48:25 +0200
committerRefik Hadzialic2011-09-10 19:48:25 +0200
commit00192c6a5e72fb1ec6abf61fb6caa808d4a7d606 (patch)
tree34cbf28eb2a07cb967c0bab1cb07d941a8c1a461 /notFinishedCode/web/testCase.php
parentPercantage error works, don't know why it was broken! (diff)
downloadgsm-selftest-00192c6a5e72fb1ec6abf61fb6caa808d4a7d606.tar.gz
gsm-selftest-00192c6a5e72fb1ec6abf61fb6caa808d4a7d606.tar.xz
gsm-selftest-00192c6a5e72fb1ec6abf61fb6caa808d4a7d606.zip
Comments
Diffstat (limited to 'notFinishedCode/web/testCase.php')
-rw-r--r--notFinishedCode/web/testCase.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/notFinishedCode/web/testCase.php b/notFinishedCode/web/testCase.php
index c2719db..88de683 100644
--- a/notFinishedCode/web/testCase.php
+++ b/notFinishedCode/web/testCase.php
@@ -188,11 +188,11 @@ elseif($GSMEO < 0)
}
//NETWORK OPERABILITY
-$GSMINTPercent = 54;
-$GSMEXTPercent = 75;
-$SIPPercent = 100;
-$UNISIPPercent = 36;
-$LANDLINEPercent = 70;
+$GSMINTPercent = rand(1,100);
+$GSMEXTPercent = rand(1,100);
+$SIPPercent = rand(1,100);
+$UNISIPPercent = rand(1,100);
+$LANDLINEPercent = rand(1,100);
//print_r($GSMINTCOL);
// add here to set the color for each node after the test ;)