Coverage for tests/testfiles/config_allocation_slurm.py: 100%
4 statements
« prev ^ index » next coverage.py v7.2.1, created at 2023-03-12 01:44 -0800
« prev ^ index » next coverage.py v7.2.1, created at 2023-03-12 01:44 -0800
1# flake8: noqa
2config.platform.queue = "normal"
3config.platform.scratchDirectory = "/tmp/$USER_NAME/test_scratch"
4config.platform.loginHostName = "bighost.lsstcorp.org"
5config.platform.utilityPath = "/bin"