db1799c3f5f9c9975f82ef8288112b684efeb802
[src/qa-testdefinitions.git] / common / scripts / pyagl-regular-lava.sh
1 #!/bin/bash
2 # for now play safe and only expect ethernet
3 export AGL_AVAILABLE_INTERFACES="ethernet"
4
5 pytest --color=no --show-capture=no -k regular /usr/lib/python?.?/site-packages/pyagl/tests/ -L
6
7