aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-01-14 17:28:36 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-01-14 17:58:10 +0100
commita5f39b0edfcdcc70cc59f2433bc593595bad9266 (patch)
tree04c2f728017c008a50fd819b4503a2acabcce3f2 /doc
parent6b770d9faf53410e2ec628ce27734e278d468a9b (diff)
Publish Xtesting2020
Change-Id: Ife0d97eba3b09b54c0904128896998d8524db905 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/xtesting2020/index.html52
-rw-r--r--doc/xtesting2020/xtesting2020.md43
2 files changed, 95 insertions, 0 deletions
diff --git a/doc/xtesting2020/index.html b/doc/xtesting2020/index.html
new file mode 100644
index 00000000..47833e5d
--- /dev/null
+++ b/doc/xtesting2020/index.html
@@ -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
index 00000000..be7fdc4e
--- /dev/null
+++ b/doc/xtesting2020/xtesting2020.md
@@ -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!