Skip to content

[fix] remove unnecessary commands and add merge request template

Ann Cheng requested to merge dev/ann/remove_ls-lr-sys-firmware.txt into main

Problems/Issues/Summary


  • Bugs
  • Features
  • Enhancements
  1. ls-lr-sys-firmware.txt won't be saved to proper location because script change the directory before issuing pipeline redirection command, and we've copied all the /sys/firmware folder for checking, these 2 commands are not unnecessary anymore.
cd /sys/firmware
ls -lR 2>&1 |tee ls-lr-sys-firmware.txt
  1. Enable merge request template for efficiency.

Solutions/Fixes


  1. remove unnecessary commands.
  2. add merge request template.

Test/Unit Test


  • Manual Test
  • Automation Test
  • Unit Test
  • Test Configuration/Environment
  • Steps

Merge request reports