From: Zdeněk Šustr Date: Wed, 22 Apr 2009 09:45:57 +0000 (+0000) Subject: - Testplan update X-Git-Tag: glite-lbjp-common-db_R_1_0_0_7~7 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=052b03185f14e6fbdd6db73b8dadd8165b3144f8;p=jra1mw.git - Testplan update - ?text modifier for https interface fixed in examples --- diff --git a/org.glite.lb.doc/src/LBTP-Tests.tex b/org.glite.lb.doc/src/LBTP-Tests.tex index 4f1399b..2c3642c 100644 --- a/org.glite.lb.doc/src/LBTP-Tests.tex +++ b/org.glite.lb.doc/src/LBTP-Tests.tex @@ -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} diff --git a/org.glite.lb.doc/src/LBUG-Tools.tex b/org.glite.lb.doc/src/LBUG-Tools.tex index 17798b1..7b788c0 100644 --- a/org.glite.lb.doc/src/LBUG-Tools.tex +++ b/org.glite.lb.doc/src/LBUG-Tools.tex @@ -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}