Commit 031af9f3 authored by Rúben Soares da Silva's avatar Rúben Soares da Silva Committed by Reem Bahsoun

Initial Test to add log collection of the L1 for the CI Pipeline

parent c3fc91c5
......@@ -34,4 +34,13 @@ else
argument="$1"
fi
"$cuBB_Path"/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf "$argument"
\ No newline at end of file
export NVIPC_DEBUG_EN=2
"$cuBB_Path"/build/cuPHY-CP/cuphycontroller/examples/cuphycontroller_scf "$argument"
#Collect pcap
"$cuBB_Path"/build/cuPHY-CP/gt_common_libs/nvIPC/tests/pcap/pcap_collect
cp -f nvipc.pcap /opt/cuBB/share
cp -f /tmp/phy.log /opt/cuBB/share
chmod 666 /opt/cuBB/share/nvipc.pcap
chmod 666 /opt/cuBB/share/phy.log
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment