source: geniuswebcore/test/resources/settingsbadprofile.json@ 88

Last change on this file since 88 was 88, checked in by Bart Vastenhouw, 2 years ago

Added python SimpleRunner GUI

File size: 506 bytes
Line 
1{
2 "SAOPSettings": {
3 "participants": [
4 {"TeamInfo":{"parties":[
5 {
6 "party": {"partyref":"pythonpath:test.testparty.TestParty.TestParty", "parameters":{}},
7 "profile": "file:src/test/resources/jobs/jobs1.json"
8 } ]}}
9 ,
10 {"TeamInfo":{"parties":[
11 {
12 "party": {"partyref":"pythonpath:test.testparty.TestParty.TestParty","parameters":{}},
13 "profile": "file:src/test/resources/jobs/nosuchprofile.json"
14 } ]}}
15 ],
16 "deadline": {
17 "DeadlineTime": {
18 "durationms": 100
19 }
20 }
21
22 }
23}
Note: See TracBrowser for help on using the repository browser.