Update image, add Qtip and minor formatting changes
[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-Berlin.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-berlin.png" data-background-transition="none">
44                      <br><br><br><br><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                                         ![team](../img/OPNFV_testing_group.png)
67                                         This is a representation...not a governance!
68                                 </section>
69                 <section>
70                                         <section>
71                                                 <h3>The test projects</h3>
72                                                 <table>
73                                                         <thead>
74                                                                 <tr>
75                                                                         <th>Test case</th>
76                                                                         <th>Description</th>
77                                                                 </tr>
78                                                         </thead>
79                                                         <tbody>
80                                                                 <tr>
81                                                                         <td>Functest</td>
82                                                                         <td>Umbrella project for Functional testing</td>
83                                                                 </tr>
84                                                                 <tr>
85                                                                         <td>Yardstick</td>
86                                                                         <td>Umbrella project for performance/qualification testing</td>
87                                                                 </tr>                                                   
88                                                                 <tr>
89                                                                         <td>CPerf</td>
90                                                                         <td>SDN controller performance testing</td>
91                                                                 </tr>
92                                                                 <tr>
93                                                                         <td>StorPerf</td>
94                                                                         <td>Storage performance testing</td>
95                                                                 </tr>
96                                                                 <tr>
97                                                                         <td>VSPerf</td>
98                                                                         <td>VSwitch qualification</td>
99                                                                 </tr>
100                                                                 <tr>
101                                                                         <td>Bottlenecks</td>
102                                                                         <td>Detect possible bottlenecks</td>
103                                                                 </tr>
104                                                                 <tr>
105                                                                         <td>QTip</td>
106                                                                         <td>Harware benchmarking</td>
107                                                                 </tr>                                                           
108                                                         </tbody>
109                                                 </table>
110                                         </section>
111
112                                                 <section data-markdown>
113                                                         # Functest
114                                                         * Functional testing to validate scenarios
115                                                         * Contributors (raise your hands)
116                                                         * Functest presentation (here...1h ago :))
117                                                         * breakout sessions
118                                                           * Today 3.10PM-3.40PM (vIMS evolution) 4PM (feature project integration), 5PM (Colorado status)
119                                                           * tomorrow 11AM (API, test collection), 1PM (work Upstream), 3.15PM (D Release)(to be confirmed...)
120                                                 </section>
121                                                 <section data-markdown>
122                                                         # Yardstick
123                                                         * Performance testing framework and NFVI Validation
124                                                         * [Contributors](https://wiki.opnfv.org/display/yardstick/People)
125                                                         * Yardstick presentation
126                                                           * How to Do a Pre-deployment NFVI Validation Quickly and Efficiently? Wednesday, June 22, 4:00 PM - 4:30 PM
127                                                           * Yardstick: A Pre-deployment NFVI Validation Tool. Thursday, June 23, 3:10 PM - 3:30 PM
128                                                         * breakout sessions
129                                                           * Tomorrow 2PM (Yardstick in C)
130                                                 </section>
131                                                 <section data-markdown>
132                                                         # CPerf
133                                                         * SDN Controller Performance Testing
134                                                         * Upstream test experts + standards/metrics experts
135                                                         * Goal: Cross-controller perf tests in CI against realistic deployments
136                                                 </section>
137                                                 <section data-markdown>
138                                                         # StorPerf
139                                                 </section>
140                                                 <section data-markdown>
141                                                         # VSPerf
142                                                 </section>
143                                                 <section data-markdown>
144                                                         # Bottlenecks
145                                                 </section>
146                                                 <section data-markdown>
147                                                         # QTip
148                                                 </section>                                              
149                                 </section>
150                                 <section>
151                                     <section data-markdown>
152                                     # Upstream, upstream, upstream.. 
153                                     </section>
154                                     <section data-markdown>
155                                     ## We are on the shoulders of the giants
156                                     * Rally (OpenStack)
157                                     * ODL, ONOS, ...
158                                     * RobotFramework, Teston
159                                     * ..... 
160                                     </section>
161                                     <section data-markdown>
162                                     ## Time to give back 
163                                     ### How to improve work with testing upstream community 
164                                     </section>
165
166                                 </section>
167
168                                 <section>
169
170                                     <section data-markdown>
171                                     # Towards Telco Cloud KPI?
172                                     </section>
173                                     
174                                     <section data-markdown>
175                                     # Testing group goals
176                                     * Define common needs (naming, rules, tools...)
177                                     * Unify result collection, reporting, dashboarding, documentation 
178                                     * Share best practice: docker, CLI, .. 
179                                     * Identify testing domains
180                                     * Encourage testing in poorly covered areas 
181                                     </section>
182
183                                     <section data-markdown>
184                                     # The ultimate goal: define Telco Cloud KPIs
185                                     * Provide methodology and test suites to qualify a Telco Cloud
186                                     * Provide reference benchs for plugfest/third party integration: compare apple with apple                                
187                                     </section>
188
189                                 </section>
190
191                                 <section data-markdown>
192                                         # Thank you
193                                 </section>
194
195                         </div>
196             <div class='footer'>
197                                  <img src="../img/logo-OPNFV-Berlin.png" alt="OPNFV logo"> 
198                 </div>
199                 </div>
200
201                 <script src="../lib/js/head.min.js"></script>
202                 <script src="../js/reveal.js"></script>
203
204                 <script>
205
206                         // Full list of configuration options available at:
207                         // https://github.com/hakimel/reveal.js#configuration
208                         Reveal.initialize({
209                                 controls: true,
210                                 progress: true,
211                                 history: true,
212                                 center: true,
213
214                                 transition: 'slide', // none/fade/slide/convex/concave/zoom
215
216                                 // Optional reveal.js plugins
217                                 dependencies: [
218                                         { src: '../lib/js/classList.js', condition: function() { return !document.body.classList; } },
219                                         { src: '../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
220                                         { src: '../plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
221                                         { src: '../plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
222                                         { src: '../plugin/zoom-js/zoom.js', async: true },
223                                         { src: '../plugin/notes/notes.js', async: true }
224                                 ]
225                         });
226
227                 </script>
228
229         </body>
230 </html>