Announcement

Collapse
No announcement yet.

how to configure module phoromatic ?

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

  • how to configure module phoromatic ?

    Hi,

    I'm running with the solution phoronix test suite v5.4 (debian 7).
    phoronix has installed with git clone

    i want to use the phoromatic solution (www.phoromatic.com), and when i run this, i dont' have the possibility to input my account code and validation code.

    ---------------------------------
    (root@debian) (~/.phoronix-test-suite) # phoronix-test-suite module-setup phoromatic

    Phoronix Test Suite v5.4.0m5
    Phoromatic Client Module Configuration

    The Phoromatic client is used for connecting to a Phoromatic server (Phoromatic.com or a locally run server) to facilitate the automatic running of tests, generally across multiple test nodes in a routine manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with Phoronix Test Suite 5.2+ clients and servers.

    There are no options available for configuring with the phoromatic module.
    --------------------------------

    In the documentation, i have see :

    TS_MODULE_SETUP
    This variable can be used to load Phoronix Test Suite module settings automatically when using the module-setup option. An example would be: PTS_MODULE_SETUP="phoromatic.remote_host=http://www.phoromatic.com/; phoromatic.remote_account=123456; phoromatic.remote_verifier=ABCD" phoronix-test-suite module-setup phoromatic.


    when i execute this command, i have a same message :

    ---------------------------------------
    PTS_MODULE_SETUP="phoromatic.remote_host=http://www.phoromatic.com/; phoromatic.remote_account=1111AAA; phoromatic.remote_verifier=0XXX" phoronix-test-suite module-setup phoromatic

    Phoronix Test Suite v5.4.0m4
    Phoromatic Client Module Configuration

    The Phoromatic client is used for connecting to a Phoromatic server (Phoromatic.com or a locally run server) to facilitate the automatic running of tests, generally across multiple test nodes in a routine manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with Phoronix Test Suite 5.2+ clients and servers.

    There are no options available for configuring with the phoromatic module.
    ---------------------------------------



    Any idea ?
    problem with my user-config.xml ?

    thanks

  • #2
    Originally posted by 00gil View Post
    Hi,

    I'm running with the solution phoronix test suite v5.4 (debian 7).
    phoronix has installed with git clone

    i want to use the phoromatic solution (www.phoromatic.com), and when i run this, i dont' have the possibility to input my account code and validation code.

    ---------------------------------
    (root@debian) (~/.phoronix-test-suite) # phoronix-test-suite module-setup phoromatic

    Phoronix Test Suite v5.4.0m5
    Phoromatic Client Module Configuration

    The Phoromatic client is used for connecting to a Phoromatic server (Phoromatic.com or a locally run server) to facilitate the automatic running of tests, generally across multiple test nodes in a routine manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with Phoronix Test Suite 5.2+ clients and servers.

    There are no options available for configuring with the phoromatic module.
    --------------------------------

    In the documentation, i have see :

    TS_MODULE_SETUP
    This variable can be used to load Phoronix Test Suite module settings automatically when using the module-setup option. An example would be: PTS_MODULE_SETUP="phoromatic.remote_host=http://www.phoromatic.com/; phoromatic.remote_account=123456; phoromatic.remote_verifier=ABCD" phoronix-test-suite module-setup phoromatic.


    when i execute this command, i have a same message :

    ---------------------------------------
    PTS_MODULE_SETUP="phoromatic.remote_host=http://www.phoromatic.com/; phoromatic.remote_account=1111AAA; phoromatic.remote_verifier=0XXX" phoronix-test-suite module-setup phoromatic

    Phoronix Test Suite v5.4.0m4
    Phoromatic Client Module Configuration

    The Phoromatic client is used for connecting to a Phoromatic server (Phoromatic.com or a locally run server) to facilitate the automatic running of tests, generally across multiple test nodes in a routine manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with Phoronix Test Suite 5.2+ clients and servers.

    There are no options available for configuring with the phoromatic module.
    ---------------------------------------



    Any idea ?
    problem with my user-config.xml ?

    thanks
    So you're trying to connect it to Phoromatic.com? Phoromatic.com is the old, legacy version of Phoromatic that will be replaced shortly after the 5.4 release.

    To try the new Phoromatic code, as a separate process run "phoronix-test-suite start-phoromatic-server" to deploy a local Phoromatic Server. From there the client should be able to auto-detect it otherwise the web UI walks you through the steps.

    See the docs on the new Phoromatic @ http://phoronix-test-suite.com/docum...phoromatic.pdf
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Ok, many thanks for your return Mickael

      I have test to use the phoromatic interface in my local installation :

      root@debian:~#phoronix-test-suite start-phoromatic-server

      PHP 5.4.34-0+deb7u1 Development Server started at Fri Nov 14 12:15:07 2014
      Listening on http://0.0.0.0:80
      Document root is /usr/share/phoronix-test-suite/pts-core/phoromatic/public_html
      Press Ctrl-C to quit.
      WebSocket Server Active: localhost:8080
      The Phoromatic Web Interface Is Accessible At: http://localhost:80
      Press [ENTER] to kill server...


      The web interface run perfectly
      the management is great and easy.

      i'm sorry when i go to create a schedule, i can create a schedule
      but i don't have a possibility to add a test
      when i select a test, for example pts/c-ray or another, the description of the test not apear and i don't have the "add to schedule" button.

      an idea ?

      Comment


      • #4
        Originally posted by 00gil View Post
        Ok, many thanks for your return Mickael

        I have test to use the phoromatic interface in my local installation :

        root@debian:~#phoronix-test-suite start-phoromatic-server

        PHP 5.4.34-0+deb7u1 Development Server started at Fri Nov 14 12:15:07 2014
        Listening on http://0.0.0.0:80
        Document root is /usr/share/phoronix-test-suite/pts-core/phoromatic/public_html
        Press Ctrl-C to quit.
        WebSocket Server Active: localhost:8080
        The Phoromatic Web Interface Is Accessible At: http://localhost:80
        Press [ENTER] to kill server...


        The web interface run perfectly
        the management is great and easy.

        i'm sorry when i go to create a schedule, i can create a schedule
        but i don't have a possibility to add a test
        when i select a test, for example pts/c-ray or another, the description of the test not apear and i don't have the "add to schedule" button.

        an idea ?
        What browser are you using?
        Michael Larabel
        https://www.michaellarabel.com/

        Comment


        • #5
          ah !!!
          phormatic run perfectly with Firefox, thanks

          i have another questions :
          - how i can setup the upstart of phoromatic-server and phoromatic-client ?

          what is the file that i use ?
          pts-core/static/phoromatic-client.service
          pts-core/static/upstart/phoromatic-client.conf
          pts-core/static/phoromatic-server.service
          pts-core/static/upstart/phoromatic-server.conf

          - since the phoromatic-server, how can i generate only one pdf file, since multiple test locate on multiple phoronix-test-suite ?
          for example, i have realized since a phoromatic-server, a fio test to multiple server with phoronix-test-client (using phoromatic.connect).
          And i would like generate an pdf document, comparing all fio results

          Comment


          • #6
            Originally posted by 00gil View Post
            ah !!!
            phormatic run perfectly with Firefox, thanks

            i have another questions :
            - how i can setup the upstart of phoromatic-server and phoromatic-client ?

            what is the file that i use ?
            pts-core/static/phoromatic-client.service
            pts-core/static/upstart/phoromatic-client.conf
            pts-core/static/phoromatic-server.service
            pts-core/static/upstart/phoromatic-server.conf

            - since the phoromatic-server, how can i generate only one pdf file, since multiple test locate on multiple phoronix-test-suite ?
            for example, i have realized since a phoromatic-server, a fio test to multiple server with phoronix-test-client (using phoromatic.connect).
            And i would like generate an pdf document, comparing all fio results
            The phoromatic*.conf files are for upstart. The .service files are for systemd.

            I haven't yet added PDF generation support to the Phoromatic Server but you'd need to use the result-file-to-pdf PTS command line option for now.
            Michael Larabel
            https://www.michaellarabel.com/

            Comment

            Working...
            X