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

Return output from afm-util start returns null

XMLWordPrintable

      From time to time, the return value from afm-util start application will return null. CI uses afm-util status PID to determine if the service is up-and-running. afm-util status null will return bad-request.

      Example: https://build.automotivelinux.org/job/ci-apps-alexa-viewer-verify-master-CIBT-x86-64/6/consoleFull

      Search for

      ++ cat rid
      + RID=null
      + echo 'DEBUG: status alexa-viewer (null)'
      DEBUG: status alexa-viewer (null)
      + do_afm_util status null
      + set -x
      + '[' 0 -eq 1 -o 1 -eq 1 ']'
      + su - agl-driver -c 'afm-util status null'
      ERROR:  bad-request
      + return 1
      + '[' 1 -ne 0 ']'
      + echo 'ERROR: afm-util status'
      ERROR: afm-util status
      + lava-test-case afm-util-status-alexa-viewer --result fail
      <LAVA_SIGNAL_TESTCASE TEST_CASE_ID=afm-util-status-alexa-viewer RESULT=fail>
      +
      

      CC jsmoeller, scottm

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

            scottm Scott Murray
            mvlad Marius Vlad
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: