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 1
1
{
2
+ //States that a given testcase uses a router by default. (Default value is true)
3
+ "use_router" : true ,
2
4
// docker_enabled must be true in order for networking to work. If you forget it,
3
5
// your assignment should fail to build.
4
6
"docker_enabled" : true ,
10
12
11
13
// *************** TEST CASES *****************
12
14
{
15
+ //Despite the default being true, this testcase will not use a router.
16
+ "use_router" : false ,
13
17
"title" : " Ping Pong" ,
14
18
"containers" : [
15
19
{
Original file line number Diff line number Diff line change 2
2
"autograding" : {
3
3
"work_to_details" : [" **/*.txt" ]
4
4
},
5
+ "use_router" : false ,
5
6
"docker_enabled" : true ,
6
7
"testcases" : [
7
8
{
17
18
},
18
19
{
19
20
"commands" : [ " python3 solution.py" ]
20
- },
21
- {
22
- "container_name" : " router" ,
23
- "commands" : [ " python3 router.py" ]
24
21
}
25
22
],
26
23
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments