Announcement

Collapse
No announcement yet.

Skipping particular test in suite

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Skipping particular test in suite

    Hello,
    is it possible to skip or blacklist some test when running some test suite? I have tried to run `phoronix-test-suite benchmark 1809195-RA-NVIDIAGEF20`, but when GpuTest furmark starts, power consumption on my GTX 970 goes sky high (up to 250W according to `nvidia-smi dmon`) and after ~90 seconds of furmark my PC crashes and reboots.

    When I comment out furmark in ~/.phoronix-test-suite/test-profiles/pts/gputest-1.3.2/test-definition.xml, `phoronix-test-suite benchmark gputest` runs fine, skipping furmark, but when I run `phoronix-test-suite benchmark 1809195-RA-NVIDIAGEF20`, it does run furmark anyway.

    Thanks for any hints
    Regards,
    Mixi

  • #2
    Easiest way would be to set environment variable:

    SKIP_TESTS=gputest

    Prior to running PTS.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Thanks for fast reply
      Skipping just furmark is possible? Or should I run gputest without furmark manually and compare numbers offline?

      Comment


      • #4
        Nevermind, I did this The Evil Way™ – simple loop detecting furmark and killing it when it started

        Comment

        Working...
        X