Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
only_if { !os_properties.on_docker? && os_properties.x86? }
## cpupower is installed for Ubuntu >=22
describe bash('cpupower idle-info') do
its('stdout') { should match(/Number of idle states: 2/) }
its('stdout') { should match(/Available idle states: POLL C1/) }
its('stdout') { should match(/Number of idle states: 2|No idle states/) }
its('stdout') { should match(/Available idle states: POLL C1|No idle states/) }
end
end

Expand Down
Loading