Skip to content

Commit

Permalink
Merge pull request #131 from lucamar/fix_ior
Browse files Browse the repository at this point in the history
[test] Fix IOR check
  • Loading branch information
teojgo authored Oct 26, 2023
2 parents f7e19d9 + 602c42a commit a0f69b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checks/system/io/ior_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


class IorCheck(rfm.RegressionTest):
base_dir = parameter(['${SCRATCH:-/captor/scratch/cscs}',
base_dir = parameter(['/capstor/scratch/cscs',
'/scratch/snx3000tds',
'/scratch/snx3000',
'/scratch/shared/fulen',
Expand All @@ -32,7 +32,7 @@ def add_fs_tags(self):
@run_after('init')
def set_fs_information(self):
self.fs = {
''${SCRATCH:-/captor/scratch/cscs}': {
'/capstor/scratch/cscs': {
'valid_systems': ['eiger:mc', 'pilatus:mc'],
'eiger': {
'num_tasks': 10,
Expand Down

0 comments on commit a0f69b8

Please sign in to comment.