<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "release_matrix"); navDefine("release", "/nav_release.inc", "current", "release_index"); crumbSet("Release Matrix"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <?php navInsertMarkup("release"); ?> <h4>Release Matrix</h4> <p>
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "r_monitor"); crumbSet("Rockstar QA Monitor - Update every 1 mintue"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/common.php"; require "{$phpdir}/template/head.inc"; print '<meta http-equiv="refresh" content="60;' . $_SERVER['PHP_SELF'] . '" />'; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <b> <li>View: <a href="/cgi-bin/drraw.cgi?Mode=view;Graph=1154738181.25897">Current Bugs Status Chart</a> | <a href="http://dev/bugzilla/buglist.cgi?product=Polaris&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">Open Bugs</a> | <a href="http://dev/bugzilla/buglist.cgi?product=Polaris&bug_status=RESOLVED&resolutions=FIXED">Fixed Bugs</a></li> </b> <?php $filename = "{$qa_logsdir}/rockstarstatus"; $output = PrintZMonitorList($filename); print $output;
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "enter_tests_reports"); crumbSet("Entering a new test report"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; require "{$phpdir}/common.php"; $filename = date('mdY'); ?> <form action="enter_report_action.php" method="post"> <?php $reportdate = date('M d, Y'); print "<p>Date: {$reportdate}</p>\n"; ?> <p>Product:
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "s_monitor"); crumbSet("Statmux Memory Statistics"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <p></p> <ul> <?php require "{$phpdir}/common.php"; $flist = GetFileList("{$qa_logsdir}/statmux", false); $read_content = GetFileContents("{$filename}", "", true); while ($fpath = array_shift($flist)) { $filename = basename($fpath); print "<li><a href=\"/tests/logs/statmux/{$filename}\" title=\"{$filename}\">{$filename}</a></li>\n";
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "z_monitor"); crumbSet("Zodiac QA Monitor - Update every 1 mintue"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/common.php"; require "{$phpdir}/template/head.inc"; print '<meta http-equiv="refresh" content="60;' . $_SERVER['PHP_SELF'] . '" />'; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <b> <!--<li><a href="/process_file.php?readfile=/home/ttran/html/tests/reports/zodiacbugs.txt">Current Bugs Status (Text View)</a></li>--> <li>View: <a href="/cgi-bin/drraw.cgi?Mode=view;Graph=1154738181.25897">Current Bugs Status Chart</a> | <a href="http://dev/bugzilla/buglist.cgi?product=Zodiac&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">Open Bugs</a> | <a href="http://dev/bugzilla/buglist.cgi?product=Zodiac&bug_status=RESOLVED&resolutions=FIXED">Fixed Bugs</a></li> <li>Download: <a href="http://dev/builds-zodiac.php">Zodiac Releases</a> | <a href="http://opsweb/ZODIAC_DOM/">Zodiac DOM Images</a></li> <li><a href="/zodiac_tempsensors.php">Zodiac Temperature Sensors</a></li> </b> <?php
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "s_monitor"); crumbSet("Statmux QA Monitor - Update every 1 mintue"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/common.php"; require "{$phpdir}/template/head.inc"; print '<meta http-equiv="refresh" content="60;' . $_SERVER['PHP_SELF'] . '" />'; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <b> <li>View: <a href="http://europe/devwiki/QA/StatMux">Current Statmux Progress</a></li> <li><a href="/statmux_memory.php">Statmux Memory Usage Statistics</a></li> </b> <?php $filename = "{$qa_logsdir}/statmuxstatus"; $output = PrintStatmuxMonitorList($filename);
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "mehd_tests_reports"); crumbSet("Latest Test Reports"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <pre> <?php $htmlroot = $_SERVER['DOCUMENT_ROOT'] . "/tests/reports/me6000"; $filename = "01252006"; echo "<h4>{$filename}:</h4>\n"; $filename = "/home/ttran/html/tt"; //echo "<h4>$filename:</h4>\n"; //echo file_get_contents($filename); $file_content = fread(fopen($filename, "r"), filesize($filename));
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "enter_tests_reports"); crumbSet("Test report submission"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; require "{$phpdir}/common.php"; $filename = date('mdY'); print "Report name: {$filename}\n"; $product = $_POST["product"]; $lproduct = strtolower($product); $filepath = "{$qa_reportdir}/{$lproduct}/{$filename}"; if (file_exists($filepath)) { print " is already existed, please do not try to enter again.\n"; } else { $fd = fopen($filepath, 'w') or die("...cannot be created\n");
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "sd_monitor"); crumbSet("SD QA Monitor - Update every 1 mintue"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/common.php"; require "{$phpdir}/template/head.inc"; print '<meta http-equiv="refresh" content="60;' . $_SERVER['PHP_SELF'] . '" />'; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; $filename = "{$qa_logsdir}/sdstatus"; $output = PrintSDMonitorList($filename); print $output; $modtime = @filemtime($filename); if ($modtime !== false) { $date = strftime('%c', $modtime); $footer = "Last updated at {$date}.\n"; } else {
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "web_info"); crumbSet("Info"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <p></p> <ul> <script language="JScript" type="text/jscript" runat="client"> var WshShell = new ActiveXObject("WScript.Shell"); WshShell.Run("c:\putty.exe"); </script> <a href="cmdExec|c:\windows\systems32\taskmgr.exe">Run putty</a> </ul> <?php
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "main_index"); crumbSet("File"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <p></p> <?php require "{$phpdir}/common.php"; if (isset($_REQUEST['readfile'])) { $filename = $_GET["readfile"]; $read_content = htmlspecialchars(GetFileContents("{$filename}", "", true)); print "<pre>\n"; if (strlen($read_content) > 0) { print $read_content;
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "p_monitor"); crumbSet("Polaris QA Monitor - Update every 1 mintue"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/common.php"; require "{$phpdir}/template/head.inc"; print '<meta http-equiv="refresh" content="60;' . $_SERVER['PHP_SELF'] . '" />'; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <b> <li>View: <a href="/cgi-bin/drraw.cgi?Mode=view;Graph=1154738181.25897">Current Bugs Status Chart</a> | <a href="http://dev/bugzilla/buglist.cgi?product=Polaris&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED">Open Bugs</a> | <a href="http://dev/bugzilla/buglist.cgi?product=Polaris&bug_status=RESOLVED&resolutions=FIXED">Fixed Bugs</a></li> </b> <?php $filename = "{$qa_logsdir}/polarisstatus"; $output = PrintZMonitorList($filename); print $output;
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "tests_plans"); crumbSet("Current Test Documents"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <p></p> <ul> <?php require "{$phpdir}/common.php"; $flist = GetFileList($qa_docsdir, false); $read_content = GetFileContents("{$filename}", "", true); while ($fpath = array_shift($flist)) { $filename = basename($fpath); print "<li><a href=\"/tests/docs/{$filename}\" title=\"{$filename}\">{$filename}</a></li>\n";
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "test_search"); crumbSet("MV Search Engine"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; require "{$phpdir}/common.php"; $filename = date('mdY'); ?> <form action="mvsearch_action.php" method="post"> <?php $reportdate = date('M d, Y'); print "<p>Date: {$reportdate}</p>\n"; ?> <p>Hostname/IP:<input type="text" name = "host" value="" rows="1" cols="80"></input></p>
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "tests_reports"); navDefine("report", "/nav_report.inc", "current", "report_index"); crumbSet("Zodiac1.0 Test Reports"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <?php require "{$phpdir}/common.php"; $pdir = "zodiac1.0"; $dirname = "{$qa_reportdir}/{$pdir}"; navInsertMarkup("report"); ?> <h4>Test Report:</h4>
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "tests_reports"); navDefine("report", "/nav_report.inc", "current", "report_index"); crumbSet("Test Reports"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <?php navInsertMarkup("report"); ?> <h4>Test Reports</h4> <p> This page contains test reports for all current testing products.</p>
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "tests_tools"); crumbSet("Useful Test Tools"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <p></p> <ul> <?php require "{$phpdir}/common.php"; $flist = GetFileList($qa_toolsdir, false); $read_content = GetFileContents("{$filename}", "", true); while ($fpath = array_shift($flist)) { $filename = basename($fpath); print "<li><a href=\"/tests/tools/{$filename}\" title=\"{$filename}\">{$filename}</a></li>\n";
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "main_index"); crumbSet("QA Welcome"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <h4>Modulus Video QA</h4> <p>The only place where you can find everything about testing of Modulus Video Encoders and Decoders. </p> <p> If you have any questions or suggestions about this site, please contact <a
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "product_matrix"); navDefine("product", "/nav_product.inc", "current", "product_index"); crumbSet("Product Matrix"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <?php navInsertMarkup("product"); ?> <h4>Product Matrix</h4> <p>
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "tests_reports"); navDefine("report", "/nav_report.inc", "current", "report_index"); crumbSet("ME1000 Test Reports"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; navInsertMarkup("report"); require "{$phpdir}/common.php"; $pdir = "me1000"; $dirname = "{$qa_reportdir}/{$pdir}"; ?> <h4>Test Report:</h4> <p></p> <p></p> <p></p>
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "release_matrix"); navDefine("release", "/nav_release.inc", "current", "release_index"); crumbSet("ME1000 Release"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <?php navInsertMarkup("release"); ?> <?php require "{$phpdir}/common.php"; $pdir = "me1000";
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "test_bed"); crumbSet("QA Test Bed - IPs/Ports Assignment"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/common.php"; require "{$phpdir}/template/head.inc"; echo gserveStatusRefreshTag(false); ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <p></p> <pre> <?php $filename = "{$qa_docsdir}/testbed.txt"; $output = GetFileContents($filename); print $output; ?>
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "z_monitor"); crumbSet("Zodiac Temperature Sensors"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <p></p> <ul> <?php require "{$phpdir}/common.php"; $flist = GetFileList("{$qa_logsdir}/zodiac", false); $read_content = GetFileContents("{$filename}", "", true); while ($fpath = array_shift($flist)) { $filename = basename($fpath); print "<li><a href=\"/tests/logs/zodiac/{$filename}\" title=\"{$filename}\">{$filename}</a></li>\n";
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "release_matrix"); navDefine("release", "/nav_release.inc", "current", "release_index"); crumbSet("ME6000 Release"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo crumbGet(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; ?> <?php navInsertMarkup("release"); ?> <?php require "{$phpdir}/common.php"; $pdir = "me6000";
<?php $phpdir = $_SERVER['DOCUMENT_ROOT'] . "/php"; require "{$phpdir}/template/top.inc"; require "{$phpdir}/template/includes.inc"; navDefine("main", "/nav_main.inc", "current", "log"); crumbSet("Log File"); ?> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title><?php echo encoderTitleText(); ?> </title> <?php require "{$phpdir}/template/head.inc"; ?> </head> <body> <?php require "{$phpdir}/template/body.inc"; require "{$phpdir}/log_file.inc"; $logfile = $_POST["logfile"]; showLog($logfile); require "{$phpdir}/template/foot.inc"; ?> </body> </html>