File tree Expand file tree Collapse file tree
arm64/qemu/qemu-armv8a/configs
arm/imx6/sabre-6quad/configs/citest
risc-v/qemu-rv/rv-virt/configs
sim/sim/sim/configs/citest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,21 +28,15 @@ olddir=$(pwd)
2828nuttdir=${CURRENTCONFDIR} /../../../../../../
2929cd ${nuttdir}
3030
31- # enable venv
32- source ${NTFCDIR} /venv/bin/activate
33-
3431# run NTFC
3532confpath=${CURRENTCONFDIR} /config.yaml
3633jsonconf=${CURRENTCONFDIR} /session.json
3734testpath=${NTFCDIR} /external/nuttx-testing
38- python3 -m ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
35+ ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
3936
4037ret=" $? "
4138echo $ret
4239
43- # disable venv
44- deactivate
45-
4640# export test results
4741artifacts=${ARTIFACTCONFDIR} /ntfc
4842mkdir -p ${artifacts}
Original file line number Diff line number Diff line change @@ -28,21 +28,15 @@ olddir=$(pwd)
2828nuttdir=${CURRENTCONFDIR} /../../../../../../
2929cd ${nuttdir}
3030
31- # enable venv
32- source ${NTFCDIR} /venv/bin/activate
33-
3431# run NTFC
3532confpath=${CURRENTCONFDIR} /config.yaml
3633jsonconf=${CURRENTCONFDIR} /session.json
3734testpath=${NTFCDIR} /external/nuttx-testing
38- python3 -m ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
35+ ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
3936
4037ret=" $? "
4138echo $ret
4239
43- # disable venv
44- deactivate
45-
4640# export test results
4741artifacts=${ARTIFACTCONFDIR} /ntfc
4842mkdir -p ${artifacts}
Original file line number Diff line number Diff line change @@ -28,21 +28,15 @@ olddir=$(pwd)
2828nuttdir=${CURRENTCONFDIR} /../../../../../../
2929cd ${nuttdir}
3030
31- # enable venv
32- source ${NTFCDIR} /venv/bin/activate
33-
3431# run NTFC
3532confpath=${CURRENTCONFDIR} /config.yaml
3633jsonconf=${CURRENTCONFDIR} /session.json
3734testpath=${NTFCDIR} /external/nuttx-testing
38- python3 -m ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
35+ ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
3936
4037ret=" $? "
4138echo $ret
4239
43- # disable venv
44- deactivate
45-
4640# export test results
4741artifacts=${ARTIFACTCONFDIR} /ntfc
4842mkdir -p ${artifacts}
Original file line number Diff line number Diff line change @@ -33,21 +33,15 @@ dd if=/dev/zero of=fatfs.img bs=512 count=128K
3333mkfs.fat fatfs.img
3434chmod 777 ./fatfs.img
3535
36- # enable venv
37- source ${NTFCDIR} /venv/bin/activate
38-
3936# run NTFC
4037confpath=${CURRENTCONFDIR} /config.yaml
4138jsonconf=${CURRENTCONFDIR} /session.json
4239testpath=${NTFCDIR} /external/nuttx-testing
43- python3 -m ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
40+ ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
4441
4542ret=" $? "
4643echo $ret
4744
48- # disable venv
49- deactivate
50-
5145# export test results
5246artifacts=${ARTIFACTCONFDIR} /ntfc
5347mkdir -p ${artifacts}
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ source ${NTFCDIR}/venv/bin/activate
3535confpath=${CURRENTCONFDIR} /config.yaml
3636jsonconf=${CURRENTCONFDIR} /session.json
3737testpath=${NTFCDIR} /external/nuttx-testing
38- python3 -m ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
38+ ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
3939
4040ret=" $? "
4141echo $ret
Original file line number Diff line number Diff line change @@ -28,21 +28,15 @@ olddir=$(pwd)
2828nuttdir=${CURRENTCONFDIR} /../../../../../../
2929cd ${nuttdir}
3030
31- # enable venv
32- source ${NTFCDIR} /venv/bin/activate
33-
3431# run NTFC
3532confpath=${CURRENTCONFDIR} /config.yaml
3633jsonconf=${CURRENTCONFDIR} /session.json
3734testpath=${NTFCDIR} /external/nuttx-testing
38- python3 -m ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
35+ ntfc test --testpath=${testpath} --confpath=${confpath} --jsonconf=${jsonconf}
3936
4037ret=" $? "
4138echo $ret
4239
43- # disable venv
44- deactivate
45-
4640# export test results
4741artifacts=${ARTIFACTCONFDIR} /ntfc
4842mkdir -p ${artifacts}
You can’t perform that action at this time.
0 commit comments