From 67d59710fae4eb05fcd4656b6b204caa9506df7d Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 14 Sep 2020 15:53:21 +0200 Subject: Change regular pyagl invocation to nohw In CI we will execute the 'not hwrequired' flag. Make this the default case in the test-suites. Bug-AGL: SPEC-3572 Signed-off-by: Jan-Simon Moeller Change-Id: I370bb3c12953d7455a1a4c06c573cbc10ee17bda --- common/scripts/pyagl-regular-lava.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 common/scripts/pyagl-regular-lava.sh (limited to 'common/scripts/pyagl-regular-lava.sh') diff --git a/common/scripts/pyagl-regular-lava.sh b/common/scripts/pyagl-regular-lava.sh deleted file mode 100755 index a64d9d8..0000000 --- a/common/scripts/pyagl-regular-lava.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -# for now play safe and only expect ethernet -export AGL_AVAILABLE_INTERFACES="ethernet" - -pytest --color=no --show-capture=no -k "regular and not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L - - -- cgit 1.2.3-korg