NEMSLinux / legacy-nems-scripts

System scripts located in /usr/local/share/nems/nems-scripts on NEMS Linux
GNU General Public License v3.0
3 stars 5 forks source link

Added functionality to disable speedtest during benchmarks #3

Open FreeWillyB opened 3 years ago

FreeWillyB commented 3 years ago

Fixed a copy & paste comment typo on line 230 in info.sh

Added the functionality to run "nems-info disablespeedtest" and output the value of the flag from nems.conf

Added a check in benchmark.sh that looks to see if the "disablespedtest" flag in nems.conf is raised. If so, then it outputs "N/A" results for ping, upload, and download. Otherwise, it runs as normal.