Sha256: 76eea1554b68c5a5c47934180f6eb228b4617caf0156d1f5a113c3b68640422b
Contents?: true
Size: 536 Bytes
Versions: 67
Compression:
Stored size: 536 Bytes
Contents
module HybridPlatformsConductor module HpcPlugins module Test # Test that the node can be checked without error class CanBeChecked < HybridPlatformsConductor::Test # Check my_test_plugin.rb.sample documentation for signature details. def test_on_check_node(stdout, stderr, exit_status) assert_equal exit_status, 0, "Check-node run returned error #{exit_status}#{log_debug? ? ":\n===== STDOUT =====\n#{stdout}===== STDERR =====#{stderr}" : ''}" end end end end end
Version data entries
67 entries across 67 versions & 1 rubygems