Announcement

Collapse
No announcement yet.

How to add new test to Phoromatic GUI Menu?

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

  • #11
    Done. look for rapier at psc.edu

    Comment


    • #12
      aceishigh


      Within the latest Phoronix-Test-Suite Git code (https://github.com/phoronix-test-sui...nix-test-suite) and to be found in next month's Phoronix Test Suite 7.8 release is now the ability for Phoromatic Servers to offer up any custom/local tests to Phoromatic clients / PTS systems aware of their Phoromatic Server. This is assuming you have updated both the client (phoronix-test-suite) and the Phoromatic Server is also up-to-date against the latest Git code.

      If both the client/server are updated, any test profile (including local/ tests and any other working test you have on the Phoromatic Server) can now be served to Phoronix Test Suite clients automatically. E.g. say you have a local/some-local-test test profile on the Phoromatic Server, any connected PTS client if running "phoronix-test-suite benchmark some-local-test" will now query Phoromatic Servers to see if a match exists and then serve it if available.

      Let me know if you run into any questions or issues,
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #13
        I have the same problem, even with v8.2.0 installed.
        On the phoromatic server the "local" tests defined by "phoronix-test-suite build-suite" are shown:

        phoromatic-server:~ # phoronix-test-suite list-available-suites
        Phoronix Test Suite v8.2.0
        Available Suites
        ...
        pts/audio-encoding - Audio Encoding System
        ...
        local/mytest-disk - mytest-disk Disk


        On the client I can install "pts/system" tests via the phoromatic server, but "local" suites are not found:

        client:~ # phoronix-test-suite install local/b1-disk
        Internet Communication Is Disabled Per Your User Configuration.
        Updated OpenBenchmarking.org Repository Index
        pts: 306 Distinct Tests, 49 Suites
        Updated OpenBenchmarking.org Repository Index
        system: 21 Distinct Tests, 1 Suites
        [PROBLEM] Invalid Argument: local/b1-disk
        CORRECT SYNTAX:
        phoronix-test-suite install [Test | Suite | OpenBenchmarking ID | Test Result] ...
        Recently Saved Test Results:
        ...

        client:~ # phoronix-test-suite phoromatic.explore
        Internet Communication Is Disabled Per Your User Configuration.
        Phoronix Test Suite v8.2.0
        Phoromatic Servers
        IP: phoromatic-server
        HTTP PORT: 8080
        WEBSOCKET PORT: 8081
        SERVER: PHP 7.0.7 Development Server
        PHORONIX TEST SUITE: Phoronix Test Suite v8.2.0 [8200]
        DOWNLOAD CACHE: 25 FILES / 791 MB CACHE SIZE
        SUPPORTED OPENBENCHMARKING.ORG REPOSITORIES:
        pts - Last Generated: 20 Nov 2018 20:43
        system - Last Generated: 20 Nov 2018 20:43

        ^--- local is missing here

        Comment

        Working...
        X