Skip to content

Commit

Permalink
add manifest required condition for optee test cases (Bugfix) (#1685)
Browse files Browse the repository at this point in the history
add manifest condition for optee test cases
  • Loading branch information
stanley31huang authored Jan 21, 2025
1 parent b3b62f3 commit 7d99a29
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ user: root
category_id: optee
estimated_duration: 30
flags: also-after-suspend
requires: manifest.has_optee == 'True'
imports: from com.canonical.plainbox import manifest
depends: ce-oem-optee/ta-install
command:
if pgrep -x "tee-supplicant" > /dev/null; then
Expand All @@ -98,6 +100,8 @@ plugin: shell
user: root
category_id: optee
estimated_duration: 30
requires: manifest.has_optee == 'True'
imports: from com.canonical.plainbox import manifest
depends: ce-oem-optee/device-node
flags: also-after-suspend
command:
Expand Down

0 comments on commit 7d99a29

Please sign in to comment.