From 64605f1cc7117854abb203375deee396e0d65cc1 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Sat, 24 Dec 2016 23:08:46 +0000 Subject: Create Test Reporting landing page JIRA: RELENG-165 In this patch, I do the follow things: 1.deploy tornado server(currently I haven't write any backend code, since the backend code depend on the testapi and I need to communicate with Serena). 2.landing page code(almostly finished. But I haven't the data, so for now, the data this page shows is a mock json. When the testapi and my backend code ready, this page will finally finished) 3.deployment: supervisor + nginx + tornado + angular usage: docker run -itd -p 8000:8000 opnfv/reporting: visit landing page: http://server_ip:8000/reporting/index.html test api: http://server_ip:8000/landing-page/filters visit old reporting page: http://server_ip:8000/display/master/yardstick/status-apex.html Change-Id: I527ab2661ce9e84b2942ebe673afbf5f2bc7878f Signed-off-by: chenjiankun --- utils/test/reporting/pages/app/views/main.html | 252 +++++++++++++++++++++++++ 1 file changed, 252 insertions(+) create mode 100644 utils/test/reporting/pages/app/views/main.html (limited to 'utils/test/reporting/pages/app/views/main.html') diff --git a/utils/test/reporting/pages/app/views/main.html b/utils/test/reporting/pages/app/views/main.html new file mode 100644 index 000000000..1e3fe9e5a --- /dev/null +++ b/utils/test/reporting/pages/app/views/main.html @@ -0,0 +1,252 @@ + + + + + + +
+
+ +

+ OPNFV’s goals are to: +

+
+ +

Develop an integrated and tested open source platform that can be used to build NFV functionality--accelerating + the introduction of new products and services

+

Details »

+
+
+ +

Include participation of leading end users to validate that OPNFV meets the needs of user community

+

Details »

+
+
+ +

Contribute to and participate in relevant open source projects that will be leveraged in the OPNFV platform; + ensuring consistency, performance and interoperability among open source components

+

Details »

+
+
+ +

Establish an ecosystem for NFV solutions based on open standards and software to meet the needs of end users

+

Details »

+
+
+ +

Promote OPNFV as the preferred platform and community for open source NFV

+

Details »

+
+
+
+ + +
+ +
+
+
+
+ +

Contact Us

+
+
+
+
+
+ Press, Analyst, or Speaking Inquiries
pr@opnfv.org +
+
+
+ OPNFV Events
events@opnfv.org +
+
+
+ IT Support
opnfv-helpdesk@rt.linuxfoundation.org +
+
+
+ +
+
+ To submit and track bugs related to OPNFV
Please visit https://jira.opnfv.org +
+
+
+ Newsletter
Sign up for the OPNFV newsletter +
+
+
+ Membership
Please visit the Join as a Member page +
+
+ +
+
+
+
+ + +
+
+
+
+

© 2016 Open Platform for NFV Project, Inc
A Linux Foundation Collaborative Project. All + Rights Reserved. Open Platform for NFV and OPNFV are trademarks of the Open Platform for NFV Project, Inc. Linux + Foundation is a registered trademark of The Linux Foundation. Linux is a registered trademark of Linus Torvalds. + Please see our terms of use, trademark policy, and privacy policy. +

+
+
+
+
+ + -- cgit 1.2.3-korg