X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e68177bfa8de36bd54f705e16e5c4854eafb29a2..6a7beeebde1fed4ab925704238d1fb980e9fe238:/sdk/cwl/tests/test_container.py diff --git a/sdk/cwl/tests/test_container.py b/sdk/cwl/tests/test_container.py index 455aa286e8..b549997053 100644 --- a/sdk/cwl/tests/test_container.py +++ b/sdk/cwl/tests/test_container.py @@ -91,6 +91,9 @@ class TestContainer(unittest.TestCase): "keep_cache": 512 }, { "class": "http://arvados.org/cwl#APIRequirement", + }, { + "class": "http://arvados.org/cwl#PartitionRequirement", + "partition": "blurb" }], "baseCommand": "ls" } @@ -113,7 +116,8 @@ class TestContainer(unittest.TestCase): 'runtime_constraints': { 'vcpus': 3, 'ram': 3145728000, - 'API': True + 'API': True, + 'partition': ['blurb'] }, 'priority': 1, 'mounts': { '/var/spool/cwl': {'kind': 'tmp'}