We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64a744 commit 7b0e0c5Copy full SHA for 7b0e0c5
1 file changed
tests/foreman_proxy_test.py
@@ -52,5 +52,5 @@ def test_foreman_proxy_client_auth_to_foreman(server, certificates, server_fqdn)
52
assert cmd.stdout == '201'
53
54
@pytest.mark.skipif("not is_bmc_enabled()")
55
-def test_bmc_default_provider(server):
+def test_bmc_default_ipmi_implementation(server):
56
assert get_default_bmc_provider(server) == 'ipmitool'
0 commit comments