File tree Expand file tree Collapse file tree 3 files changed +5
-297
lines changed
16_docker_network_python/config
17_dispatched_actions_and_standard_input/config Expand file tree Collapse file tree 3 files changed +5
-297
lines changed Original file line number Diff line number Diff line change 11{
2+ //States that a given testcase uses a router by default. (Default value is true)
3+ "use_router" : true ,
24 // docker_enabled must be true in order for networking to work. If you forget it,
35 // your assignment should fail to build.
46 "docker_enabled" : true ,
1012
1113 // *************** TEST CASES *****************
1214 {
15+ //Despite the default being true, this testcase will not use a router.
16+ "use_router" : false ,
1317 "title" : " Ping Pong" ,
1418 "containers" : [
1519 {
Original file line number Diff line number Diff line change 22 "autograding" : {
33 "work_to_details" : [" **/*.txt" ]
44 },
5+ "use_router" : false ,
56 "docker_enabled" : true ,
67 "testcases" : [
78 {
1718 },
1819 {
1920 "commands" : [ " python3 solution.py" ]
20- },
21- {
22- "container_name" : " router" ,
23- "commands" : [ " python3 router.py" ]
2421 }
2522 ],
2623
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments