Skip to content

Commit

Permalink
Fix GLIDEIN_Supported_VOs sorting to fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmascher authored and GlideinWMS Factory user committed Aug 2, 2023
1 parent 87b319c commit 2798ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/test_OSG_autoconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def test_get_information_internal(self):
"GLIDEIN_MaxMemMBs": {"value": 32768},
"GLIDEIN_Max_Walltime": {"value": 84600},
"GLIDEIN_CPUS": {"value": 8},
"GLIDEIN_Supported_VOs": {"value": "osg,cms"},
"GLIDEIN_Supported_VOs": {"value": "cms,osg"},
"GLIDEIN_REQUIRED_OS": {"value": "rhel6"},
},
"submit_attrs": {"+maxWallTime": 1440, "+xcount": 8, "+maxMemory": 32768},
Expand Down

0 comments on commit 2798ec9

Please sign in to comment.