From: Adriana Draghici Date: Thu, 11 Feb 2010 19:16:59 +0000 (+0200) Subject: report - added test scenario X-Git-Tag: getopt_long~157 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=75963625c4e864b04a8c61c155b6824ae81c4865;p=cs-p2p-next.git report - added test scenario --- diff --git a/report/test/scenario.tex b/report/test/scenario.tex new file mode 100644 index 0000000..27f314f --- /dev/null +++ b/report/test/scenario.tex @@ -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}