Presentation Test community Design Summit
[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                                                 </section>
119                                                 <section data-markdown>
120                                                         # CPerf
121                                                 </section>
122                                                 <section data-markdown>
123                                                         # StorPerf
124                                                 </section>
125                                                 <section data-markdown>
126                                                         # VSPerf
127                                                 </section>
128                                                 <section data-markdown>
129                                                         # Bottlenecks
130                                                 </section>
131                                 </section>
132                                 <section>
133                                     <section data-markdown>
134                                     # Upstream, upstream, upstream.. 
135                                     </section>
136                                     <section data-markdown>
137                                     ## We are on the shoulders of the giants
138                                     * Rally (OpenStack)
139                                     * ODL, ONOS, ...
140                                     * RobotFramework, teston
141                                     * ..... 
142                                     </section>
143                                     <section data-markdown>
144                                     ## Time to give back 
145                                     </section>
146
147                                     <section data-markdown>
148                                     ## How to improve work with testing upstream community 
149                                     </section>
150
151                                 </section>
152
153                                 <section>
154                                     <section data-markdown>
155                                     # Towards telco Cloud API... 
156                                     </section>
157
158                                     <section data-markdown>
159                                     ## 
160                                     </section>
161
162                                 </section>
163
164                                 <section>
165                                         <h3>Thank you</h3>
166                                         <img width="600"  data-src="../img/colorado.png" alt="tests">
167                                 </section>
168
169                         </div>
170             <div class='footer'>
171                                  <img src="../img/logo-OPNFV.png" alt="OPNFV logo"> 
172                 </div>
173                 </div>
174
175                 <script src="../lib/js/head.min.js"></script>
176                 <script src="../js/reveal.js"></script>
177
178                 <script>
179
180                         // Full list of configuration options available at:
181                         // https://github.com/hakimel/reveal.js#configuration
182                         Reveal.initialize({
183                                 controls: true,
184                                 progress: true,
185                                 history: true,
186                                 center: true,
187
188                                 transition: 'slide', // none/fade/slide/convex/concave/zoom
189
190                                 // Optional reveal.js plugins
191                                 dependencies: [
192                                         { src: '../lib/js/classList.js', condition: function() { return !document.body.classList; } },
193                                         { src: '../plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
194                                         { src: '../plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
195                                         { src: '../plugin/highlight/highlight.js', async: true, condition: function() { return !!document.querySelector( 'pre code' ); }, callback: function() { hljs.initHighlightingOnLoad(); } },
196                                         { src: '../plugin/zoom-js/zoom.js', async: true },
197                                         { src: '../plugin/notes/notes.js', async: true }
198                                 ]
199                         });
200
201                 </script>
202
203         </body>
204 </html>