mbox series

[0/3] VSP-Tests: unbind:

Message ID 20200918202616.55977-1-kieran.bingham@ideasonboard.com (mailing list archive)
Headers show
Series VSP-Tests: unbind: | expand

Message

Kieran Bingham Sept. 18, 2020, 8:26 p.m. UTC
The VSP unbind test recently added causes an issue when the VSP utilised
by the DU is unbound and rebound.

That needs to be fixed, but will be handled separately - so we limit the
scope to allow running the remaining tests for now.

As the unbind test requires root to run, skip it if it's run by a normal
user, and while were here - remove an unused variable identified during
the creation of these patches.

Kieran Bingham (3):
  scripts: vsp-lib.sh: Remove unused variable
  tests: Skip unbind/bind tests when not root
  tests: unbind/bind: Only test non display VSPs

 scripts/vsp-lib.sh          |  2 --
 tests/vsp-unit-test-0026.sh | 17 +++++++++++++++--
 2 files changed, 15 insertions(+), 4 deletions(-)