Framework voor results toegevoegd
[tt2015.git] / a2 / 2results.tex
1
2 \subsection{Preflight checklist}
3 Execution of the preflight checklist of Table~\ref{tbl:preflight} yields the
4 following results:
5
6 \begin{table}[H]
7 \centering
8 \begin{tabular}{|l|l|}
9 \hline
10 Check \# & result \\ \hline \hline
11 1 & RESULT\\ \hline
12 2 & RESULT\\ \hline
13 3 & RESULT\\ \hline
14 4 & RESULT\\ \hline
15 5 & RESULT\\ \hline
16 \end{tabular}
17 \caption{Results of the preflight checks}
18 \label{tbl:preflightresults}
19 \end{table}
20
21 \subsection{Test cases}
22 Comparing the results of the execution of the test cases of
23 Table~\ref{tbl:testpairs} with the expected results of those test cases specified in
24 Table~\ref{tbl:testcases} yields the following results:
25
26 \setcounter{TCC}{1}
27 \begin{table}[H]
28 \centering
29 \begin{tabular}{|l|l|}
30 \hline
31 Test case \# & result \\ \hline \hline
32 \doTCC & RESULT\\ \hline
33 \doTCC & RESULT\\ \hline
34 \doTCC & RESULT\\ \hline
35 \doTCC & RESULT\\ \hline
36 \doTCC & RESULT\\ \hline
37 \doTCC & RESULT\\ \hline
38 \doTCC & RESULT\\ \hline
39 \doTCC & RESULT\\ \hline
40 \doTCC & RESULT\\ \hline
41 \doTCC & RESULT\\ \hline
42 \doTCC & RESULT\\ \hline
43 \doTCC & RESULT\\ \hline
44 \doTCC & RESULT\\ \hline
45 \doTCC & RESULT\\ \hline
46 \doTCC & RESULT\\ \hline
47 \doTCC & RESULT\\ \hline
48 \doTCC & RESULT\\ \hline
49 \doTCC & RESULT\\ \hline
50 \doTCC & RESULT\\ \hline
51 \doTCC & RESULT\\ \hline
52 \doTCC & RESULT\\ \hline
53 \doTCC & RESULT\\ \hline
54 \doTCC & RESULT\\ \hline
55 \doTCC & RESULT\\ \hline
56 \end{tabular}
57 \caption{Results of the test cases}
58 \label{tbl:testcasesresults}
59 \end{table}
60
61 \subsection{Result}
62 To pass the test the SUT has to pass all the specified test cases (
63 Table~\ref{tbl:tpreflight} and Table~\ref{tbl:testpairs}). As can be seen in
64 Table~\ref{tbl:preflightresults} and Table~\ref{tbl:testcasesresults} this is
65 %not %remove first % in case of any failure
66 the case. Therefore the SUT has PASSED/FAILED this test.
67 %This failure is due to the failure of the test case(s) 1,2,3,n as specified
68 %where the SUT failed to behave in the expected way by... %behavior dat SUT wel
69 %%liet zien
70
71 %
72 %\textbf{TODO: DEZE TABEL WEL UPDATEN!!}
73 %
74 %\begin{table}
75 %\begin{tabularx}{\linewidth}{| l | X|}
76 % \hline
77 %Check 1 & Get the SUT in a workable state. \\\hline
78 %Course of action & \begin{enumerate}
79 % \item Import the VirtualBox image into VirtualBox.
80 % \item Boot the vm.
81 % \item Verify the SUT booted succesfully and the network module(s) are loaded.
82 %\end{enumerate} \\\hline
83 %Passed & \textit{\st{Yes}/No} \\\hline \hline
84 %Check 2 & Verify the SUT is complete. \\\hline
85 %Course of action & \begin{enumerate}
86 % \item Use the course of action for \emph{Check 1} in order to boot the SUT.
87 % \item Verify the loopback device exists using \emph{ifconfig}
88 % \item Verify the \emph{echo-server} is present on the system.
89 % \item Verify \emph{Scrappy} is present on the system.
90 % \item Verify all scripts used for testing are present on the system.
91 %\end{enumerate} \\\hline
92 %Passed & \textit{\st{Yes}/No} \\\hline \hline
93 %Check 3 & Initialize the testing environment. \\\hline
94 %Course of action & \begin{enumerate}
95 % \item Boot the SUT (see \emph{Check 1}).
96 % \item Setup iptables by executing \emph{./scripts/setup/iptables.sh}
97 % \item Setup ... by executing \emph{./scripts/setup/...}
98 %\end{enumerate} \\\hline
99 %Passed & \textit{\st{Yes}/No} \\\hline
100 %\end{tabularx}
101 %\end{table}