Skip to content
Snippets Groups Projects
Commit 4e3711c6 authored by Camelia Groza's avatar Camelia Groza
Browse files

poze + a bit more implementation

parent 9d100572
No related branches found
No related tags found
No related merge requests found
......@@ -6,9 +6,9 @@
The first \ac{ATF} was a simple solution for a simple problem but as multiple
projects appeared with different configurations and requirements, patches and
exceptions had to be introduced in order to solve the new, more complex,
problems. Overtime, maintaining the project became too big an effort due to he
problems. Overtime, maintaining the project became too big an effort due to the
high number of irregularities. The chosen solution was to implement a new, more
robust framework that supports easily configurable projects.
robust framework that supported easily configurable projects.
\section{Design}
\begin{figure}[bth]
......@@ -19,16 +19,39 @@ robust framework that supports easily configurable projects.
\end{figure}
\section{The Session Configuration File}
TODO
\begin{figure}[bth]
\myfloatalign
\includegraphics[width=1\linewidth]{gfx/scf} \\
\caption[The Session Configuration File.]{The Session Configuration File.}
\label{fig:scf}
\end{figure}
\section{Workflow}
TODO
\begin{figure}[bth]
\myfloatalign
\includegraphics[width=1\linewidth]{gfx/cw_wrapper} \\
\caption[The CodeWarrior Debugger Shell wrapper.]{The CodeWarrior Debugger Shell wrapper.}
\label{fig:wrapper}
\end{figure}
\section{Tool Management}
TODO
\section{Usage}
TODO
\begin{lstlisting}[frame=ltbr,
caption={List active triggers with he ATF client},
linewidth=14.4cm,
label=lst:client_list]
$ ./atf_client.py list -triggers
+--------+-------------+---------------------+------------+--------------------+
| Users | Stream | Session | Cron | Next iteration |
+--------+-------------+---------------------+------------+--------------------+
| b39206 | Integration | PUCCH_session_next | 0 21 * * 6 | 2014/06/21 21:00:00|
| b47878 | Integration | LTE_regression_next | 30 1 * * 1 | 2014/06/19 01:30:00|
+--------+-------------+---------------------+------------+--------------------+
\end{lstlisting}
%*****************************************
%*****************************************
......
gfx/cw_wrapper.png

20.6 KiB

gfx/scf.png

40.8 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment