Skip to content
  1. Jun 08, 2021
    • Kamil Dzieżyk's avatar
      ewaol-config/tools: Add python and shell code check script · 1a375a01
      Kamil Dzieżyk authored
      
      
      codecheck.py is a script that finds all shell script files with given tree,
      and runs shellcheck on all files that are not in excluded list.
      It also runs pycodestyle check for all python files,
      within the same directory tree.
      
      This code check script is using venv to isolate required packages,
      from user environment. After check is finished, created venv is deleted.
      Logging can be changed with '--log' option,
      three log levels are available: warning(default), info and debug.
      
      Sample usage:
        $ meta-ewaol-config/tools/codecheck.py . --exclude tools
      
      Issue-Id: SCM-2586
      Signed-off-by: Kamil Dzieżyk's avatarKamil Dziezyk <kamil.dziezyk@arm.com>
      Change-Id: I21289169b07b3d9ec590075b08fb32554a81ff36
      1a375a01
  2. Jun 01, 2021
  3. May 26, 2021
  4. May 25, 2021
  5. May 24, 2021
    • Richard Neill's avatar
      ewaol-tests/oci-containers: Integration test runner improvements · e23e2391
      Richard Neill authored
      
      
      This patch provides three improvements:
      * Allow standalone test runner to be executed from any directory.
      * Adjust conditional check for BATS success to check return status rather than
        output.
      * If the BATS variables $output and $status are null or unset, they now
        simply default to empty string, rather than emit an error.
      
      Issue-Id: SCM-2363
      Signed-off-by: Richard Neill's avatarRichard Neill <richard.neill@arm.com>
      Change-Id: I71da12353e5ce019441f85728112e200b9ec1d27
      e23e2391
  6. May 20, 2021
  7. Apr 12, 2021
Loading