Coverage for tests/testfiles/config_condor_slurm.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# flake8: noqa
2config.platform.defaultRoot = "/usr"
3config.platform.localScratch = "./tests/condor_scratch_slurm"
4config.platform.dataDirectory = "/tmp/data_slurm"
5config.platform.fileSystemDomain = "lsstcorp.org"
6config.platform.eupsPath = "/var/tmp"
7config.platform.scheduler = "slurm"
8config.platform.setup_using = "getenv"
9config.platform.manager = "dagman"