From 03edf609f8d7fa5391500aa268e040b29cba6a0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 16 Feb 2006 14:12:01 +0000 Subject: [PATCH] update of ps-is section --- org.glite.jp/doc/testplan.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/org.glite.jp/doc/testplan.txt b/org.glite.jp/doc/testplan.txt index 8983a5b..87d52be 100644 --- a/org.glite.jp/doc/testplan.txt +++ b/org.glite.jp/doc/testplan.txt @@ -64,6 +64,38 @@ and which don't - start feed * check IS contents (jobs and expected attr values) +1) Start JP primary server +2) Register job to PS + jpps_store_test -o CERT_DN -t "my_tag=car" -s https://localhost:8901 + + You should see something like: + ** ./jpps-test -s https://localhost:8950 RegisterJob + https://nonexistent.test.server/jpps_store_test_7199 + /O=CESNET/O=Masaryk University/CN=Milos Mulac + OK + ** ./jpps-test -s https://localhost:8950 GetJobAttr + https://nonexistent.test.server/jpps_store_test_7199 + http://egee.cesnet.cz/en/Schema/JP/System:owner + OK + Attribute values: /O=CESNET/O=Masaryk University/CN=Milos Mulac SYSTEM Thu Feb 16 14:40:02 2006 + .... + Attribute values: + car FILE Thu Feb 16 14:40:02 2006 + +3) Start JP index server +4) Check content of IS database + mysql -u jpis -e "select * from jobs;" jpis1 + + You should get some result, similar to: + +----------------------------------+------------------------------------------------------+----------------------------------+-------+------------------------+ +| jobid | dg_jobid +| ownerid | aclid | ps | ++----------------------------------+------------------------------------------------------+----------------------------------+-------+------------------------+ +| 92eb48c03929587f793e97f895ac958b | https://nonexistent.test.server/jpps_store_test_1273 | 5864429d57da18e4ecf9ea366c6b2c9c | NULL | https://localhost:8950 | ++----------------------------------+------------------------------------------------------+----------------------------------+-------+------------------------+ + + + 3.2 single incremental feed - register feed - upload jobs to PS one by one -- 1.8.2.3