X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/24bcfa0b87b87e4510fffe8a961a5d4a9fd34948..82cd0096558b94f8ff1e23d6e3f8b8dfec7df7b9:/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'}