Coverage for tests/testfiles/config_allocation.py: 100%
5 statements
« prev ^ index » next coverage.py v7.2.7, created at 2023-07-04 21:33 +0000
« prev ^ index » next coverage.py v7.2.7, created at 2023-07-04 21:33 +0000
1# flake8: noqa
2config.platform.queue = "normal"
3config.platform.email = "#PBS mail -be"
4config.platform.scratchDirectory = "/tmp"
5config.platform.loginHostName = "bighost.lsstcorp.org"
6config.platform.utilityPath = "/bin"