summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--notFinishedCode/web/mutex1.php2
-rw-r--r--notFinishedCode/web/testCase.php10
2 files changed, 6 insertions, 6 deletions
diff --git a/notFinishedCode/web/mutex1.php b/notFinishedCode/web/mutex1.php
index 84aaa97..695ed09 100644
--- a/notFinishedCode/web/mutex1.php
+++ b/notFinishedCode/web/mutex1.php
@@ -113,7 +113,7 @@ if ($locking == '1') //1 means nobody is on the website
$UNISIPP = 1;
$NANOBTS1P = 1;
$NANOBTS2P = 1;
-
+ /////////// end of test!
echo '</tbody></table>';
echo '</div>';
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 ;)