summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/pages/app/views/commons
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/reporting/pages/app/views/commons')
-rw-r--r--utils/test/reporting/pages/app/views/commons/admin.html35
-rw-r--r--utils/test/reporting/pages/app/views/commons/selectTestcase.html142
-rw-r--r--utils/test/reporting/pages/app/views/commons/table.html113
-rw-r--r--utils/test/reporting/pages/app/views/commons/testCaseList.html55
-rw-r--r--utils/test/reporting/pages/app/views/commons/testCaseVisual.html127
5 files changed, 0 insertions, 472 deletions
diff --git a/utils/test/reporting/pages/app/views/commons/admin.html b/utils/test/reporting/pages/app/views/commons/admin.html
deleted file mode 100644
index 25911ac96..000000000
--- a/utils/test/reporting/pages/app/views/commons/admin.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<div class="row">
- <div classs="container">
- <div class="col-lg-12">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
-
- <div>
- <h3 class="font-bold no-margins">
- My Scenarios
- </h3>
- <small>List all your Scenarios.</small>
- </div>
- <hr>
- <table class="table table-striped">
- <tbody>
- <tr ng-init="count=1" ng-click="showSelect(count)" ng-repeat=" list in scenarioList">
-
- <td> {{list}}</td>
- <td> <input type="checkbox"></i>
- </td>
-
- </tr>
- </tbody>
- </table>
-
- </div>
-
- </div>
- </div>
- </div>
- <div style="margin-top: 10px;" class="pull-right">
- <button class="btn btn-primary" ng-click="test()">Create</button>
- <button class="btn btn-primary" ng-click="test()">Delete</button>
- </div>
-</div> \ No newline at end of file
diff --git a/utils/test/reporting/pages/app/views/commons/selectTestcase.html b/utils/test/reporting/pages/app/views/commons/selectTestcase.html
deleted file mode 100644
index 4c9e2b346..000000000
--- a/utils/test/reporting/pages/app/views/commons/selectTestcase.html
+++ /dev/null
@@ -1,142 +0,0 @@
-<!--select page-->
-<div class="row">
- <div classs="container">
- <div class="col-lg-8">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div>
- <!--<span class="pull-right text-right">
- <small>Average value of sales in the past month in: <strong>United states</strong></small>
- <br/>
- All sales: 162,862
- </span>-->
- <h3 class="font-bold no-margins">
- Select Project
- </h3>
- <small>Choose a Project to Select Test cases.</small>
- <div class="pull-right">
- <selectize options="VersionOption" ng-model="VersionSelected" config="VersionConfig"></selectize>
- </div>
- </div>
- <hr>
-
- <div class="m-t-sm">
-
- <div class="row">
-
- <center>
- <div data-toggle="buttons" class="m-t-sm">
- <label class="btn btn-outline btn-success " style=" margin-right: 5px;" ng-click="toggleSelection('FuncTest')">
- <input type="radio" disabled="disabled" >FuncTest
-
- </label>
- <label class="btn btn-outline btn-success " style=" margin-right: 5px;" ng-click="toggleSelection('YardStick')">
- <input type="radio" disabled="disabled" > YardStick
-
- </label>
- <label class="btn btn-outline btn-success " style=" margin-right: 5px;" ng-click="toggleSelection('Bottleneck')">
- <input type="radio" disabled="disabled" > Bottleneck
-
- </label>
- </div>
- </center>
-
- </div>
-
- </div>
-
- </div>
- </div>
- </div>
- <div class="col-lg-4">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div>
- <!--<span class="pull-right text-right">
- <small>Average value of sales in the past month in: <strong>United states</strong></small>
- <br/>
- All sales: 162,862
- </span>-->
- <h3 class="font-bold no-margins">
- Project Description
-
- </h3>
-
-
-
- </div>
- <hr>
- <div class="m-t-sm" ng-show="projectSelect.indexOf('YardStick')!=-1">
- <p>
- YardStick is a someting.......
- </p>
- </div>
- <div class="m-t-sm" ng-show="projectSelect.indexOf('FuncTest')!=-1">
- <p>
- FuncTest is a someting.......
- </p>
- </div>
- <div class="m-t-sm" ng-show="projectSelect.indexOf('Bottleneck')!=-1">
- <p>
- Bottleneck is a someting.......
- </p>
- </div>
-
-
- </div>
- </div>
-
- </div>
-
- <div class="col-lg-12">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div>
- <!--<span class="pull-right text-right">
- <small>Average value of sales in the past month in: <strong>United states</strong></small>
- <br/>
- All sales: 162,862
- </span>-->
- <h3 class="font-bold no-margins">
- Select Test Case
- </h3>
- <small>Choose Test Cases </small>
-
- </div>
- <hr>
-
- <div class="m-t-sm">
- <div data-toggle="buttons" class="m-t-sm" ng-show="projectSelect.indexOf('FuncTest')!=-1">
- <label class="btn btn-outline btn-success " style=" margin-right: 5px;" tooltips tooltip-template="FuncTest is something" tooltip-size="small" ng-repeat="case in funcTestCase" value={{case}} ng-class="{'active': case == selectedFunc}">
- <input type="checkbox" disabled="disabled" >{{case}}
-
- </label>
- </div>
- <div data-toggle="buttons" class="m-t-sm" ng-show="projectSelect.indexOf('YardStick')!=-1">
- <label class="btn btn-outline btn-success " style=" margin-right: 5px;" tooltips tooltip-template="FuncTest is something" tooltip-size="small" ng-repeat="case in yardStickCase" value={{case}}>
- <input type="checkbox" disabled="disabled" >{{case}}
-
- </label>
- </div>
- <div data-toggle="buttons" class="m-t-sm" ng-show="projectSelect.indexOf('Bottleneck')!=-1">
- <label class="btn btn-outline btn-success " style=" margin-right: 5px;" tooltips tooltip-template="FuncTest is something" tooltip-size="small" ng-repeat="case in bottleNeckCase" value={{case}} ng-class="{'active': case == selectBottle}">
- <input type="checkbox" disabled="disabled" >{{case}}
-
- </label>
- </div>
-
- </div>
-
- </div>
-
-
- </div>
-
- </div>
- </div>
- <div style="margin-top: 10px;" class="pull-right">
- <button class="btn btn-primary" ng-click="test()">Submit</button>
- </div>
-
-
-</div> \ No newline at end of file
diff --git a/utils/test/reporting/pages/app/views/commons/table.html b/utils/test/reporting/pages/app/views/commons/table.html
deleted file mode 100644
index a33c48312..000000000
--- a/utils/test/reporting/pages/app/views/commons/table.html
+++ /dev/null
@@ -1,113 +0,0 @@
-<section class="container-tablesize">
- <div class="row border-bottom white-bg dashboard-header">
- <div class="row">
-
- <div class="ibox float-e-margins">
- <div class="ibox-title">
- <h5>Reporting </h5>
- <div class="ibox-tools">
- <a class="collapse-link">
- <i class="fa fa-chevron-up"></i>
- </a>
- <a class="dropdown-toggle" data-toggle="dropdown" href="#">
- <i class="fa fa-wrench"></i>
- </a>
- <ul class="dropdown-menu dropdown-user">
- <li><a href="#">Config option 1</a>
- </li>
- <li><a href="#">Config option 2</a>
- </li>
- </ul>
- <a class="close-link">
- <i class="fa fa-times"></i>
- </a>
- </div>
- </div>
-
- <div class="ibox-content row">
-
- <div class=" col-md-12" data-toggle="buttons" aria-pressed="false">
-
- <label> Status </label> &nbsp;&nbsp; &nbsp;
- <label class="btn btn-outline btn-success btn-sm" style="height:25px; margin-right: 5px;" ng-repeat="status in statusList" value={{status}} ng-checked="selectStatus.indexOf(status)>-1" ng-click="clickStatus(status)">
- <input type="checkbox" disabled="disabled" > {{status}}
-
- </label>
- </div>
-
- <hr class="myhr">
-
- <div class=" col-md-12" data-toggle="buttons">
- <label> Projects </label> &nbsp;
- <label class="btn btn-outline btn-success btn-sm " style="height:25px;margin-right: 5px;" ng-repeat="project in projectList" value={{project}} ng-checked="selectProjects.indexOf(project)>-1" ng-click="clickProject(project)">
- <input type="checkbox" disabled="disabled"> {{project}}
- </label>
-
- </div>
- <hr class="myhr">
- <div class=" col-md-12" data-toggle="buttons">
- <label> Installers </label>
- <label class="btn btn-outline btn-success btn-sm" style="height:25px;margin-right: 5px;" ng-repeat="installer in installerList" value={{installer}} ng-checked="selectInstallers.indexOf(installer)>-1" ng-click="clickInstaller(installer)">
- <input type="checkbox" disabled="disabled"> {{installer}}
- </label>
- </div>
-
- <hr style="border:0.5px dashed #e7eaec;border-top:1px;margin-bottom:10px;">
-
-
- <div class=" col-md-1" style="margin-top:5px;margin-right: 5px;">
- <selectize options="versionList" ng-model="selectVersion" config="VersionConfig"></selectize>
-
- </div>
-
- <div class=" col-md-1" style="margin-top:5px;margin-right: 5px;">
- <selectize options="loopList" ng-model="selectLoop" config="LoopConfig"></selectize>
-
- </div>
-
- <div class=" col-md-1" style="margin-top:5px;margin-right: 5px;">
- <selectize options="timeList" ng-model="selectTime" config="TimeConfig"></selectize>
- </div>
- </div>
- <div class="table-responsive">
-
- <table class="table table-bordered" id="table" ng-model="tableDataAll">
- <thead class="thead">
- <tr>
- <th>Scenario </th>
- <th colspan={{selectProjects.length}} ng-show="selectInstallers.indexOf(key)!=-1" value={{key}} ng-repeat="key in selectInstallers"><a href="notfound.html">{{key}}</a> </th>
- </tr>
-
- <tr>
-
- <td></td>
- <td ng-show="selectProjects.indexOf(project.project)!=-1 && selectInstallers.indexOf(project.installer)!=-1" ng-repeat="project in project_row track by $index" data={{project.installer}} value={{project.project}}>{{ project.project }}</td>
-
- </tr>
- </thead>
- <tbody class="tbody">
- <tr ng-repeat="scenario in scenario_rows" ng-show="selectStatus.indexOf(scenario.status)!=-1">
-
- <td nowrap="nowrap" data={{scenario.status}}><span class="fa fa-circle text-{{scenario.statusDisplay}}"></span> <a href="notfound.html">{{scenario.name}}</a> </td>
-
- <!--<td style="background-color:#e7eaec" align="justify" ng-if="data[0]=='Not Support'" ng-repeat="data in scenario.datadisplay track by $index" data={{data[1]}} value={{data[2]}}></td>-->
-
- <td nowrap="nowrap" ng-show="selectInstallers.indexOf(data.installer)!=-1 && selectProjects.indexOf(data.project)!=-1" ng-repeat="data in scenario.datadisplay track by $index" data={{data.project}} value={{data.installer}} class={{data.value}}>
- <span class="label label-{{data.label}}">{{data.label_value}}</a></span> {{data.value}}</td>
-
-
- </tr>
- </tbody>
- </table>
- </div>
-
- <div class="pull-right" style="margin-top: 5px">
- <span class="label label-danger">G</span>gold<span style="padding-left:20px"></span>
- <span class="label label-primary">P</span><span>platinium</span><span style="padding-left:20px"></span>
- <span class="label label-warning">S</span><span>silver</span>
- </div>
- </div>
- </div>
- </div>
-
-</section>
diff --git a/utils/test/reporting/pages/app/views/commons/testCaseList.html b/utils/test/reporting/pages/app/views/commons/testCaseList.html
deleted file mode 100644
index 0a28b6ce6..000000000
--- a/utils/test/reporting/pages/app/views/commons/testCaseList.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<div class="col-lg-12">
- <div class="ibox float-e-margins">
- <div class="ibox-content">
- <div>
- <h3 class="font-bold no-margins">
- Test Case List
- </h3>
- <small>list for test case </small>
- </div>
- <hr>
-
- <table class="table table-striped">
- <thead>
- <tr>
- <th>Scenario Name</th>
- <th>Owner</th>
- <th>Description</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td> os_nosdn_kvm_noha</td>
- <td>username</td>
- <td>balalalalala</td>
- </tr>
- <tr>
- <td> os_nosdn_kvm_</td>
- <td>username</td>
- <td>balalalalala</td>
- </tr>
- <tr>
- <td> os_nosdn_kvm_noha</td>
- <td>username</td>
- <td>balalalalala</td>
- </tr>
-
- </tbody>
-
-
-
-
-
- </table>
-
-
-
-
-
-
-
-
-
- </div>
- </div>
-</div> \ No newline at end of file
diff --git a/utils/test/reporting/pages/app/views/commons/testCaseVisual.html b/utils/test/reporting/pages/app/views/commons/testCaseVisual.html
deleted file mode 100644
index 4de4e187f..000000000
--- a/utils/test/reporting/pages/app/views/commons/testCaseVisual.html
+++ /dev/null
@@ -1,127 +0,0 @@
-<!--select page-->
-
-
-<div class="row">
-
-
- <div class="row border-bottom white-bg dashboard-header" style="border-radius: 5px 5px 5px 5px;width:90%;margin-left:30px; ">
-
- <h3>OPNFV Test ecosystem
- <small> *mouse over display test case list</small>
- </h3>
- <p>There are several projects dealing with integration and testing</p>
-
- <div>
- <img src="images/overview.png" usemap="#overview" class="img-responsive">
- <map name="overview">
- <area shape="rect" coords={{dovet}} alt="test" href="{{doveturl}}" onmouseover="pop(event)" ng-mouseover="myTrigger('dovetail')"/>
- <area shape="rect" coords={{functest}} alt="test" href="{{functesturl}}" onmouseover="pop(event)" ng-mouseover="myTrigger('functest')" />
- <area shape="rect" coords={{yardstick}} alt="test" href="{{yardstickurl}}" onmouseover="pop(event)" ng-mouseover="myTrigger('yardstick')"/>
- <area shape="rect" coords={{vsperf}} alt="test" href="{{vsperfurl}}" onmouseover="pop(event)" ng-mouseover="myTrigger('vsperf')" />
- <area shape="rect" coords={{stor}} alt="test" href="{{storperfurl}}" onmouseover="pop(event)" ng-mouseover="myTrigger('storperf')"/>
- <area shape="rect" coords={{qtip}} alt="test" href="{{qtipurl}}" onmouseover="pop(event)" ng-mouseover="myTrigger('qtip')" />
- <area shape="rect" coords={{bottlenecks}} alt="test" href="{{bottlenecksurl}}" onmouseover="pop(event)" ng-mouseover="myTrigger('bottlenecks')" />
- <area shape="rect" coords={{noPopArea1}} alt="test" onmouseover="pophide(event)" />
- <area shape="rect" coords={{noPopArea2}} alt="test" onmouseover="pophide(event)" />
- <area shape="rect" coords={{noPopArea3}} alt="test" onmouseover="pophide(event)" />
-
- </map>
-
- </div>
- </div>
- <div style="display: inline-block;">
- <div class="row border-bottom white-bg dashboard-header" style="border-radius: 5px 5px 5px 5px;margin-right:30px;margin-top:10px;display:inline-block; ">
- <h4>Introduction</h4>
- <p>
- Testing is still a key challenge for OPNFV.
- </p>
- <p>
- All the projects must manage their test strategy (unit, functional, security, performance)
- </p>
- <p>
- Several specific test projects have been validated by TSC and already deal with:
- <ul>
- <li>Define testcases</li>
- <li>Perform tests not covered by a single project</li>
- <li>Create tooling</li>
- <li>Study Performance end to end</li>
- </ul>
- </p>
-
-
- </div>
- <div class="row border-bottom white-bg dashboard-header" style="border-radius: 5px 5px 5px 5px;margin-top:10px;display:inline-block;">
- <h4>Project details</h4>
-
- We consider the projects referenced on the wiki main page:
- <ul>
- <li>Functest: VIM and NFVI funcionnal testing Umbrella project for functional testing</li>
- <li>Yardstick: Verification of the infrastructure compliance when running VNF applications.
- <br>Umbrella project for performance testing</li>
- <li>Storperf: Storage Perfomance testing</li>
- <li>VSperf: Data-plane performance testing</li>
- <li>CPerf: Controller performance testing</li>
- <li>Bottlenecks:Detect Bottlenecks in OPNFV solution</li>
- <li>QTIP: Platform Performance Benchmarking</li>
- <li>Dovetail: Test OPNFV validation criteria for use of OPNFV trademarks</li>
- </ul>
- </p>
- </div>
- </div>
-
-
- <div id="popup" class="popup" style="width: 40%;height: 35%" dw-loading="Key">
-
- <div ng-show="tableData.length==0">
- <center>
- <h3> No Data </h3>
- </center>
- </div>
- <div ng-show="tableData.length!=0">
-
- <table class="table">
- <thead>
- <tr>
- <td>
- <h3>Name</h3>
- </td>
- </tr>
- </thead>
-
- <tbody>
- <tr dir-paginate="data in tableData | itemsPerPage: 8 track by $index ">
- <td ng-if="data.value!=null"><a ng-click="getDetail(data.key)"> {{data.value}}</a></td>
- <td ng-if="data.value==null"><a ng-click="getDetail(data.key)"> null</a></td>
- <tr>
-
- </tbody>
-
- </table>
-
- <center>
- <dir-pagination-controls></dir-pagination-controls>
- </center>
- </div>
-
- </div>
-
-
- <script>
- $(document).ready(function(e) {
- $('img[usemap]').rwdImageMaps();
-
- });
-
- function pop(e) {
- var thing = document.getElementById("popup");
- thing.style.left = e.clientX + 'px';
- thing.style.top = e.clientY + 'px';
- setTimeout('$("#popup").show()', 1000);
- return true;
- }
-
- function pophide(e) {
- $('#popup').hide();
- return true;
- }
- </script>