Skip to content

Commit

Permalink
[qa] Add netjson-monitoring to run-qa-checks script
Browse files Browse the repository at this point in the history
  • Loading branch information
devkapilbansal authored Oct 4, 2021
1 parent b8ad7a8 commit 5460f01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openwrt-openwisp-monitoring/files/netjson-monitoring
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ show_help() {
printf " --dump \"<interfaces>\"\t\t\t: Dump device metrics data.\n"
printf "\t\"<interfaces>\" is a space separated list of interfaces from which traffic stats"
printf " will be collected.\n "
printf "\tPassing a quoted asterisk (eg: "*") will extract traffic statistics from all interfaces.\n"
printf "\tPassing a quoted asterisk (eg: \"*\") will extract traffic statistics from all interfaces.\n"
exit 0
}

Expand Down
3 changes: 2 additions & 1 deletion run-qa-checks
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ else
runbuild \
runtests \
./openwrt-openwisp-monitoring/files/monitoring.init \
./openwrt-openwisp-monitoring/files/monitoring.agent
./openwrt-openwisp-monitoring/files/monitoring.agent \
./openwrt-openwisp-monitoring/files/netjson-monitoring

shfmt -d .
shfmt -d openwrt-openwisp-monitoring/files/monitoring.agent
Expand Down

0 comments on commit 5460f01

Please sign in to comment.