Update pyagl testdefinition to set AGL_CAN_INTERFACE
[src/qa-testdefinitions.git] / common / scripts / pyagl-nohw-lava.sh
1 #!/bin/bash
2 # for now play safe and only expect ethernet
3 export AGL_AVAILABLE_INTERFACES="ethernet"
4 export AGL_CAN_INTERFACE="vcan0"
5
6 pytest --color=no --show-capture=no -k "not hwrequired and not internet" /usr/lib/python?.?/site-packages/pyagl/tests/ -L
7
8