414 | | {"AllPermutationsSettings":{ |
415 | | "parties":["http://server/../party1","http://server/../party2"], |
416 | | "profiles":["ws://server/../profile1","ws://server/../profile2","ws://server/../profile3"], |
417 | | "reuseParties":false, |
418 | | "partiesPerSession":2, |
419 | | "sessionsettings":{"SAOPSettings":{"participants":[],"deadline":{"deadlinetime":{"millis":10}}}}}} |
| 414 | {"AllPermutationsSettings": { |
| 415 | "teams": [ |
| 416 | {"Team": [{ |
| 417 | "partyref": "classpath:geniusweb.exampleparties.simpleshaop.ShaopParty", |
| 418 | "parameters": { } |
| 419 | },{ "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids", |
| 420 | "parameters": { } |
| 421 | }] |
| 422 | }, |
| 423 | {"Team": [{ |
| 424 | "partyref": "classpath:geniusweb.exampleparties.randomparty.RandomParty", |
| 425 | "parameters": { } |
| 426 | },{ "partyref": "classpath:geniusweb.exampleparties.comparebids.CompareBids", |
| 427 | "parameters": { |
| 428 | }}] |
| 429 | } |
| 430 | ], |
| 431 | "reuseTeams": false, |
| 432 | "profileslists": [ |
| 433 | {"ProfileList": [ |
| 434 | "file:src/test/resources/jobs/jobs1partial.json?partial=10", |
| 435 | "file:src/test/resources/jobs/jobs1partial.json" |
| 436 | ]}, |
| 437 | { "ProfileList": [ |
| 438 | "file:src/test/resources/jobs/jobs2.json?partial=15", |
| 439 | "file:src/test/resources/jobs/jobs2.json" |
| 440 | ] |
| 441 | } |
| 442 | ], |
| 443 | "teamsPerSession": 2, |
| 444 | "sessionsettings": { |
| 445 | "SHAOPSettings": { |
| 446 | "participants": [ ], |
| 447 | "deadline": { "deadlinerounds": { "rounds": 10, "durationms": 10000 } |
| 448 | } } } |
| 449 | } |
| 450 | } |