summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/Report/test.tex~
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode/Report/test.tex~')
-rw-r--r--notFinishedCode/Report/test.tex~8
1 files changed, 4 insertions, 4 deletions
diff --git a/notFinishedCode/Report/test.tex~ b/notFinishedCode/Report/test.tex~
index fc8b728..0015952 100644
--- a/notFinishedCode/Report/test.tex~
+++ b/notFinishedCode/Report/test.tex~
@@ -122,8 +122,8 @@ Our programming language of choice is multi-platform, therefore our test softwar
\par Likewise we had to decide how our test software will work. One of the requirements by Dennis and Konrad was to make the software capable of being run from the terminal.
The next requirement was to make a good looking GUI so that even an operator user without Linux experience could handle the tests.
\par In addition it was required to log all the past test. Later on a machine learning algorithm or some other intelligence could be applied to deduce some error behavior of the system
-(e.g. an intelligent algorithm could find that part of the system fail in a combined manner). To accomplish the logging we had to use a database system.
-We decided to use MySQL since it is open source and well supported.
+(e.g. an intelligent algorithm could find that part of the system fail in a combined manner). To accomplish the logging of all the tests we had to use a database system.
+We decided to use MySQL since it is open source and well supported. However, one should know that the test results are only stored into the database in case the test was started from the web site.
\newpage
\section{Database design}
At the start our database of choice was MySQL.
@@ -547,8 +547,8 @@ If one of the fields is red it means the subsystem is not online or cannot be se
\bibitem{network} \emph{Projects based on RZ-GSM}, accessed on 20.06.2011, available at
\url{http://lab.ks.uni-freiburg.de/projects/gsm/wiki}.
-\bibitem{python} \emph{Projects based on RZ-GSM}, accessed on 20.06.2011, available at
-\url{http://lab.ks.uni-freiburg.de/projects/gsm/wiki}.
+\bibitem{python} \emph{Python Programming Language - Official Website}, accessed on 10.06.2011, available at
+\url{http://www.python.org/}.
\bibitem{mysqlManual} \emph{MySQLdb User's Guide}, accessed on 05.06.2011, available at \\
\url{http://mysql-python.sourceforge.net/MySQLdb.html}.