Uploaded image for project: ' AGL Development'
  1. AGL Development
  2. SPEC-2314

Documentation inaccuracy for test bindings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • None
    • None

      In the first paragraph in "Write the tests" -> "Create the test tree" there is inaccuracy

      http://docs.automotivelinux.org/guppy/docs/apis_services/en/dev/reference/afb-test/write-the-tests.html

      Now example structure is :

      test
      ├── CMakeLists.txt
      ├── etc
      │ ├── CMakeLists.txt
      │ └── aft-middlename.json
      ├── fixtures
      │ ├── CMakeLists.txt
      │ ├── helper.sh
      │ ├── data
      │ └── plugin.lua
      └── tests
      ├── CMakeLists.txt
      ├── test01.lua
      ├── test02.lua
      └── test03.lua
      

      And it should be :

      test
      ├── CMakeLists.txt
      ├── etc
      │ ├── CMakeLists.txt
      │ └── aft-agl-middlename.json
      ├── fixtures
      │ ├── CMakeLists.txt
      │ ├── helper.sh
      │ ├── data
      │ └── plugin.lua
      └── tests
      ├── CMakeLists.txt
      ├── test01.lua
      ├── test02.lua
      └── test03.lua
      

      This leads to test widget which can be builded but never start because doesn't find configuration file that is needed . Prefix should be aft-agl- instead of just aft-

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            scottrif29 Scott Rifenbark
            sbogdanov Stoyan Bogdanov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: