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

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