Skip to content

Testing PanDA server

Fernando Barreiro edited this page May 4, 2017 · 4 revisions

Connect to your testbed and set up the environment

source /etc/sysconfig/panda_server
cd /usr/lib/python2.6/site-packages/pandaserver/test

Submit an Evgen job. There are more examples to submit jobs.

python testEvgen17.py <Site> <Cloud>

Should have returned a PanDA ID.

Get the status (e.g. defined, assigned, activated, sent, running, holding...) of a job

python testGetJobStatus.py <PanDA_ID>

Get a job (simulating the pilot) for a particular queue.

python getJobs.py <panda queue>

Kill a job

python /data/atlpan/srv/lib/python2.6/site-packages/pandaserver/test/killJob.py <PanDA ID>
Clone this wiki locally