Skip to content

Commit

Permalink
job submission was failing due to incorrect format
Browse files Browse the repository at this point in the history
  • Loading branch information
anamikau committed Dec 20, 2018
1 parent 16d36f1 commit f8e9b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/functional/pbs_admin_suspend.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ def test_custom_res(self):

# submit other jobs asking for specific resources on vn[1]
j = Job(TEST_USER)
j.set_attributes({'foo': '2'})
j.set_attributes({'Resource_List.foo': '2'})
jid2 = self.server.submit(j)
self.server.expect(JOB, {'job_state': 'Q'}, id=jid2)

Expand Down

0 comments on commit f8e9b76

Please sign in to comment.