From 28d867f84e1bf1c3d005fbc3aa9a4340e315351a Mon Sep 17 00:00:00 2001 From: Abhinavpv28 <162570454+Abhinavpv28@users.noreply.github.com> Date: Mon, 11 May 2026 20:46:34 +0530 Subject: [PATCH 1/4] Update rrdCommandSanity.c --- src/rrdCommandSanity.c | 1 + 1 file changed, 1 insertion(+) 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 From ac134b6db44f3ad5376375e528c252609cc046e3 Mon Sep 17 00:00:00 2001 From: Abhinav P V Date: Mon, 11 May 2026 15:36:13 +0000 Subject: [PATCH 2/4] L2check --- run_l2.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/run_l2.sh b/run_l2.sh index 6ddf7d8ec..63ace6541 100644 --- a/run_l2.sh +++ b/run_l2.sh @@ -31,7 +31,9 @@ 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 - +ps -ef +which tr69hostif +which remotedebugger apt-get remove systemd apt-get update && apt-get install -y tcpdump @@ -86,3 +88,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 + From 27ede66c010b1267c93247839bb2a86ab5b1a77b Mon Sep 17 00:00:00 2001 From: Abhinav P V Date: Mon, 11 May 2026 15:51:25 +0000 Subject: [PATCH 3/4] L2 --- run_l2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_l2.sh b/run_l2.sh index 63ace6541..ca45ce513 100644 --- a/run_l2.sh +++ b/run_l2.sh @@ -33,6 +33,7 @@ touch /media/apps/RDK-RRD-Test/etc/rrd/remote_debugger.json echo "AA:BB:CC:DD:EE:FF" >> /tmp/.estb_mac ps -ef which tr69hostif + /usr/local/bin/tr69hostif -c /etc/mgrlist.conf -p 10999 -s 11999 | tee /opt/logs/tr69hostIf.log.0 & which remotedebugger apt-get remove systemd From db231f8dacfd2ed23f98eef1149ae373b3b4fc65 Mon Sep 17 00:00:00 2001 From: Abhinav P V Date: Mon, 11 May 2026 15:53:19 +0000 Subject: [PATCH 4/4] L2 --- run_l2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_l2.sh b/run_l2.sh index ca45ce513..108afd2e4 100644 --- a/run_l2.sh +++ b/run_l2.sh @@ -31,9 +31,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 - /usr/local/bin/tr69hostif -c /etc/mgrlist.conf -p 10999 -s 11999 | tee /opt/logs/tr69hostIf.log.0 & which remotedebugger apt-get remove systemd