X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rantest%2Fweb%2FRantest%2Findex.php;fp=rantest%2Fweb%2FRantest%2Findex.php;h=03a5244098e233600cd0854294b42e9e39710751;hb=8ec853edfd2e5666d8e76fb58bb95da7b4ccfbf6;hp=0000000000000000000000000000000000000000;hpb=b1f5fe3b3f099b5d0ffbf406dd4bee2c35522813;p=clearscm.git diff --git a/rantest/web/Rantest/index.php b/rantest/web/Rantest/index.php new file mode 100644 index 0000000..03a5244 --- /dev/null +++ b/rantest/web/Rantest/index.php @@ -0,0 +1,296 @@ + + + + + + + + RANTEST: RAN Tool for Execution of System Tests + + + + + + +

RAN Tool for Execution of System Tests

+ + + + + + + + + + + + + + + + + + + + + + + + +
Execution Reports
+ +
+ Test History
+ How often a test case has run, with pass/fail status

+
+ + + + + + + + + + + + + + + + + + + + +
BuildLevelDUTTest
+ + + + + +
+ +
+
+
+ Version per Testcase
+ For a given test case, what was the test environment (software version of each of the test equipment and RBS/RNC)

+
+ + + + + + + + + + + + + + + + + + + + +
BuildLevelDUTTest
+ + + + + +
+ +
+
+
+ Testcase per Version
+ What test cases have run against a given RBS/RNC/RAN software version

+
+ RAN Version: + + +
+
+
+ Test Statistics
+ Number of test cases run over a given period with pass/fail status

+
+ From: + + To: + +   + + +
+
+ Failure Analysis
+ Show the reasons for failure

+
+ + + +
+
+ Daily Test Report
+
+ What test automation ran on:

+ + + +
+ 0) { + print "

Nightly logs

"; + foreach ($nightly_logs as $nightly_log) { + preg_match ("/\/east\/seast1\/testlogs\/(.*)\.log/", $nightly_log, &$matches); + + print "$matches[1]"; + + if (--$count > 0) { + if ($nbr++ % 5 == 0) { + print "|
"; + } else { + print " | "; + } // if + } // if + } // foreach + } // if +} // if +?> +
+ + + + \ No newline at end of file