report - added test scenario
authorAdriana Draghici <adriana008@gmail.com>
Thu, 11 Feb 2010 19:16:59 +0000 (21:16 +0200)
committerAdriana Draghici <adriana008@gmail.com>
Thu, 11 Feb 2010 21:00:06 +0000 (23:00 +0200)
report/test/scenario.tex [new file with mode: 0644]

diff --git a/report/test/scenario.tex b/report/test/scenario.tex
new file mode 100644 (file)
index 0000000..27f314f
--- /dev/null
@@ -0,0 +1,12 @@
+
+We describe the chronological steps needed to run a swarm:
+
+\begin{enumerate}
+ \item The Commander parses the file that describes the systems involved in the experiment: \textit{nodes.xml} and the file
+       containing swarm information: \textit{swarm.xml}
+\item The Commander applies traffic control rules upon hardware nodes using \textit{TrafficControl.py} script
+\item The traffic control rules are applied using SSH commands on the system.
+\item The Commander starts the Server daemon using SSH on the described nodes(OpenVZ containers). In order to connect, the commander
+uses the public IP address of the hardware node and the port.
+\item  The Commander monitors the nodes using the Server daemon. It interacts using the messages described in section [to do section protocol]. A special port is assigned to this communication. 
+\end{enumerate}