Revision f5d21adb
Added by Thomas McKay over 6 years ago
test/setup/setup_subscriptions.rb | ||
---|---|---|
10 | 10 |
hammer.run(%W{--reload-cache csv subscriptions --export --organization Test\ Corporation}) |
11 | 11 |
} |
12 | 12 |
assert_equal stderr, '' |
13 |
assert_equal 5, stdout.split("\n").length
|
|
13 |
assert stdout.split("\n").length >= 5, "At least two subscriptions"
|
|
14 | 14 |
assert_match(/.*"Red Hat Enterprise Linux for Virtual Datacenters, Premium",1,RH00001.*/, stdout) |
15 | 15 |
assert_match(/.*"Red Hat Enterprise Linux for Virtual Datacenters, Standard",1,RH00002.*/, stdout) |
16 | 16 |
|
Also available in: Unified diff
fixes #15581 - configuration based on foreman stanza