diff --git a/run_l2.sh b/run_l2.sh index 6ddf7d8ec..108afd2e4 100644 --- a/run_l2.sh +++ b/run_l2.sh @@ -32,6 +32,10 @@ mkdir -p /media/apps/RDK-RRD-Test/etc/rrd touch /media/apps/RDK-RRD-Test/etc/rrd/remote_debugger.json echo "AA:BB:CC:DD:EE:FF" >> /tmp/.estb_mac +/usr/local/bin/tr69hostif -c /etc/mgrlist.conf -p 10999 -s 11999 | tee /opt/logs/tr69hostIf.log.0 & +ps -ef +which tr69hostif +which remotedebugger apt-get remove systemd apt-get update && apt-get install -y tcpdump @@ -86,3 +90,4 @@ pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rrd_c_ cp remote_debugger.json /etc/rrd/ pytest --json-report --json-report-summary --json-report-file $RESULT_DIR/rrd_profile_data.json test/functional-tests/tests/test_rrd_profile_data.py + diff --git a/src/rrdCommandSanity.c b/src/rrdCommandSanity.c index 22a77315a..f389888dc 100644 --- a/src/rrdCommandSanity.c +++ b/src/rrdCommandSanity.c @@ -17,6 +17,7 @@ * limitations under the License. */ + #include "rrdCommandSanity.h" #include