Skip to content

Move non-PV-specific tests outside tests/pressure-vessel/

Simon McVittie requested to merge wip/smcv/move-tests-outside-pv into main
  • test-locale-gen.sh: Unset LC_ADDRESS

    Without this, running the test in a soldier container, launched from a host with (for example) LC_ADDRESS=en_GB.utf8, will fail. Until now, this was masked by the fact that this test was unnecessarily skipped when dbus-run-session is unavailable, but I want to change that.

  • test-locale-gen.sh: Test that LC_ADDRESS gets created too

    Just for completeness, really. Previously we didn't test this.

  • tests/pv/utils: Remove unused typing import

  • tests/pv/launcher: Remove unused typing import

  • tests: Move _srt_divert_stdout_to_stderr() outside tests/pressure-vessel/

    There's nothing pressure-vessel-specific about it.

  • tests: Move launcher.py out of tests/pressure-vessel/

    It doesn't actually have anything to do with pressure-vessel any more.

  • tests: Stop using dbus-run-session for pressure-vessel tests

    Only launcher.py actually needed this.

Merge request reports