Publish Xtesting2020 52/69552/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Jan 2020 16:28:36 +0000 (17:28 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Tue, 14 Jan 2020 16:58:10 +0000 (17:58 +0100)
Change-Id: Ife0d97eba3b09b54c0904128896998d8524db905
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
doc/xtesting2020/index.html [new file with mode: 0644]
doc/xtesting2020/xtesting2020.md [new file with mode: 0644]

diff --git a/doc/xtesting2020/index.html b/doc/xtesting2020/index.html
new file mode 100644 (file)
index 0000000..47833e5
--- /dev/null
@@ -0,0 +1,52 @@
+<html>
+<head>
+<title>Xtesting 2020</title>
+<meta name="author" content="Cédric Ollivier">
+<meta name="viewport"
+    content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
+<link rel="stylesheet" href="../reveal.js/css/reveal.css">
+<link rel="stylesheet" href="../reveal.js/css/theme/white.css">
+<link rel="stylesheet" href="../reveal.js/lib/css/zenburn.css">
+<script>
+var link = document.createElement( 'link' );
+link.rel = 'stylesheet';
+link.type = 'text/css';
+link.href = window.location.search.match( /print-pdf/gi ) ? '../reveal.js/css/print/pdf.css' : '../reveal.js/css/print/paper.css';
+document.getElementsByTagName( 'head' )[0].appendChild( link );
+</script>
+</head>
+<body>
+    <div class="reveal">
+        <div class="slides">
+            <section data-markdown="xtesting2020.md" data-separator="^\n\n\n"
+                data-separator-vertical="^\n\n" data-separator-notes="^Note:"></section>
+        </div>
+    </div>
+    <script src="../reveal.js/lib/js/head.min.js"></script>
+    <script src="../reveal.js/js/reveal.js"></script>
+    <script>
+        Reveal.initialize({
+            dependencies : [ {
+                src : '../reveal.js/plugin/markdown/marked.js',
+                condition : function() {
+                    return !!document.querySelector('[data-markdown]');
+                }
+            }, {
+                src : '../reveal.js/plugin/markdown/markdown.js',
+                condition : function() {
+                    return !!document.querySelector('[data-markdown]');
+                }
+            }, {
+                src: '../reveal.js/plugin/highlight/highlight.js',
+                async: true,
+                callback: function() {
+                    hljs.initHighlightingOnLoad();
+                }
+            }, {
+            src: '../reveal.js/plugin/notes/notes.js',
+        async: true
+            } ]
+        });
+    </script>
+</body>
+</html>
diff --git a/doc/xtesting2020/xtesting2020.md b/doc/xtesting2020/xtesting2020.md
new file mode 100644 (file)
index 0000000..be7fdc4
--- /dev/null
@@ -0,0 +1,43 @@
+# Xtesting 2020
+
+[Cédric Ollivier](mailto:cedric.ollivier@orange.com)
+
+2020/01/16
+
+
+
+## What's new in jerma?
+
+
+### Increase deployment models
+
+- support multiple deployment models: fully centralized (LFN), distributed or
+  mixed of them
+- fully support NAT or ssh tunneling model
+- support GitlabCI
+
+**selected in CNTT RI and RC!**
+
+
+### And
+
+- fully manage artifacts publication via S3 (e.g. artificats.opnfv.org)
+- dump all log compaign easily via S3 (see Kubernetes Conformance)
+- partially integrate a generic dashboard based on Cachet
+- add behave driver
+
+
+
+## Kali (K-release)
+
+
+### Ideas
+
+- harden GitlabCI support (check all deployment scenarios)
+- improve the testcase runner
+- add GNU/Linux packages (then integrate them in GNU/Linux distributions)
+- support new drivers?
+
+
+
+## Thank You!