File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
16_docker_network_python/config Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11{
22 "max_submission_size" : 1000000 ,
3+ // By default, show students a list of the actions taken for each testcase.
4+ "publish_actions" : true ,
35 "testcases" : [
46
57 // *************** COMPILATION *****************
178180 {
179181 "title" : " Graphics program 1" ,
180182 "command" : " ./a.out -input sierpinski_triangle.txt -size 400 -iters 0 -cubes" ,
183+ // For this testcase, do not show students a list of actions
184+ "publish_actions" : false ,
181185 "actions" : [
182186 {
183187 "action" : " click and drag delta" ,
Original file line number Diff line number Diff line change 22 // autograding_method must be docker in order for networking to work. If you forget it,
33 // your assignment should fail to build.
44 "autograding_method" : " docker" ,
5+ // By default, show students a list of the dispatcher actions taken for each testcase.
6+ "publish_actions" : true ,
57 "container_options" : {
68 //States that a given testcase uses a router by default. (Default value is true)
79 "use_router" : true
1820 // Each testcase creates a new, unique set of docker containers and networks.
1921 "testcases" : [
2022 {
23+ // For this testcase, do not show students a list of dispatcher actions
24+ "publish_actions" : false ,
2125 //Despite the default being true, this testcase will not use a router.
2226 "use_router" : false ,
2327 "title" : " Simple Testcase, No Router" ,
You can’t perform that action at this time.
0 commit comments