Skip to content

Commit

Permalink
Add missing services line to blender unit test layer data
Browse files Browse the repository at this point in the history
  • Loading branch information
n-jay committed May 10, 2024
1 parent 2d4ba88 commit a17be62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cuesubmit/tests/Submission_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
'blenderFile': '/path/to/scene.blend',
'outputFormat': 'PNG'},
'layerRange': '3-9',
'cores': '2'
'cores': '2',
'services': ['blender']
}

BLENDER_SINGLE_LAYER_DATA = {
Expand All @@ -65,7 +66,8 @@
'cmd': {'outputPath': '/path/to/output',
'blenderFile': '/path/to/scene.blend',
'outputFormat': 'PNG'},
'cores': '2'
'cores': '2',
'services': ['blender']
}

SHELL_LAYER_DATA = {
Expand Down

0 comments on commit a17be62

Please sign in to comment.