Coder Social home page Coder Social logo

Comments (6)

rquidute avatar rquidute commented on June 4, 2024

Hi @Saravana-kr22 could you please add the missing arguments in Project Config,following the example bellow:

 "test_parameters": {
      "paa-trust-store-path": "/paa-root-certs",
      "storage-path": "/root/admin_storage.json",
      "int-arg": "PIXIT.ACE.APPENDPOINT:1 PIXIT.ACE.APPDEVTYPEID:256",
      "string-arg": "PIXIT.ACE.APPCLUSTER:OnOff PIXIT.ACE.APPATTRIBUTE:OnOff"
    }
Screenshot 2023-12-14 at 12 35 31
  • TC_ACE_1.4 passed after adding these configurations.
Screenshot 2023-12-14 at 12 32 44

from certification-tool.

Saravana-kr22 avatar Saravana-kr22 commented on June 4, 2024

Hi @rquidute I have tried with the above test-parameters but the arguments werenot passed to the script with the message like Argument paa-trust-store-path is not valid and the test cases is failed due to this.

image

This is the project config I used for execution:

{ "config": { "network": { "wifi": { "ssid": "testharness", "password": "wifi-password" }, "thread": { "rcp_serial_path": "/dev/ttyACM0", "rcp_baudrate": 115200, "on_mesh_prefix": "fd11:22::/64", "network_interface": "eth0", "dataset": { "channel": "15", "panid": "0x1234", "extpanid": "1111111122222222", "networkkey": "00112233445566778899aabbccddeeff", "networkname": "DEMO" }, "otbr_docker_image": null } }, "dut_config": { "discriminator": "3840", "setup_code": "20202021", "pairing_mode": "onnetwork", "chip_tool_timeout": null, "chip_tool_use_paa_certs": false }, "test_parameters": { "paa-trust-store-path": "/paa-root-certs/", "storage-path": "/root/admin_storage.json", "int-arg": "PIXIT.ACE.APPENDPOINT:1 PIXIT.ACE.APPDEVTYPEID:256", "string-arg": "PIXIT.ACE.APPCLUSTER:OnOff PIXIT.ACE.APPATTRIBUTE:OnOff" } }, "pics": { "clusters": {} } }

from certification-tool.

rquidute avatar rquidute commented on June 4, 2024

Oh I see the problem @Saravana-kr22 . This will be fixed in next release. But you can still run in the current version if you change the test arguments by replacing the - to _ for example: from paa-trust-store-path to paa_trust_store_path, storage-path to storage_path and so on.
In the next release you should use argument in the way it is expected by the python test, for example: paa-trust-store-path and storage-path.

from certification-tool.

hiltonlima avatar hiltonlima commented on June 4, 2024

Fixed test_parameters section

 "test_parameters": {
      "paa_trust_store_path": "/paa-root-certs/",
      "storage_path": "/root/admin_storage.json",
      "int_arg": "PIXIT.ACE.APPENDPOINT:1 PIXIT.ACE.APPDEVTYPEID:256",
      "string_arg": "PIXIT.ACE.APPCLUSTER:OnOff PIXIT.ACE.APPATTRIBUTE:OnOff"
    }

from certification-tool.

raju-apple avatar raju-apple commented on June 4, 2024

@Saravana-kr22 were you able to verify if the config section CLI arguments work fine for you now ?

from certification-tool.

Saravana-kr22 avatar Saravana-kr22 commented on June 4, 2024

This issue has been resolved in latest image Version: 2.10-beta2+spring2024

from certification-tool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.