- Testplan update
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 22 Apr 2009 09:45:57 +0000 (09:45 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 22 Apr 2009 09:45:57 +0000 (09:45 +0000)
- ?text modifier for https interface fixed in examples

org.glite.lb.doc/src/LBTP-Tests.tex
org.glite.lb.doc/src/LBUG-Tools.tex

index 4f1399b..2c3642c 100644 (file)
@@ -29,9 +29,9 @@ This subsection gives a comprehensive overview of all system functionality tests
 \hline
 {\tt lb-test-notif.sh} & Implemented & Test if notifications are delivered correctly for testing jobs. \\
 \hline
-{\tt lb-test-notif-additional.sh} & Proposed & Test notification delivery with additional options. \\
-\hline
-{\tt lb-test-notif-switch.sh} & Proposed & Test the correct behavior of a notification once its target jobid changes.  \\
+%{\tt lb-test-notif-additional.sh} & Proposed & Test notification delivery with additional options. \\
+%\hline
+{\tt lb-test-notif-switch.sh} & Implemented & Test the correct behavior of a notification once its target jobid changes.  \\
 \hline
 {\tt lb-test-notif-recovery.sh} & Implemented & Test if notification client receives notifications correctly upon restart.  \\
 \hline
@@ -280,17 +280,17 @@ notification client.
 
 
 
-\subsubsection{Additional notification criteria}
-\label{notif-complex}
-\req\ All \LB\ services running
-
-\what\ Like~\ref{notif1} but include additional criteria,
-e.g. job is scheduled for a~specific destination.
-
-\how\ \ctblb{lb-test-notif-additional.sh}
-
-\result\ Only notifications matching the criteria should be delivered.
-
+%\subsubsection{Additional notification criteria}
+%\label{notif-complex}
+%\req\ All \LB\ services running
+%
+%\what\ Like~\ref{notif1} but include additional criteria,
+%e.g. job is scheduled for a~specific destination.
+%
+%\how\ \ctblb{lb-test-notif-additional.sh}
+%
+%\result\ Only notifications matching the criteria should be delivered.
+%
 % rozsireni dotazu o dalsi job
 
 
@@ -311,6 +311,8 @@ e.g. job is scheduled for a~specific destination.
 
 \how\ \ctblb{lb-test-notif-switch.sh}
 
+\note\ The test includes artificial delays. Takes approx. 25\,s to finish. Also note that this test will not work with \LB versions older than 2.0.
+
 \result\ Notifications should be received by the client.
 
 \begin{hints}
index 17798b1..7b788c0 100644 (file)
@@ -75,13 +75,13 @@ Since \LBnew, it is also possible to obtain the above results in a machine reada
 \begin{verbatim}
   curl -3 --key $X509_USER_KEY --cert $X509_USER_CERT \
     --capath /etc/grid-security/certificates \ 
-    https://pelargir.ics.muni.cz:9000/text
+    https://pelargir.ics.muni.cz:9000/?text
 \end{verbatim}
 or
 \begin{verbatim}
   curl -3 --key $X509_USER_KEY --cert $X509_USER_CERT \
     --capath /etc/grid-security/certificates \ 
-    https://pelargir.ics.muni.cz:9000/1234567890/text
+    https://pelargir.ics.muni.cz:9000/1234567890/?text
 \end{verbatim}