test/ipmi_test.rb in onering-report-0.6.6 vs test/ipmi_test.rb in onering-report-0.6.7
- old
+ new
@@ -32,6 +32,12 @@
def test_ipmi_ok_timeout
assert_equal false, ipmi_ok?
end
+ def test_count_ipmi
+ res = count_ipmi_instances('ruby')
+ # this test is running within a ruby process to more then one is expected
+ assert_operator res, :>, 1
+ end
+
end