Skip to content

Commit 7b0e0c5

Browse files
author
Arvind Jangir
committed
rename test
1 parent e64a744 commit 7b0e0c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/foreman_proxy_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ def test_foreman_proxy_client_auth_to_foreman(server, certificates, server_fqdn)
5252
assert cmd.stdout == '201'
5353

5454
@pytest.mark.skipif("not is_bmc_enabled()")
55-
def test_bmc_default_provider(server):
55+
def test_bmc_default_ipmi_implementation(server):
5656
assert get_default_bmc_provider(server) == 'ipmitool'

0 commit comments

Comments
 (0)