Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions run_l2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +35 to +38

apt-get remove systemd
apt-get update && apt-get install -y tcpdump
Expand Down Expand Up @@ -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


1 change: 1 addition & 0 deletions src/rrdCommandSanity.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* limitations under the License.
*/


#include "rrdCommandSanity.h"
#include <ctype.h>

Expand Down
Loading