X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=a2%2F2results.tex;h=361f9df3c1674324fa963f1cf9aaab818b201670;hb=775f8c86c43002e35e1f769034c5660ed72c10fa;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=e2f8479ab99ec2d7bc8ce1dea16ebc2a0a989231;p=tt2015.git diff --git a/a2/2results.tex b/a2/2results.tex index e69de29..361f9df 100644 --- a/a2/2results.tex +++ b/a2/2results.tex @@ -0,0 +1,36 @@ + +\pagebreak + +\begin{table} + +\subsection{Preflight checklist} + +\textbf{TODO: DEZE TABEL WEL UPDATEN!!} + +\begin{tabularx}{\linewidth}{| l | X|} + \hline +Check 1 & Get the SUT in a workable state. \\\hline +Course of action & \begin{enumerate} + \item Import the VirtualBox image into VirtualBox. + \item Boot the vm. + \item Verify the SUT booted succesfully and the network module(s) are loaded. +\end{enumerate} \\\hline +Passed & \textit{\st{Yes}/No} \\\hline \hline +Check 2 & Verify the SUT is complete. \\\hline +Course of action & \begin{enumerate} + \item Use the course of action for \emph{Check 1} in order to boot the SUT. + \item Verify the loopback device exists using \emph{ifconfig} + \item Verify the \emph{echo-server} is present on the system. + \item Verify \emph{Scrappy} is present on the system. + \item Verify all scripts used for testing are present on the system. +\end{enumerate} \\\hline +Passed & \textit{\st{Yes}/No} \\\hline \hline +Check 3 & Initialize the testing environment. \\\hline +Course of action & \begin{enumerate} + \item Boot the SUT (see \emph{Check 1}). + \item Setup iptables by executing \emph{./scripts/setup/iptables.sh} + \item Setup ... by executing \emph{./scripts/setup/...} +\end{enumerate} \\\hline +Passed & \textit{\st{Yes}/No} \\\hline +\end{tabularx} +\end{table}