na een hoop ruzie met latex is er nu een checklist!
[tt2015.git] / a2 / 2results.tex
1
2 \pagebreak
3
4 \begin{table}
5
6 \subsection{Preflight checklist}
7
8 \textbf{TODO: DEZE TABEL WEL UPDATEN!!}
9
10 \begin{tabularx}{\linewidth}{| l | X|}
11 \hline
12 Check 1 & Get the SUT in a workable state. \\\hline
13 Course of action & \begin{enumerate}
14 \item Import the VirtualBox image into VirtualBox.
15 \item Boot the vm.
16 \item Verify the SUT booted succesfully and the network module(s) are loaded.
17 \end{enumerate} \\\hline
18 Passed & \textit{\st{Yes}/No} \\\hline \hline
19 Check 2 & Verify the SUT is complete. \\\hline
20 Course of action & \begin{enumerate}
21 \item Use the course of action for \emph{Check 1} in order to boot the SUT.
22 \item Verify the loopback device exists using \emph{ifconfig}
23 \item Verify the \emph{echo-server} is present on the system.
24 \item Verify \emph{Scrappy} is present on the system.
25 \item Verify all scripts used for testing are present on the system.
26 \end{enumerate} \\\hline
27 Passed & \textit{\st{Yes}/No} \\\hline \hline
28 Check 3 & Initialize the testing environment. \\\hline
29 Course of action & \begin{enumerate}
30 \item Boot the SUT (see \emph{Check 1}).
31 \item Setup iptables by executing \emph{./scripts/setup/iptables.sh}
32 \item Setup ... by executing \emph{./scripts/setup/...}
33 \end{enumerate} \\\hline
34 Passed & \textit{\st{Yes}/No} \\\hline
35 \end{tabularx}
36 \end{table}