twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit 92809681ee13a35c0ee71736fe131d56a3d235e4
parent c07d001fd1fddee600ca94b27ed50916f00898ab
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 10 Sep 2018 12:16:50 +0200

Writing down the rough scheme of the presentation.

Diffstat:
Mpresentation/twister.tex | 46+++++++++++++++++++++++++++++++++++++---------
1 file changed, 37 insertions(+), 9 deletions(-)

diff --git a/presentation/twister.tex b/presentation/twister.tex @@ -29,9 +29,11 @@ % Adapt title information % ======================= -\title{Twister \\ Easy C instrumentation and programmable proxy} +\title{GNU Twister \\ Easy C instrumentation and programmable proxy} \institute{Taler Systems SA} -\author{Dr. Christian Grothoff \& Marcello Stanisci} +\author{Christian Grothoff ({\tt christian@grothoff.org}) \\ + Marcello Stanisci ({\tt stanisci.m@gmail.com})} + \date{10.9.2018} % Some common packages @@ -47,18 +49,44 @@ \usepackage{wrapfig} - \usetikzlibrary{snakes} +\usetikzlibrary{snakes} \begin{document} \begin{frame} - \frametitle{GNU Twister: C-friendly programmable proxy} -\begin{textblock*}{4cm}(.5cm,7.5cm) % {block width} (coords) - {\Large {\bf \url{taler.net}} \\ - twitter@taler \\ - mail@taler.net } -\end{textblock*} + \titlepage +\end{frame} + +\begin{frame} + \frametitle{Overall architecture} + + % Overall architecture where Twister applies: + % HTTP client, HTTP server, REST API, + % focus on JSON as interchange format + +\end{frame} + +\begin{frame} + \frametitle{HTTP proxy} + + % Twister HTTP proxy (between client and server) + +\end{frame} + +\begin{frame} + \frametitle{Test driver example} + + % Test driver (below) controlling client, twister and server to + % drive test execution + +\end{frame} + +\begin{frame} + \frametitle{Libtalertwister} + + % libtalertwister: control API examples (giving Twister commands + % to twist next request/response) \end{frame}