Skip to content

Commit

Permalink
Remove the resource job's check, let the tester decide if or not run …
Browse files Browse the repository at this point in the history
…the test per Hanhsuan's comments
  • Loading branch information
eugene-yujinwu committed Sep 13, 2024
1 parent 6e29d6b commit 41b1cfb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions providers/base/units/ethernet/jobs.pxu
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ _verification:
plugin: user-interact-verify
imports: from com.canonical.plainbox import manifest
requires:
sleep.disk == 'supported'
manifest.has_ethernet_adapter == 'True'
manifest.has_ethernet_wake_on_lan_support== 'True'
command: systemctl hibernate
Expand Down Expand Up @@ -310,7 +309,6 @@ _verification:
plugin: user-interact-verify
imports: from com.canonical.plainbox import manifest
requires:
sleep.mem == 'supported'
manifest.has_ethernet_adapter == 'True'
manifest.has_ethernet_wake_on_lan_support== 'True'
command: systemctl suspend
Expand Down

0 comments on commit 41b1cfb

Please sign in to comment.