From 75963625c4e864b04a8c61c155b6824ae81c4865 Mon Sep 17 00:00:00 2001 From: Adriana Draghici Date: Thu, 11 Feb 2010 21:16:59 +0200 Subject: [PATCH] report - added test scenario --- report/test/scenario.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 report/test/scenario.tex 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} -- 2.20.1