diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-10 13:39:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2019-12-10 13:39:37 +0000 |
commit | ea963ccbd7f2e41ed3f881a6dca7ce3df88a173d (patch) | |
tree | 5ced7b7dbcc03e89d5ec23806b7d95b24a994dd2 /common/scripts | |
parent | e8873adc4df0a228a768013d46730457198809e1 (diff) | |
parent | b83cafe507342389c2ddebd58e5020df9b3927ae (diff) |
Merge "Skip the can test"icefish_8.99.3icefish/8.99.38.99.3
Diffstat (limited to 'common/scripts')
-rwxr-xr-x | common/scripts/test_can_bitrate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/scripts/test_can_bitrate.sh b/common/scripts/test_can_bitrate.sh index 3a8f225..11b265d 100755 --- a/common/scripts/test_can_bitrate.sh +++ b/common/scripts/test_can_bitrate.sh @@ -153,7 +153,7 @@ for b in `seq 1909088 1909092`;do done if [ $bitrate_no_transmission -eq 0 ];then - lava-test-case can1_xfer_tx_range_end --result fail --measurement $b --units bit/s + lava-test-case can1_xfer_tx_range_end --result skip --measurement $b --units bit/s echo "All bitrates in this interval provide frames transmission, the last bitrate not found in this range" ip link set can0 down ip link set can1 down |