You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously in Beaker, you could use standalone stdout and stderr methods
to access output from remote machines.
These methods were deprecated in 2013 with voxpupuli/beaker@28b2510 and
dropped entirely in voxpupuli/beaker@73a31c7.
This commit updates any methods that were initially missed in the first
pass of this work in commit 9f5f8e5.
assert_match(/Service\[#{service}\]\/ensure: ensure changed '\w+' to '#{status[:ensure]}'/,result.stdout,'Service status change failed')ifstatus[:ensure]
47
+
assert_match(/Service\[#{service}\]\/enable: enable changed '\w+' to '#{status[:enable]}'/,result.stdout,'Service enable change failed')ifstatus[:enable]
fail_test("Unexpected output from attempt to run agent disabled; expecting to match '#{disabled_regex}', got '#{result.stdout}' on agent '#{agent}'")unlessagent['locale'] == 'ja'
0 commit comments