Testing PanDA server - PanDAWMS/panda-server GitHub Wiki

Connect to your testbed and set up the environment

source /etc/sysconfig/panda_server
cd /data/atlpan/test/

Submit an Evgen job.

python testEvgen17.py <Site> <Cloud>

Should have returned a PanDA ID. There are more examples to submit other types of jobs.

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 <Site>

Kill a job

python /data/atlpan/srv/lib/python2.6/site-packages/pandaserver/test/killJob.py <PanDA ID>
⚠️ **GitHub.com Fallback** ⚠️