From 2798ec9029eed8ff107aa5d120e520c09bbda7fb Mon Sep 17 00:00:00 2001 From: Marco Mascheroni Date: Wed, 2 Aug 2023 07:39:33 -0700 Subject: [PATCH] Fix GLIDEIN_Supported_VOs sorting to fix failing unit test --- unittests/test_OSG_autoconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/test_OSG_autoconf.py b/unittests/test_OSG_autoconf.py index 89a12a5ed..8566bfe93 100755 --- a/unittests/test_OSG_autoconf.py +++ b/unittests/test_OSG_autoconf.py @@ -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},