File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 - name : Install throttle
2222 run : npm ci
2323 - name : Install dependencies
24- run : sudo apt-get install -y iproute2
24+ run : sudo apt-get install -y net-tools
2525 - name : Verify lint
2626 run : npm run lint
2727 - name : Show interfaces
@@ -31,11 +31,11 @@ jobs:
3131 - name : Test cable
3232 run : bin/index.js cable && bin/index.js stop
3333 - name : Test configuration
34- run : bin/index.js throttle --up 330 --down 780 --rtt 200 && bin/index.js stop
34+ run : LOG_THROTTLE=true bin/index.js throttle --up 330 --down 780 --rtt 200 && bin/index.js stop
3535 - name : Test localhost
36- run : bin/index.js --rtt 200 --localhost && bin/index.js stop --localhost
36+ run : LOG_THROTTLE=true bin/index.js --rtt 200 --localhost && bin/index.js stop --localhost
3737 - name : Test config file
38- run : bin/index.js --config test/config.json && bin/index.js stop
38+ run : LOG_THROTTLE=true bin/index.js --config test/config.json && bin/index.js stop
3939 - name : Test packet loss
4040 run : bin/index.js throttle --up 330 --down 780 --rtt 200 --packetLoss 10 && bin/index.js stop
4141 - name : Test packet loss and profile
You can’t perform that action at this time.
0 commit comments