aboutsummaryrefslogtreecommitdiffstats
path: root/common/scripts/pyagl-nohw-lava.sh
blob: 0975d7d5f71a8f0dcfa8afedd92ba1f81a3612e2 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# for now play safe and only expect ethernet
export AGL_AVAILABLE_INTERFACES="ethernet"
export AGL_CAN_INTERFACE="vcan0"

pytest --color=no --show-capture=no -k "not hwrequired and not internet" /usr/lib/python?.?/site-packages/pyagl/tests/ -L