Add yardstick section into Presentation
[functest.git] / docs / com / pres / conversation.html
1 <!doctype html>
2 <html lang="en">
3
4         <head>
5                 <meta charset="utf-8">
6
7                 <title>OPNFV presentation</title>
8
9                 <meta name="description" content="Conversation with the Testing community">
10                 <meta name="author" content="M.Richomme, ....">
11
12                 <meta name="apple-mobile-web-app-capable" content="yes" />
13                 <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
14
15                 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
16
17                 <link rel="stylesheet" href="../css/reveal.css">
18                 <link rel="stylesheet" href="../css/theme/OPNFV.css" id="theme">
19
20                 <!-- Code syntax highlighting -->
21                 <link rel="stylesheet" href="../lib/css/zenburn.css">
22
23                 <!-- Printing and PDF exports -->
24                 <script>
25                         var link = document.createElement( 'link' );
26                         link.rel = 'stylesheet';
27                         link.type = 'text/css';
28                         link.href = window.location.search.match( /print-pdf/gi ) ? '../css/print/pdf.css' : '../css/print/paper.css';
29                         document.getElementsByTagName( 'head' )[0].appendChild( link );
30                 </script>
31
32                 <!--[if lt IE 9]>
33                 <script src="lib/js/html5shiv.js"></script>
34                 <![endif]-->
35         </head>
36
37         <body>
38
39                 <div class="reveal">
40                         <!-- Any section element inside of this container is displayed as a slide -->
41                         <div class="slides">
42
43                                 <section data-background="../img/title-bg.png" data-background-transition="none">
44                      <br>
45                      <h1>Conversation with the Testing Community</h1>
46                      <br><br>
47                                          <h4>OPNFV testing community</h4>
48                                          <h5>OPNFV Design Summit, 20/6/2016, Berlin</h5>
49                                          <br>
50
51                                 </section>
52
53                                 <section data-markdown>
54                                                 >“You make experiments and I make theories. Do you know the difference? A theory is something nobody believes, except the person who made it. An experiment is something everybody believes, except the person who made it." A.Einstein
55                                 </section>
56
57                                 <section data-markdown>
58                                         # Agenda
59                                         * Who are we?
60                                         * Upstream, Upstream, Upstream
61                                         * Towards Telco Cloud KPI
62                                 </section>
63
64                                 <section data-markdown>
65                                         # Who are we?
66                                         ![alt text](https://wiki.opnfv.org/download/attachments/2926690/Testing.png "OPNFV testing group")
67                                 </section>
68                 <section>
69                                         <section>
70                                                 <h3>The test projects</h3>
71                                                 <table>
72                                                         <thead>
73                                                                 <tr>
74                                                                         <th>Test case</th>
75                                                                         <th>Description</th>
76                                                                 </tr>
77                                                         </thead>
78                                                         <tbody>
79                                                                 <tr>
80                                                                         <td>Functest</td>
81                                                                         <td>Umbrella project for Functional testing</td>
82                                                                 </tr>
83                                                                 <tr>
84                                                                         <td>Yardstick</td>
85                                                                         <td>Umbrella project for performance/qualification testing</td>
86                                                                 </tr>                                                   
87                                                                 <tr>
88                                                                         <td>CPerf</td>
89                                                                         <td>SDN controller performance testing</td>
90                                                                 </tr>
91                                                                 <tr>
92                                                                         <td>StorPerf</td>
93                                                                         <td>Storage performance testing</td>
94                                                                 </tr>
95                                                                 <tr>
96                                                                         <td>VSPerf</td>
97                                                                         <td>VSwitch qualification</td>
98                                                                 </tr>
99                                                                 <tr>
100                                                                         <td>Bottlenecks</td>
101                                                                         <td>Detect possible bottlenecks </td>
102                                                                 </tr>
103                                                         </tbody>
104                                                 </table>
105                                         </section>
106
107                                                 <section data-markdown>
108                                                         # Functest
109                                                         * Functional testing to validate scenarios
110                                                         * Contributors (raise your hands)
111                                                         * Functest presentation (here...1h ago :)) slide available here
112                                                         * breakout sessions
113                                                           * Today 4PM (feature project integration), 5PM (Colorado status)
114                                                           * tomorrow 11AM (API, test collection), 1PM (work Upstream), 3.15PM (D Release)(to be confirmed...)
115                                                 </section>
116                                                 <section data-markdown>
117                                                         # Yardstick
118                                                         * Performance testing framework and NFVI Validation
119                                                         * [Contributors](https://wiki.opnfv.org/display/yardstick/People)
120                                                         * Yardstick presentation
121                                                           *How to Do a Pre-deployment NFVI Validation Quickly and Efficiently? Wednesday, June 22, 4:00 PM - 4:30 PM 
122                                                           *Yardstick: A Pre-deployment NFVI Validation Tool. Thursday, June 23, 3:10 PM - 3:30 PM
123                                                         * breakout sessions
124                                                           * Tomorrow 2PM (Yardstick in C)
125                                                 </section>
126                                                 <section data-markdown>
127                                                         # CPerf
128               * SDN Controller Performance Testing
129               * Upstream test experts + standards/metrics experts
130               * Goal: Cross-controller perf tests in CI against realistic deployments
131                                                 </section>
132                                                 <section data-markdown>
133                                                         # StorPerf
134                                                 </section>
135                                                 <section data-markdown>
136                                                         # VSPerf
137                                                 </section>
138                                                 <section data-markdown>
139                                                         # Bottlenecks
140                                                 </section>
141                                 </section>
142                                 <section>
143                                     <section data-markdown>
144                                     # Upstream, upstream, upstream.. 
145                                     </section>
146                                     <section data-markdown>
147                                     ## We are on the shoulders of the giants
148                                     * Rally (OpenStack)
149                                     * ODL, ONOS, ...
150                                     * RobotFramework, teston
151                                     * ..... 
152                                     </section>
153                                     <section data-markdown>
154                                     ## Time to give back 
155                                     </section>
156
157                                     <section data-markdown>
158                                     ## How to improve work with testing upstream community 
159                                     </section>
160
161                                 </section>
162
163                                 <section>
164                                     <section data-markdown>
165                                     # Towards telco Cloud API... 
166                                     </section>
167
168                                     <section data-markdown>
169                                     ## 
170                                     </section>
171
172                                 </section>
173
174                                 <section>
175                                         <h3>Thank you</h3>
176                                         <img width="600"  data-src="../img/colorado.png" alt="tests">
177                                 </section>
178
179                         </div>
180             <div class='footer'>
181                                  <img src="../img/logo-OPNFV.png" alt="OPNFV logo"> 
182                 </div>
183                 </div>
184
185                 <script src="../lib/js/head.min.js"></script>
186                 <script src="../js/reveal.js"></script>
187
188                 <script>
189
190                         // Full list of configuration options available at:
191                         // https://github.com/hakimel/reveal.js#configuration
192                         Reveal.initialize({
193                                 controls: true,
194                                 progress: true,
195                                 history: true,
196                                 center: true,
197
198                                 transition: 'slide', // none/fade/slide/convex/concave/zoom
199
200                                 // Optional reveal.js plugins
201                                 dependencies: [
202                                         { src: '../lib/js/classList.js', condition: function() { return !document.body.classList; } },
203                                         { src: '../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
204                                         { src: '../plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
205                                         { src: '../plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
206                                         { src: '../plugin/zoom-js/zoom.js', async: true },
207                                         { src: '../plugin/notes/notes.js', async: true }
208                                 ]
209                         });
210
211                 </script>
212
213         </body>
214 </html>