File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed
Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change 99 " --html=logs/report.html" ,
1010 " --self-contained-html" ,
1111 " --continue-on-collection-errors" ,
12+ " --capture=tee-sys" ,
1213 " -m simulation and (small_mtu)" ,
1314 ],
1415 "python.testing.unittestEnabled" : false ,
Original file line number Diff line number Diff line change 11{
22 "version" : " 2.0.0" ,
33 "tasks" : [
4- {
5- "label" : " Run Pytest in Tmux (Detached)" ,
6- "type" : " shell" ,
7- "command" : " ${workspaceFolder}/run_tests_tmux.sh" ,
8- "args" : [
9- " ." ,
10- " --config-path=/home/student/2025-bsc-kuppler-flowmeter/flowtest-configs" ,
11- " --replicator=kuppler-2-xdp-zc" ,
12- " --collector=ipfixcol-1" ,
13- " --probe=ipfix-probe-dpdk" ,
14- " --disable-ansible" ,
15- " --html=logs/report.html" ,
16- " --self-contained-html" ,
17- " --continue-on-collection-errors" ,
18- " -m simulation and (small_mtu and short)"
19- ],
20- "problemMatcher" : []
21- },
224 {
235 "label" : " Run Pytest with nohup (Detached)" ,
246 "type" : " shell" ,
3214 " --html=logs/report.html" ,
3315 " --self-contained-html" ,
3416 " --continue-on-collection-errors" ,
17+ " --capture=tee-sys" ,
3518 " -m" ,
3619 " simulation and (small_mtu and short)"
3720 ],
You can’t perform that action at this time.
0 commit comments